summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rwxr-xr-xdebian/rules6
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)"