[libhtml-parser-perl] 05/09: variable/path cosmetics

gregor herrmann gregoa at debian.org
Sun Jun 7 17:22:36 UTC 2015


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

gregoa pushed a commit to branch master
in repository libhtml-parser-perl.

commit 86a5b90e42aaf1258a32c2299defe1cfe2c74b6f
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jun 7 19:13:08 2015 +0200

    variable/path cosmetics
    
    Gbp-Dch: Ignore
---
 debian/rules | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index fb53f43..eb588c3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-PACKAGE=$(shell dh_listpackages)
+PACKAGE = $(shell dh_listpackages)
+TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 %:
 	dh $@
@@ -11,5 +12,4 @@ override_dh_auto_build:
 
 override_dh_fixperms:
 	dh_fixperms
-	chmod a+x debian/$(PACKAGE)/usr/share/doc/$(PACKAGE)/examples/h*
-
+	chmod a+x $(TMP)/usr/share/doc/$(PACKAGE)/examples/h*

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



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