[med-svn] [mapdamage] 01/05: Make sure R scripts that should be executable will stay executable
Andreas Tille
tille at debian.org
Wed Aug 3 17:19:28 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository mapdamage.
commit 525b53a87f9136d41df787288328cc7e0c1f3a55
Author: Andreas Tille <tille at debian.org>
Date: Sun Jul 31 00:22:29 2016 +0200
Make sure R scripts that should be executable will stay executable
---
debian/rules | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/debian/rules b/debian/rules
index 441c30d..57d25ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,8 @@
%:
dh $@ --with python2
+
+override_dh_fixperms:
+ dh_fixperms
+ find debian -name checkLibraries.R -exec chmod +x \{\} \;
+ find debian -name runGeneral.R -exec chmod +x \{\} \;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/mapdamage.git
More information about the debian-med-commit
mailing list