diff options
author | vorlon <Unknown> | 2007-09-01 02:04:32 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-09-01 02:04:32 +0000 |
commit | 3765d3f8e704a13f588bce8add6c78e9bbaa71a3 (patch) | |
tree | 1b96c3d89406d96cb5673e2ab65c6204d600ef1d | |
parent | d2fce33f29a7feff09085e611d84ed43f8f287ff (diff) | |
download | pam-3765d3f8e704a13f588bce8add6c78e9bbaa71a3.tar.gz pam-3765d3f8e704a13f588bce8add6c78e9bbaa71a3.tar.bz2 pam-3765d3f8e704a13f588bce8add6c78e9bbaa71a3.zip |
more lintian overrides, related to debconf prompting in the postinst
-rw-r--r-- | changelog | 6 | ||||
-rw-r--r-- | libpam0g.lintian | 5 |
2 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,9 @@ +pam (0.99.7.1-5) UNRELEASED; urgency=low + + * More lintian overrides, related to debconf prompting in the postinst + + -- Steve Langasek <vorlon@debian.org> Fri, 31 Aug 2007 18:49:17 -0700 + pam (0.99.7.1-4) unstable; urgency=low * libpam0g.postinst, libpam0g.templates: gdm doesn't need to be restarted diff --git a/libpam0g.lintian b/libpam0g.lintian index 9780b128..f66356af 100644 --- a/libpam0g.lintian +++ b/libpam0g.lintian @@ -1,3 +1,8 @@ # obvious multilib package false-positive; also the package name hasn't # changed since the glibc transition, go us! libpam0g: package-name-doesnt-match-sonames libpam0 libpam-misc0 libpamc0 +# yes, these are deliberately asked in the postinst because the checking +# for daemons to be restarted needs to be done in the postinst and not +# before +libpam0g: no-debconf-config +libpam0g: postinst-uses-db-input |