[med-svn] [qcumber] 01/05: Make sure R files will be installed as well and add R interpreter and r-cran-ggplot2 to dependencies
Andreas Tille
tille at debian.org
Tue Nov 29 15:28:23 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository qcumber.
commit 0b05ed292ef462109478fb0f54827defd07caa04
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 29 13:21:56 2016 +0100
Make sure R files will be installed as well and add R interpreter and r-cran-ggplot2 to dependencies
---
debian/control | 4 +++-
debian/install | 1 +
debian/rules | 1 +
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index eadbeea..b495e5f 100644
--- a/debian/control
+++ b/debian/control
@@ -27,7 +27,9 @@ Depends: ${python3:Depends},
libjs-angularjs,
libjs-bootstrap,
libjs-d3,
- libjs-jquery
+ libjs-jquery,
+ r-base-core,
+ r-cran-ggplot2
Conflicts: qc-pipeline
Provides: qc-pipeline
Replaces: qc-pipeline
diff --git a/debian/install b/debian/install
index a9acf04..46e24f8 100644
--- a/debian/install
+++ b/debian/install
@@ -2,5 +2,6 @@
config.txt etc/qcumber
parameter.txt etc/qcumber
*.tex usr/share/qcumber
+*.R usr/share/qcumber
debian/bin usr
lib usr/share/qcumber
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index ed17df6..aa85b83 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,7 @@ override_dh_fixperms:
chmod a-x debian/*/etc/*/*.txt
chmod a-x debian/*/usr/share/*/classes.py
chmod a-x debian/*/usr/share/*/helper.py
+ chmod a-x debian/*/usr/share/*/barplot.R
dos2unix debian/*/usr/share/*/*.py
#dos2unix debian/*/etc/qcumber/*.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/qcumber.git
More information about the debian-med-commit
mailing list