[libcatalyst-action-rest-perl] 05/06: Don't install the MacOS .DS_Store files from this upstream tarball.

gregor herrmann gregoa at debian.org
Wed Dec 25 19:53:12 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcatalyst-action-rest-perl.

commit 9ff5ffa4c193ed95d50395239ba75df2406313cc
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 25 20:51:54 2013 +0100

    Don't install the MacOS .DS_Store files from this upstream tarball.
---
 debian/rules | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..ed1b895 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,11 @@
 #!/usr/bin/make -f
 
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
+
 %:
 	dh $@
+
+override_dh_auto_install:
+	dh_auto_install
+	find $(TMP)/usr/share/perl5 -type f -name ".DS_Store" -print0 | xargs -r0 $(RM) -v

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatalyst-action-rest-perl.git



More information about the Pkg-perl-cvs-commits mailing list