diff options
author | Steve Langasek <vorlon@debian.org> | 2009-09-03 16:39:53 -0700 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 21:26:01 -0800 |
commit | f27f8b1bd4906cd4c4050d64e53bc00ccfb6047b (patch) | |
tree | 43d8bfa0daf92b353f9ff7958d71b78de4e5cb9d | |
parent | e0504e0fcc40f29f3c9ec165bf2d6d40489542dd (diff) | |
download | pam-f27f8b1bd4906cd4c4050d64e53bc00ccfb6047b.tar.gz pam-f27f8b1bd4906cd4c4050d64e53bc00ccfb6047b.tar.bz2 pam-f27f8b1bd4906cd4c4050d64e53bc00ccfb6047b.zip |
Drop dh_makeshlibs -V; everything from lenny on should use the .symbols
file instead, making the shlibs redundant so we don't need to care what
version gets listed there.
-rw-r--r-- | debian/changelog | 3 | ||||
-rwxr-xr-x | debian/rules | 6 |
2 files changed, 3 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 95bfc702..2a4857e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,9 @@ pam (1.1.0-3) UNRELEASED; urgency=low library linkage in the modules. * Move pam_cracklib manpage to the libpam-cracklib package, and add the requisite Replaces + * Drop dh_makeshlibs -V; everything from lenny on should use the .symbols + file instead, making the shlibs redundant so we don't need to care what + version gets listed there. -- Steve Langasek <vorlon@debian.org> Tue, 01 Sep 2009 22:23:47 -0700 diff --git a/debian/rules b/debian/rules index e5f8ffbe..bb26739c 100755 --- a/debian/rules +++ b/debian/rules @@ -53,9 +53,3 @@ ifeq (,$(findstring libpam-modules, $(shell dh_listpackages))) chgrp shadow $(d)/libpam-modules/sbin/unix_chkpwd chmod 02755 $(d)/libpam-modules/sbin/unix_chkpwd endif - -# ideally, dh_makeshlibs could compute this from the symbols file; or we -# could drop it since anyone building against this package should have a -# dpkg-shlibdeps available that knows about symbols files? -override_dh_makeshlibs: - dh_makeshlibs -V "libpam0g (>= 1.1.0)" |