diff options
-rw-r--r-- | changelog | 1 | ||||
-rwxr-xr-x | rules | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -81,6 +81,7 @@ pam (0.99.7.1-2) UNRELEASED; urgency=low * libpam-modules.files: /usr/sbin/pam_tally has moved to /sbin/pam_tally for consistency. * 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 @@ -113,6 +113,8 @@ binary-arch: install dh_installdocs -a $(BUILD_TREE)/README $(i) $(dl)/Debian-PAM-MiniPolicy $(d)/libpam0g/usr/share/doc/libpam0g dh_installexamples -a + find $(d)/libpam0g-dev/usr/share/doc/libpam0g-dev/examples -type f -name 'Makefile*' -print0 | xargs -0 rm -f + dh_installcron -a dh_installchangelogs -a $(BUILD_TREE)/ChangeLog |