[r-cran-survey] 04/04: Fix permissions

Andreas Tille tille at debian.org
Thu Feb 2 13:20:22 UTC 2017


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

tille pushed a commit to branch master
in repository r-cran-survey.

commit ece70eb0c66449cef823c9ff32412871ca6e273a
Author: Andreas Tille <tille at debian.org>
Date:   Thu Feb 2 13:50:18 2017 +0100

    Fix permissions
---
 debian/rules | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/rules b/debian/rules
index 529c38a..06a29c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,8 @@
 %:
 	dh $@ --buildsystem R
 
+override_dh_fixperms:
+	dh_fixperms
+	find debian -name INDEX -exec chmod -x \{\} \;
+	find debian -name NEWS  -exec chmod -x \{\} \;
+	find debian -name porting.to.S -exec chmod -x \{\} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-survey.git



More information about the debian-science-commits mailing list