diff options
author | vorlon <Unknown> | 2007-08-20 06:47:13 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-20 06:47:13 +0000 |
commit | b03335677dca9d485d71577d5e7f78a6207f9c14 (patch) | |
tree | 52468f37e6e5fa9ce4c04dc13408630559a03ab3 | |
parent | 29b21d350ec1e43a30a96cebc87da92ec15975d8 (diff) | |
download | pam-b03335677dca9d485d71577d5e7f78a6207f9c14.tar.gz pam-b03335677dca9d485d71577d5e7f78a6207f9c14.tar.bz2 pam-b03335677dca9d485d71577d5e7f78a6207f9c14.zip |
bump the shlibs
-rw-r--r-- | changelog | 3 | ||||
-rwxr-xr-x | rules | 4 |
2 files changed, 4 insertions, 3 deletions
@@ -6,6 +6,7 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low unconditionally enabled on non-Linux archs. Closes: #333141. - upstream changelog is now 'ChangeLog' instead of 'CHANGELOG'; install accordingly + - bump the shlibs * Mark myself as primary maintainer as previously discussed with Sam, and add Roger as an uploader. * Refactor to use quilt. @@ -74,7 +75,7 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low * libpam-modules.files: /usr/sbin/pam_tally has moved to /sbin/pam_tally for consistency. - -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 23:16:21 -0700 + -- Steve Langasek <vorlon@debian.org> Sun, 19 Aug 2007 23:46:06 -0700 pam (0.79-4) unstable; urgency=medium @@ -123,9 +123,9 @@ binary-arch: install module_check dh_strip -a dh_compress -a dh_fixperms -Xunix_chkpwd -a - dh_makeshlibs -plibpam0g -V "libpam0g (>= 0.76)" + dh_makeshlibs -plibpam0g -V "libpam0g (>= 0.99.7.1)" dh_installdeb -a - dh_shlibdeps -a + dh_shlibdeps -a -L libpam0g -l$(CURDIR)/debian/libpam0g/lib dh_gencontrol -a dh_md5sums -a dh_builddeb -a |