summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorvorlon <Unknown>2007-08-28 13:13:41 +0000
committervorlon <Unknown>2007-08-28 13:13:41 +0000
commit814bc4d16184e830575047e879d8b894ce31d8f8 (patch)
treea44c1851961bd2ce3a77b7036db2b35c58ed2afd /rules
parent984d9bfb471130edb40be8f2a7419ddd4d75d66a (diff)
On upgrades from versions prior to 0.99.7.1-3, restart known PAM-using
services so that they get the new libpam symbols, since otherwise the newer PAM modules will fail to load. Postinst taken from libssl0.9.8; thanks to Christoph Martin for the fine example! Closes: #439835. Build-depend on po-debconf to support l10n of the debconf questions from the above.
Diffstat (limited to 'rules')
-rwxr-xr-xrules1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules b/rules
index c4f47073..3a27b859 100755
--- a/rules
+++ b/rules
@@ -114,6 +114,7 @@ binary-arch: install
rm -f $(d)/libpam-modules/usr/share/man/man5/pam.conf.5
rm -f $(d)/libpam-modules/usr/share/man/man5/pam.d.5
+ dh_installdebconf -a
dh_installdocs -a $(BUILD_TREE)/README
dh_installexamples -a
find $(d)/libpam0g-dev/usr/share/doc/libpam0g-dev/examples -type f -name 'Makefile*' -print0 | xargs -0 rm -f