diff options
author | Steve Langasek <vorlon@debian.org> | 2009-08-25 00:06:37 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:25:56 -0800 |
commit | 3c412b161a0e6be81e3aec5192e1bbd00435b7dc (patch) | |
tree | d05f11ae9b5e8f8b9a838dbaff36fd3b37d1f554 | |
parent | 2a4967d586e395cebbc798a8fa9120a095ea3205 (diff) | |
download | pam-3c412b161a0e6be81e3aec5192e1bbd00435b7dc.tar.gz pam-3c412b161a0e6be81e3aec5192e1bbd00435b7dc.tar.bz2 pam-3c412b161a0e6be81e3aec5192e1bbd00435b7dc.zip |
Bump the shlibs version as well, for our dpkg-shlibdeps fallback.
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 71879311..a23a590a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ pam (1.1.0-1) UNRELEASED; urgency=low * Trim pam.d-manpage-section patch, which was mostly but not completely applied upstream. * Update debian/libpam0g.symbols for new extension. + * Bump the shlibs version as well, for our dpkg-shlibdeps fallback. * Add /sbin/mkhomedir_helper to libpam-modules. -- Steve Langasek <vorlon@debian.org> Mon, 24 Aug 2009 01:23:18 -0700 diff --git a/debian/rules b/debian/rules index 63c4aee6..389e2fb9 100755 --- a/debian/rules +++ b/debian/rules @@ -144,7 +144,7 @@ binary-arch: install dh_fixperms -a chgrp shadow $(d)/libpam-modules/sbin/unix_chkpwd chmod 02755 $(d)/libpam-modules/sbin/unix_chkpwd - dh_makeshlibs -plibpam0g -V "libpam0g (>= 0.99.10.0)" + dh_makeshlibs -plibpam0g -V "libpam0g (>= 1.1.0)" dh_installdeb -a dh_shlibdeps -a -L libpam0g -l$(CURDIR)/debian/libpam0g/lib dh_gencontrol -a |