[SCM] Debian packaging of libapache2-authcookie-perl branch, master, updated. 03a1510a1cc94ada3479445829a9938bbc208fe0

Xavier Guimard x.guimard at free.fr
Sat Feb 2 20:18:56 UTC 2013


The following commit has been merged in the master branch:
commit fa6033753c7aecdefef783b3e91d0987041ba99c
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Feb 2 21:14:35 2013 +0100

    Add override to fix example files permissions

diff --git a/debian/rules b/debian/rules
index 9a64963..bbecf45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,3 +14,8 @@ override_dh_installexamples:
 	'1i #!/usr/bin/perl\n' $(TMP)/usr/share/doc/$(PACKAGE)/examples/htdocs/docs/protected/echo_user.pl
 	sed -i -e \
 	'1i #!/usr/bin/perl\n' $(TMP)/usr/share/doc/$(PACKAGE)/examples/htdocs/docs/echo_cookie.pl
+
+override_dh_fixperms:
+	dh_fixperms
+	chmod -x $(TMP)/usr/share/doc/$(PACKAGE)/examples/htdocs/docs/echo-user.pl \
+		$(TMP)/usr/share/doc/$(PACKAGE)/examples/htdocs/docs/protected/echo_user.pl

-- 
Debian packaging of libapache2-authcookie-perl



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