[r-cran-desolve] 03/09: debian/rules: unset executable flag from R scripts

Andreas Tille tille at debian.org
Fri Sep 8 15:05:47 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 71f2ec277c7ac865bed8861465c5fe5fa5a42fc2
Author: Andreas Tille <tille at debian.org>
Date:   Fri Sep 8 16:42:46 2017 +0200

    debian/rules: unset executable flag from R scripts
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3f61843..ee40ffa 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-cran-desolve (1.20-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream version
+  * debian/rules: unset executable flag from R scripts
 
  -- Andreas Tille <tille at debian.org>  Fri, 08 Sep 2017 16:17:48 +0200
 
diff --git a/debian/rules b/debian/rules
index 68d9a36..f337930 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 
 %:
 	dh $@ --buildsystem R
+
+override_dh_install:
+	dh_install
+	find debian -name "*.R" -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