summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2016-04-14 08:49:27 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2016-04-14 08:49:27 +0200
commit07cb93cd167f69fc5fa370a79cd66595a1dd4ded (patch)
tree02e6394e882ca749c3cd67388cd6821aa2f05dfd
parent0e6f9c46bb9b7fa479f2b09159577b2618a2ea38 (diff)
New libsane-bin.lintian-overrides
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules4
2 files changed, 4 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 09974c0..49ed7a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,13 +7,15 @@ sane-backends (1.0.25-3) UNRELEASED; urgency=low
* debian/rules:
- Split rules into *-arch and *-indep to prevent build errors
(Closes: #806104).
- - To prevent lintian errors move Empty dependency_libs in all .la
- files to override_dh_makeshlibs-arch.
+ - To prevent lintian errors move "empty dependency_libs in all .la
+ files" to override_dh_makeshlibs-arch.
* debian/watch:
- bump version to 4 (no changes required).
* debian/control:
- Bump Standards-Version to 3.9.8 (no changes required).
- Change Vcs-* to secure uri.
+ * New libsane-bin.lintian-overrides to override false lintian error
+ messages.
-- Jörg Frings-Fürst <debian@jff-webhosting.net> Sat, 16 Jan 2016 21:30:19 +0100
diff --git a/debian/rules b/debian/rules
index 5d684de..eac8b18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,9 +76,6 @@ override_dh_auto_install-arch:
ls debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/sane/*.so | sed -e \
"s#.*/lib\([^.]\+\)[.]so#usr/share/man/man5/\1.5#" | { while read mp; do \
test -e debian/tmp/$$mp && echo $$mp >> debian/libsane-common.install; done }
- # Empty dependency_libs in all .la files
- find debian/tmp/usr -name "*.la" -type f -exec sed -e "s,^dependency_libs=.*,dependency_libs=''," -i {} \;
- find debian -name "*.la" -type f -exec sed -i "/dependency_libs/ s/'.*'/''/" -i {} \;
override_dh_install-arch:
dh_install
@@ -139,5 +136,4 @@ override_dh_strip-arch:
override_dh_makeshlibs-arch:
dh_makeshlibs -- -v$(VERSION) -Pdebian/libsane -plibsane
# Empty dependency_libs in all .la files
- find debian/tmp/usr -name "*.la" -type f -exec sed -e "s,^dependency_libs=.*,dependency_libs=''," -i {} \;
find debian -name "*.la" -type f -exec sed -i "/dependency_libs/ s/'.*'/''/" -i {} \;