aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvorlon <Unknown>2007-08-20 08:43:53 +0000
committervorlon <Unknown>2007-08-20 08:43:53 +0000
commit4490747f4e9ea59656d742c69b276bf148a1e7ac (patch)
tree2dec830b5b4883550cdc8ab81adbd5e0701c6533
parentf7fd3d0db165b518235a19f118defc4c72466795 (diff)
downloadpam-4490747f4e9ea59656d742c69b276bf148a1e7ac.tar.gz
pam-4490747f4e9ea59656d742c69b276bf148a1e7ac.tar.bz2
pam-4490747f4e9ea59656d742c69b276bf148a1e7ac.zip
Don't ship Makefiles as part of the libpam0g-dev examples.
-rw-r--r--changelog1
-rwxr-xr-xrules2
2 files changed, 3 insertions, 0 deletions
diff --git a/changelog b/changelog
index a98d783b..4766dbb4 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/rules b/rules
index ea2ab587..bbb31d3f 100755
--- a/rules
+++ b/rules
@@ -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