aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <Unknown>2007-08-22 03:36:09 +0000
committervorlon <Unknown>2007-08-22 03:36:09 +0000
commit21ebb611d200aeca40362374fc8fb74eef40a13f (patch)
tree353e540737b39dce5591442a8918057f11a7b8a4
parent842a797379d64b4ef1a45385dce988080d5b2774 (diff)
downloadpam-21ebb611d200aeca40362374fc8fb74eef40a13f.tar.gz
pam-21ebb611d200aeca40362374fc8fb74eef40a13f.tar.bz2
pam-21ebb611d200aeca40362374fc8fb74eef40a13f.zip
Don't include the section 5 manpages by name, because namespace.conf.5 is
only present on Linux.
-rw-r--r--libpam-modules.manpages2
-rwxr-xr-xrules2
2 files changed, 3 insertions, 1 deletions
diff --git a/libpam-modules.manpages b/libpam-modules.manpages
index 28191f21..6492fd3d 100644
--- a/libpam-modules.manpages
+++ b/libpam-modules.manpages
@@ -1,5 +1,5 @@
debian/tmp/usr/share/man/man8/*.8
-debian/tmp/usr/share/man/man5/access.conf.5
+debian/tmp/usr/share/man/man5/*.5
debian/tmp/usr/share/man/man5/group.conf.5
debian/tmp/usr/share/man/man5/limits.conf.5
debian/tmp/usr/share/man/man5/namespace.conf.5
diff --git a/rules b/rules
index c766b9c9..dc97f9bc 100755
--- a/rules
+++ b/rules
@@ -112,6 +112,8 @@ binary-arch: install
dh_installman -a
rm -rf $(d)/libpam-modules/usr/share/man/man7
rm -f $(d)/libpam-modules/usr/share/man/man8/pam.8
+ 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_installdocs -a $(BUILD_TREE)/README
dh_installexamples -a