diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index aa19b68..b9bde61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ uriparser (0.8.4-1) unstable; urgency=medium - Change Upstream Mail Address to Sebastian Pipping <webmaster@hartwork.org> * debian/rules: - Add override_dh_compress to exclude *.qhp. + - Remove -c0 from dh_makeshlibs call. -- Jörg Frings-Fürst <debian@jff-webhosting.net> Wed, 04 Nov 2015 06:33:53 +0100 diff --git a/debian/rules b/debian/rules index bdb55d4..713b782 100755 --- a/debian/rules +++ b/debian/rules @@ -37,7 +37,7 @@ override_dh_installdocs-indep: UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -n '/\(Version:\)/{s/^Version:[[:space:]]\+\([0-9]\+:\)\?\(.*\)/\2/p}' | rev | cut -d- -f 2- | rev) override_dh_makeshlibs: - dh_makeshlibs -- -c0 -v$(UPSTREAM_VERSION) -Pdebian/liburiparser1 -pliburiparser1 + dh_makeshlibs -- -v$(UPSTREAM_VERSION) -Pdebian/liburiparser1 -pliburiparser1 override_dh_compress: dh_compress -X.qhp |