[libacme-eyedrops-perl] 05/06: Fix permission of thumbsup.eye file

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Thu Jul 23 00:46:33 UTC 2015


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.duarte at 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.duarte at 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



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