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

kanashiro-guest pushed a commit to branch master
in repository libacme-eyedrops-perl.

commit aa3620278521e9f5a2a474517063694f5531c264
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Wed Jul 22 21:38:52 2015 -0300

    Fix permission of thumbsup.eye file
---
 debian/changelog | 1 +
 debian/rules     | 7 +++++++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c49e5fd..652b8e6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libacme-eyedrops-perl (1.62-1) UNRELEASED; urgency=medium
   [ Lucas Kanashiro ]
   * Imported Upstream version 1.62
   * debian/control: Bump standard version
+  * debian/rules: fix permission of usr/share/perl5/Acme/EyeDrops/thumbsup.eye
 
  -- Lucas Kanashiro <kanashiro.dua...@gmail.com>  Wed, 22 Jul 2015 21:14:58 
-0300
 
diff --git a/debian/rules b/debian/rules
index 2d33f6a..2845128 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_fixperms:
+       chmod -x $(TMP)/usr/share/perl5/Acme/EyeDrops/thumbsup.eye
+       dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libacme-eyedrops-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to