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 /debian/rules | |
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.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
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 |