diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-02 09:03:41 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-11-02 09:03:41 +0100 |
commit | bda5e1b7fdfce8a7816286cc403c426d5e12d756 (patch) | |
tree | f05592c18f7a01b8239148544cb592eccbdea4c6 /debian/rules | |
parent | bc7bfb103acda936bd145f2d90e292a5fe0460d2 (diff) |
Remove Parameter -c0 from dh_makeshlibs call
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 062c99d..9a38cfb 100755 --- a/debian/rules +++ b/debian/rules @@ -139,4 +139,4 @@ override_dh_strip: 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/libsane -plibsane + dh_makeshlibs -- -v$(UPSTREAM_VERSION) -Pdebian/libsane -plibsane |