diff options
author | Steve Langasek <vorlon@debian.org> | 2013-02-12 05:01:50 +0000 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:50 -0800 |
commit | 84167586a9049705a50b0a58a1043d6ef5b6a5f9 (patch) | |
tree | 3ec346c5636ae57f1b782404d66e866bda25e548 | |
parent | 5b3af1fb06b8760c09ba8e3ab9749e3b280722b1 (diff) | |
download | pam-84167586a9049705a50b0a58a1043d6ef5b6a5f9.tar.gz pam-84167586a9049705a50b0a58a1043d6ef5b6a5f9.tar.bz2 pam-84167586a9049705a50b0a58a1043d6ef5b6a5f9.zip |
Install pam_timestamp_check - and while we're at it, move the manpage
to the correct binary package. Closes: #648695.
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/libpam-modules-bin.install | 2 | ||||
-rw-r--r-- | debian/libpam-modules-bin.manpages | 1 | ||||
-rwxr-xr-x | 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 <vorlon@debian.org> 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 |