[med-svn] [nanook] 02/02: fix permissions

Andreas Tille tille at debian.org
Fri Sep 1 14:09:12 UTC 2017


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

tille pushed a commit to branch master
in repository nanook.

commit 3ec585aea3c7ddc2e5e4f9d5455373a9f2cda04d
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 1 16:09:04 2017 +0200

    fix permissions
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index 4316c3c..9750caa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,9 @@ export CLASSPATH=/usr/share/java/commons-io.jar
 
 override_dh_auto_build:
 	jh_build -J nanook.jar src/nanook
+
+override_dh_fixperms:
+	dh_fixperms
+	find debian -name "*.pl" -exec chmod +x \{\} \;
+	find debian -name "slurmit" -exec chmod +x \{\} \;
+	find debian -name "*.R" -exec chmod -x \{\} \;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nanook.git



More information about the debian-med-commit mailing list