[r-cran-desolve] 08/09: More removals of executable flags

Andreas Tille tille at debian.org
Fri Sep 8 15:05:48 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-desolve.

commit fa95728a7a0e035fe69126cee044c961bb511727
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 8 16:58:40 2017 +0200

    More removals of executable flags
---
 debian/rules | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/debian/rules b/debian/rules
index f337930..596eea4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,3 +6,9 @@
 override_dh_install:
 	dh_install
 	find debian -name "*.R" -executable -exec chmod -x \{\} \;
+	find debian -name "*.f" -executable -exec chmod -x \{\} \;
+	find debian -name "*.c" -executable -exec chmod -x \{\} \;
+	find debian -name "*.gz" -executable -exec chmod -x \{\} \;
+	find debian -name "*.Rnw" -executable -exec chmod -x \{\} \;
+	find debian -name "*.RData" -executable -exec chmod -x \{\} \;
+	find debian -name CITATION -executable -exec chmod -x \{\} \;

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



More information about the debian-science-commits mailing list