diff options
author | Steve Langasek <vorlon@debian.org> | 2008-07-22 13:16:00 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 15:58:28 -0800 |
commit | 44a53ceeb61d24cda5d52d3db82c2ef9908effd9 (patch) | |
tree | 276f86a19a71ded638ab0a937465ce805d583f50 | |
parent | d01fd2dd20d66a60c6fc15929b771c2349645379 (diff) | |
download | pam-44a53ceeb61d24cda5d52d3db82c2ef9908effd9.tar.gz pam-44a53ceeb61d24cda5d52d3db82c2ef9908effd9.tar.bz2 pam-44a53ceeb61d24cda5d52d3db82c2ef9908effd9.zip |
* Add libpam0g.symbols, for finer-grained package dependencies with
dpkg-gensymbols.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/libpam0g.symbols | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c59ea042..3775e49f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ pam (0.99.8.1-1) UNRELEASED; urgency=low * Debconf translations: - Romanian, thanks to Igor Stirbu <igor.stirbu@gmail.com> (closes: #491821) + * Add libpam0g.symbols, for finer-grained package dependencies with + dpkg-gensymbols. -- Steve Langasek <vorlon@debian.org> Tue, 22 Jul 2008 10:55:45 -0700 diff --git a/debian/libpam0g.symbols b/debian/libpam0g.symbols new file mode 100644 index 00000000..2f2ab247 --- /dev/null +++ b/debian/libpam0g.symbols @@ -0,0 +1,8 @@ +libpam.so.0 libpam0g #MINVER# + *@LIBPAM_1.0 0.99.7.1 + *@LIBPAM_EXTENSION_1.0 0.99.7.1 + *@LIBPAM_MODUTIL_1.0 0.99.7.1 +libpam_misc.so.0 libpam0g #MINVER# + *@LIBPAM_MISC_1.0 0.99.7.1 +libpamc.so.0 libpam0g #MINVER# + *@LIBPAMC_.0 0.99.7.1 |