This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository lintian.
commit 12fb72a4ab4cbbf93f99eb80547655eb8b99b44a Author: Chris Lamb <[email protected]> Date: Sun Dec 31 10:05:53 2017 +0000 Update tests now that we warn for dh_fixperms missing parent calls. --- t/tests/manpages-general/tags | 1 + t/tests/scripts-exec/debian/debian/rules | 1 + t/tests/shared-libs-exec-bit/tags | 1 + 3 files changed, 3 insertions(+) diff --git a/t/tests/manpages-general/tags b/t/tests/manpages-general/tags index f0e160f..616afe3 100644 --- a/t/tests/manpages-general/tags +++ b/t/tests/manpages-general/tags @@ -21,6 +21,7 @@ E: manpages-general: package-installs-file-to-usr-x11r6 usr/X11R6/man/man1/ E: manpages-general: package-installs-file-to-usr-x11r6 usr/X11R6/man/man1/rstartd.1x.gz I: manpages-general: FSSTND-dir-in-manual-page usr/share/man/man1/test.1p.gz:13 /var/catman/ I: manpages-general: spelling-error-in-manpage usr/share/man/man1/program.1.gz speling spelling +W: manpages-general source: override_dh_fixperms-does-not-call-dh_fixperms (line 66) W: manpages-general: binary-without-english-manpage usr/bin/binary-without-english-manpage W: manpages-general: binary-without-manpage usr/bin/rstartd W: manpages-general: gz-file-not-gzip usr/share/man/man1/usr-bin-binary-alt.1.gz diff --git a/t/tests/scripts-exec/debian/debian/rules b/t/tests/scripts-exec/debian/debian/rules index bab8fa2..ef51115 100755 --- a/t/tests/scripts-exec/debian/debian/rules +++ b/t/tests/scripts-exec/debian/debian/rules @@ -5,6 +5,7 @@ TMP:=debian/$(shell dh_listpackages)/ dh $@ override_dh_fixperms: + dh_fixperms chmod 0755 $(TMP)/usr/bin/01-normal-script chmod 0644 $(TMP)/usr/bin/02-no-exec-script rm -f $(TMP)/usr/bin/03-hardlink-script diff --git a/t/tests/shared-libs-exec-bit/tags b/t/tests/shared-libs-exec-bit/tags index 92dce1b..04f961c 100644 --- a/t/tests/shared-libs-exec-bit/tags +++ b/t/tests/shared-libs-exec-bit/tags @@ -1,3 +1,4 @@ E: libexecbit1: shlib-with-executable-bit usr/lib/libexecbit.so.1.0.1 0755 W: libexecbit1: non-standard-file-perm usr/lib/libbadperm.so.1.0.1 0600 != 0644 W: libexecbit1: shlib-with-bad-permissions usr/lib/libbadperm.so.1.0.1 0600 +W: shared-libs-exec-bit source: override_dh_fixperms-does-not-call-dh_fixperms (line 8) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

