diff options
author | Andreas Beckmann <anbe@debian.org> | 2014-05-23 20:00:49 +0200 |
---|---|---|
committer | Andreas Beckmann <anbe@debian.org> | 2014-05-23 20:00:49 +0200 |
commit | 09ee0de2ec27a456668fa375149bf12d74215203 (patch) | |
tree | 4552765967f11179f22e1d40fd3a347f63f894bc | |
parent | 847c2e8cbd7fb0da31c2c3959cc0f0e9821edd7b (diff) | |
download | sendmail-09ee0de2ec27a456668fa375149bf12d74215203.tar.gz |
override read-in-maintainer-script: unreachable legacy code
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/sendmail-bin.lintian-overrides | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5fdb06f..742eb42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -22,7 +22,7 @@ sendmail (8.14.4-6) UNRELEASED; urgency=medium * Patch sendmail build system to install libraries. * Install files via debian/tmp and use dh_install/dh_installman. * Update to Standards-Version: 3.9.5. - * Update Lintian overrides. + * Update Lintian overrides. (Closes: #553293) * Import ftp://ftp.sendmail.org/pub/sendmail/PGPKEYS ($Revision: 8.46 $, $Date: 2014-01-18 00:20:24 $) into debian/upstream/signing-key.pgp. * d/watch: Enable PGP signature checking. diff --git a/debian/sendmail-bin.lintian-overrides b/debian/sendmail-bin.lintian-overrides index aa95c39..19a50a6 100644 --- a/debian/sendmail-bin.lintian-overrides +++ b/debian/sendmail-bin.lintian-overrides @@ -14,3 +14,6 @@ binary-without-manpage usr/sbin/newaliases # this refers to HP UX and Solaris FSSTND-dir-in-manual-page usr/share/man/man8/smrsh.8.gz:93 /var/adm/ + +# unreachable legacy code +read-in-maintainer-script postinst:* |