[libcatalyst-action-rest-perl] 03/05: debian/rules: drop removal of .DS_Store files.

gregor herrmann gregoa at debian.org
Mon Dec 30 14:42:33 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 83a5290bb7d2f10831dbd3c428dc771bcfc9f699
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Dec 30 15:28:58 2013 +0100

    debian/rules: drop removal of .DS_Store files.
    
    They are not shipped in the current upstream tarball anymore.
---
 debian/rules | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index ed1b895..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,4 @@
 #!/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