diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libpam0g.symbols | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 035997c2..f865c9f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ pam (1.5.2-3) UNRELEASED; urgency=medium * Drop obsolete upgrade code from maintainer scripts which is no longer used * Drop manual multiarch file handling in favor of dh-exec. + * No special-case needed for pam_modutil_sanitize_helper_fds in symbols + file, it's covered by the existing globs. -- Steve Langasek <vorlon@debian.org> Thu, 18 Aug 2022 18:26:29 +0000 diff --git a/debian/libpam0g.symbols b/debian/libpam0g.symbols index f38b17f0..c8bfbb0a 100644 --- a/debian/libpam0g.symbols +++ b/debian/libpam0g.symbols @@ -10,7 +10,6 @@ libpam.so.0 libpam0g #MINVER# *@LIBPAM_MODUTIL_1.1.9 1.3.1 *@LIBPAM_MODUTIL_1.3.2 1.3.2 *@LIBPAM_MODUTIL_1.4.1 1.4.1 - (optional)pam_modutil_sanitize_helper_fds 1.3.1 libpam_misc.so.0 libpam0g #MINVER# *@LIBPAM_MISC_1.0 0.99.7.1 libpamc.so.0 libpam0g #MINVER# |