summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-02 09:03:41 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-11-02 09:03:41 +0100
commitbda5e1b7fdfce8a7816286cc403c426d5e12d756 (patch)
treef05592c18f7a01b8239148544cb592eccbdea4c6
parentbc7bfb103acda936bd145f2d90e292a5fe0460d2 (diff)
Remove Parameter -c0 from dh_makeshlibs call
-rw-r--r--debian/changelog9
-rwxr-xr-xdebian/rules2
2 files changed, 8 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 55c7b11..f4af0e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
sane-backends (1.0.25-1) unstable; urgency=medium
- * New upstream release.
+ * New upstream release (Closes: #740256, #803535).
* Refresh patches:
- debian/patches/0005-mk_reproducible_results.patch
- debian/patches/001-scanimage_manpage.patch
@@ -24,8 +24,13 @@ sane-backends (1.0.25-1) unstable; urgency=medium
- debian/patches/0500-systemd_configure.patch
- debian/patches/0100-usb3-corrections.patch
* Remove obsolete lintian-overrides.
+ * Rename and reorder patches.
+ * New debian/patches/0100-source_spelling.patch:
+ - Correct tyypo at backend/hp-scl.c
+ * debian/rules:
+ - Remove Parameter -c0 from dh_makeshlibs call.
- -- Jörg Frings-Fürst <debian@jff-webhosting.net> Thu, 08 Oct 2015 12:34:57 +0200
+ -- Jörg Frings-Fürst <debian@jff-webhosting.net> Sun, 01 Nov 2015 15:39:32 +0100
sane-backends (1.0.24-14) unstable; urgency=medium
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