This is an automated email from the git hooks/post-receive script. jwilk pushed a commit to branch master in repository lintian.
commit e4015f1fa4f5391a2761386d01e02c06e3db06bc Author: Jakub Wilk <[email protected]> Date: Sat May 14 16:37:16 2016 +0200 checks/files: Drop incorrect /o flag --- checks/files.pm | 2 +- debian/changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/checks/files.pm b/checks/files.pm index 0352f16..45e00d4 100644 --- a/checks/files.pm +++ b/checks/files.pm @@ -1537,7 +1537,7 @@ sub run { } close($fd); if ($mtime != 0) { - if ($isma_same && $file !~ m/\Q$arch\E/o) { + if ($isma_same && $file !~ m/\Q$arch\E/) { tag 'gzip-file-is-not-multi-arch-same-safe',$file; } else { # see https://bugs.debian.org/762105 diff --git a/debian/changelog b/debian/changelog index 2317f53..d3499d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,9 @@ lintian (2.5.45) UNRELEASED; urgency=medium + [BR] Do not suggest unsupported Multi-arch: no. (Closes: #816455). + [JW] Fix typos. + * checks/files.pm: + + [JW] Fix false positive gzip-file-is-not-multi-arch-same-safe when + processing multiple debs. (Closes: #738444) * checks/info-files.desc: + [NT] Use "gzip -9n" rather than "gzip -9" in examples. * checks/init.d.desc: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git

