[libperl6-form-perl] 06/09: debian/rules: Use "chmod a-x" instead of "chmod 644" to show actual intent

Axel Beckert abe at deuxchevaux.org
Sun May 31 16:55:42 UTC 2015


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

abe pushed a commit to branch master
in repository libperl6-form-perl.

commit 9fc6fa3d16b225fa38967b4fd6d880b18bf6675f
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun May 31 18:46:23 2015 +0200

    debian/rules: Use "chmod a-x" instead of "chmod 644" to show actual intent
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 671c990..84b759d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,7 @@ libperl6-form-perl (0.04-7) UNRELEASED; urgency=low
     + Replace "dh_clean -k" by "dh_prep".
     + Drop now redundant parameters to dh_clean and dh_installchangelogs.
     + Finally switch to a minimal dh v7 style debian/rules file.
+    + Use "chmod a-x" instead of "chmod 644" to show actual intent.
 
  -- gregor herrmann <gregoa at debian.org>  Sun, 16 Nov 2008 20:46:02 +0100
 
diff --git a/debian/rules b/debian/rules
index 119bd1e..0db98fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@ P=$(shell dh_listpackages)
 
 override_dh_installexamples:
 	dh_installexamples demo/*
-	chmod 644 debian/$(P)/usr/share/doc/$(P)/examples/*
+	chmod a-x debian/$(P)/usr/share/doc/$(P)/examples/*

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



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