diff options
author | vorlon <Unknown> | 2007-08-20 09:51:51 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-20 09:51:51 +0000 |
commit | cc771c09dab810977c2a5c20a6f3b625285565c0 (patch) | |
tree | 2d7fe3e68aa3de6958200e3e45ea1c1e3c5230d3 | |
parent | fc42923fa36443cd17f3acdfe8a79b07b6208123 (diff) | |
download | pam-cc771c09dab810977c2a5c20a6f3b625285565c0.tar.gz pam-cc771c09dab810977c2a5c20a6f3b625285565c0.tar.bz2 pam-cc771c09dab810977c2a5c20a6f3b625285565c0.zip |
libpam-modules.manpages, libpam-runtime.manpages: put all the manpages in
the correct packages.
-rw-r--r-- | changelog | 4 | ||||
-rw-r--r-- | libpam-modules.manpages | 1 | ||||
-rw-r--r-- | libpam-runtime.manpages | 4 | ||||
-rwxr-xr-x | rules | 3 |
4 files changed, 10 insertions, 2 deletions
@@ -85,8 +85,10 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low for consistency. * Update to debhelper V5. * Don't ship Makefiles as part of the libpam0g-dev examples. + * libpam-modules.manpages, libpam-runtime.manpages: put all the manpages in + the correct packages. - -- Steve Langasek <vorlon@debian.org> Mon, 20 Aug 2007 02:11:21 -0700 + -- Steve Langasek <vorlon@debian.org> Mon, 20 Aug 2007 02:46:30 -0700 pam (0.79-4) unstable; urgency=medium diff --git a/libpam-modules.manpages b/libpam-modules.manpages new file mode 100644 index 00000000..d23b2c67 --- /dev/null +++ b/libpam-modules.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/doc/man/man8/unix_chkpwd.8 diff --git a/libpam-runtime.manpages b/libpam-runtime.manpages new file mode 100644 index 00000000..a75b8441 --- /dev/null +++ b/libpam-runtime.manpages @@ -0,0 +1,4 @@ +debian/tmp/usr/share/man/man5/pam.conf.5 +debian/tmp/usr/share/man/man5/pam.d.5 +debian/tmp/usr/share/man/man8/PAM.8 +debian/tmp/usr/share/man/man8/pam.8 @@ -87,7 +87,7 @@ binary-indep: install dh_movefiles -i dh_install -i - dh_installman -plibpam-runtime $(BUILD_TREE)/doc/man/*.[578] + dh_installman -i dh_installdocs -i dh_installchangelogs -i $(BUILD_TREE)/ChangeLog dh_compress -i -X.html @@ -107,6 +107,7 @@ binary-arch: install dh_movefiles -plibpam-modules `cd $(d)/tmp && ls lib/security/*.so` dh_link -A dh_installman -plibpam0g-dev $(BUILD_TREE)/doc/man/*.3 + dh_installman -Nlibpam0g-dev dh_installdocs -a $(BUILD_TREE)/README $(i) $(dl)/Debian-PAM-MiniPolicy $(d)/libpam0g/usr/share/doc/libpam0g |