diff options
-rw-r--r-- | debian/control | 8 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 6eff61a..a4ce064 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: open-infrastructure-apache-icons +Source: open-infrastructure-service-tools Section: admin Priority: optional Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org> @@ -14,9 +14,9 @@ Build-Depends: xsltproc, Rules-Requires-Root: no Standards-Version: 4.3.0 -Homepage: https://open-infrastructure.net/software/apache-icons -Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-apache-icons -Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-apache-icons +Homepage: https://open-infrastructure.net/software/service-tools +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-service-tools +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/open-infrastructure-service-tools Package: open-infrastructure-apache-icons Section: admin diff --git a/debian/rules b/debian/rules index 63dcdd4..b39b64b 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ override_dh_auto_build: # disabled override_dh_auto_install: - dh_auto_install + dh_auto_install -- DESTDIR=$(CURDIR)/debian/open-infrastructure-$(PACKAGE) rm -f debian/open-infrastructure-$(PACKAGE)/usr/share/doc/$(PACKAGE)/CHANGELOG.txt rm -f debian/open-infrastructure-$(PACKAGE)/usr/share/doc/$(PACKAGE)/LICENSE.txt |