From e6cefc49775387848e8aa540a73089793a79ad0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 4 Nov 2015 07:01:38 +0100 Subject: d/rules: Remove -c0 from dh_makeshlibs --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 * debian/rules: - Add override_dh_compress to exclude *.qhp. + - Remove -c0 from dh_makeshlibs call. -- Jörg Frings-Fürst 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 -- cgit v1.2.3