From 84167586a9049705a50b0a58a1043d6ef5b6a5f9 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 12 Feb 2013 05:01:50 +0000 Subject: Install pam_timestamp_check - and while we're at it, move the manpage to the correct binary package. Closes: #648695. --- debian/changelog | 2 ++ debian/control | 2 +- debian/libpam-modules-bin.install | 2 +- debian/libpam-modules-bin.manpages | 1 + debian/rules | 1 + 5 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9f7bbb07..e2279271 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ pam (1.1.3-8) UNRELEASED; urgency=low * Ditch autoconf patch in favor of a build-dependency on dh-autoreconf, which will let us keep up-to-date with newer autotools. In the present instance, this gets us aarch64 support. + * Install pam_timestamp_check - and while we're at it, move the manpage + to the correct binary package. Closes: #648695. -- Steve Langasek Mon, 11 Feb 2013 19:00:19 -0800 diff --git a/debian/control b/debian/control index fdbe9424..f3ee8bd9 100644 --- a/debian/control +++ b/debian/control @@ -47,7 +47,7 @@ Priority: required Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends} -Replaces: libpam-modules (<< 1.1.3-2) +Replaces: libpam-modules (<< 1.1.3-8) Description: Pluggable Authentication Modules for PAM - helper binaries This package contains helper binaries used by the standard set of PAM modules in the libpam-modules package. diff --git a/debian/libpam-modules-bin.install b/debian/libpam-modules-bin.install index 5a8f9cc0..fee3bced 100644 --- a/debian/libpam-modules-bin.install +++ b/debian/libpam-modules-bin.install @@ -3,4 +3,4 @@ sbin/unix_update sbin sbin/pam_tally sbin sbin/pam_tally2 sbin sbin/mkhomedir_helper sbin - +sbin/pam_timestamp_check usr/sbin diff --git a/debian/libpam-modules-bin.manpages b/debian/libpam-modules-bin.manpages index 90fddec4..8ab40612 100644 --- a/debian/libpam-modules-bin.manpages +++ b/debian/libpam-modules-bin.manpages @@ -1,2 +1,3 @@ debian/tmp/usr/share/man/man8/mkhomedir_helper.8 debian/tmp/usr/share/man/man8/unix_*.8 +debian/tmp/usr/share/man/man8/pam_timestamp_check.8 diff --git a/debian/rules b/debian/rules index 5d3f4f23..5a9cb037 100755 --- a/debian/rules +++ b/debian/rules @@ -43,6 +43,7 @@ override_dh_installman: dh_installman rm -f $(d)/libpam-modules/usr/share/man/man5/pam.conf.5 rm -f $(d)/libpam-modules/usr/share/man/man8/pam_cracklib.8 + rm -f $(d)/libpam-modules/usr/share/man/man8/pam_timestamp_check.8 # dh_link doesn't do wildcards, so we can't auto-link to the right per-arch # directory -- cgit v1.2.3