diff options
author | vorlon <Unknown> | 2007-08-20 09:15:51 +0000 |
---|---|---|
committer | vorlon <Unknown> | 2007-08-20 09:15:51 +0000 |
commit | 77d385d08a8c15142b1d94945d06a2762db0d6d6 (patch) | |
tree | 13eb4f25520d149ef91e9fc604b693640c1bb4e8 | |
parent | 74afe5154aee74421c479c2b74ef2f390fdb396e (diff) | |
download | pam-77d385d08a8c15142b1d94945d06a2762db0d6d6.tar.gz pam-77d385d08a8c15142b1d94945d06a2762db0d6d6.tar.bz2 pam-77d385d08a8c15142b1d94945d06a2762db0d6d6.zip |
add debian/libpam-doc.install for moving the docs to the right place; for
the moment this means we're using both dh_movefiles and dh_install...
-rw-r--r-- | changelog | 5 | ||||
-rw-r--r-- | libpam-doc.install | 3 | ||||
-rwxr-xr-x | rules | 1 |
3 files changed, 8 insertions, 1 deletions
@@ -55,6 +55,9 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low tree - consequently, drop libpam-doc.dirs as well which is no longer needed and no longer accurate + - add debian/libpam-doc.install for moving the docs to the right place; + for the moment this means we're using both dh_movefiles and + dh_install... * Drop debian/libpam0g.links, no longer needed because upstream now has a working install target which creates the library symlinks * debian/patches-applied/PAM-manpage-section: "PAM" is not a daemon, manpage @@ -83,7 +86,7 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low * Update to debhelper V5. * Don't ship Makefiles as part of the libpam0g-dev examples. - -- Steve Langasek <vorlon@debian.org> Mon, 20 Aug 2007 01:31:33 -0700 + -- Steve Langasek <vorlon@debian.org> Mon, 20 Aug 2007 02:11:21 -0700 pam (0.79-4) unstable; urgency=medium diff --git a/libpam-doc.install b/libpam-doc.install new file mode 100644 index 00000000..4d418882 --- /dev/null +++ b/libpam-doc.install @@ -0,0 +1,3 @@ +debian/install/usr/share/doc/Linux-PAM/*.html usr/share/doc/libpam-doc/html +debian/install/usr/share/doc/Linux-PAM/*.txt usr/share/doc/libpam-doc/txt + @@ -85,6 +85,7 @@ binary-indep: install $(i) $(dl)/common-* $(d)/tmp/usr/share/pam/ dh_movefiles -i + dh_install -i dh_installman -plibpam-runtime $(BUILD_TREE)/doc/man/*.[578] dh_installdocs -i |