diff options
author | Sam Hartman <hartmans@debian.org> | 2024-02-29 09:10:47 -0700 |
---|---|---|
committer | Sam Hartman <hartmans@debian.org> | 2024-02-29 09:10:47 -0700 |
commit | 402c9e7b909df6729e3b0c87a44b53729c4421ef (patch) | |
tree | 8ee8420ddc552d69336b4e0c06d4c697d6e6a19c /debian/libpam0g.lintian-overrides | |
parent | 529fd7d80cabd6c20949feddbef2215e6c9f5b0a (diff) | |
download | pam-402c9e7b909df6729e3b0c87a44b53729c4421ef.tar.gz pam-402c9e7b909df6729e3b0c87a44b53729c4421ef.tar.bz2 pam-402c9e7b909df6729e3b0c87a44b53729c4421ef.zip |
Revert renaming libpam0g to libpam0t64 for time_t transition: apt
sometimes removess libpam0g rather than simply letting libpam0t64
replace libpam0g (and deconfiguring libpam0g), leaving a system where
essential packages are broken, Closes: #1065017
This reverts commit f8b66079e991a07d5c708aacfe8ddb2f164b5ef9.
Diffstat (limited to 'debian/libpam0g.lintian-overrides')
-rw-r--r-- | debian/libpam0g.lintian-overrides | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/libpam0g.lintian-overrides b/debian/libpam0g.lintian-overrides new file mode 100644 index 00000000..ef3655f5 --- /dev/null +++ b/debian/libpam0g.lintian-overrides @@ -0,0 +1,11 @@ +# obvious multilib package false-positive; also the package name hasn't +# changed since the glibc transition, go us! +libpam0g: package-name-doesnt-match-sonames libpam-misc0 libpam0 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 +# Yes, we want to use systemctl; if the service is running we do need +# to restart it. We have already asked the admin. +libpam0g: maintainer-script-calls-systemctl |