diff options
author | Steve Langasek <vorlon@debian.org> | 2010-09-05 12:34:04 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:26:07 -0800 |
commit | 7d73ccb57a6ff9325b2747c1775f313358ec4128 (patch) | |
tree | abddb006bc521cfafbf1c28326f582415cf6fc32 | |
parent | 7f947f85805a584f7c0b9c7b0668a0f3f42fa032 (diff) | |
download | pam-7d73ccb57a6ff9325b2747c1775f313358ec4128.tar.gz pam-7d73ccb57a6ff9325b2747c1775f313358ec4128.tar.bz2 pam-7d73ccb57a6ff9325b2747c1775f313358ec4128.zip |
Add lintian overrides for a few more spurious warnings.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/libpam-runtime.lintian-overrides | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 50684f09..e467134a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ pam (1.1.1-5) UNRELEASED; urgency=low * Update debian/source.lintian-overrides to clean up some spurious warnings. * Bump Standards-Version to 3.9.1. + * Add lintian overrides for a few more spurious warnings. -- Steve Langasek <vorlon@debian.org> Sun, 29 Aug 2010 00:56:28 -0700 diff --git a/debian/libpam-runtime.lintian-overrides b/debian/libpam-runtime.lintian-overrides index 7a8b1a70..ad868c24 100644 --- a/debian/libpam-runtime.lintian-overrides +++ b/debian/libpam-runtime.lintian-overrides @@ -3,3 +3,7 @@ libpam-runtime: no-debconf-config # this warning is just plain crack, there's no reason that using debconf # outside of a maintainer script implies an error. libpam-runtime: debconf-is-not-a-registry usr/sbin/pam-auth-update +# this warning is wrong for debconf error templates +libpam-runtime: postinst-uses-db-input +# meh. +libpam-runtime: using-first-person-in-templates libpam-runtime/you-had-no-auth |