[SCM] Packaging Apache2::SiteControl in Debian branch, master, updated. 94612acea9be672b45fa663fda306825b7713142

gregor herrmann gregoa at debian.org
Wed Feb 15 20:15:57 UTC 2012


The following commit has been merged in the master branch:
commit 94612acea9be672b45fa663fda306825b7713142
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Feb 15 21:10:41 2012 +0100

    re-use $(PACKAGE) variable in constructing path to examples
    
    (just makes the line shorter)

diff --git a/debian/rules b/debian/rules
index 8efaba2..6ada9c8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 	dh $@
 override_dh_fixperms:
 	dh_fixperms
-	chmod 644 $(TMP)/usr/share/doc/libapache2-sitecontrol-perl/examples/apache_modperlinit.pl
+	chmod 644 $(TMP)/usr/share/doc/$(PACKAGE)/examples/apache_modperlinit.pl

-- 
Packaging Apache2::SiteControl in Debian



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