[med-svn] [paleomix] 01/04: Executable R scripts and r-base-core dependency

Andreas Tille tille at debian.org
Wed Feb 22 16:02:33 UTC 2017


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

tille pushed a commit to branch master
in repository paleomix.

commit 0bdb7a9886c0e5780332103128a5812fcdefe27e
Author: Andreas Tille <tille at debian.org>
Date:   Tue Feb 14 17:17:19 2017 +0100

    Executable R scripts and r-base-core dependency
---
 debian/control | 1 +
 debian/rules   | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/control b/debian/control
index fdba2ed..e48c20f 100644
--- a/debian/control
+++ b/debian/control
@@ -32,6 +32,7 @@ Depends: ${misc:Depends},
          mapdamage,
          phylip,
          picard-tools,
+         r-base-core,
          radiant,
          raxml,
          samtools
diff --git a/debian/rules b/debian/rules
index 30f0dae..ffaf04a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,3 +12,7 @@ override_dh_auto_test:
 override_dh_install:
 	dh_install
 	find debian -name LICENSE -delete
+
+override_dh_fixperms:
+	dh_fixperms
+	find debian -iname "*.r" -exec chmod +x \{\} \;

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



More information about the debian-med-commit mailing list