[med-svn] [r-bioc-ebseq] 05/07: Convert to dh-r
Andreas Tille
tille at debian.org
Fri Oct 28 06:44:02 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-bioc-ebseq.
commit dbc8471d4b80083afefb2d3cd0b1929a610c772f
Author: Andreas Tille <tille at debian.org>
Date: Fri Oct 28 08:19:44 2016 +0200
Convert to dh-r
---
debian/changelog | 1 +
debian/control | 9 ++++-----
debian/rules | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 63d6397..025d9db 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
r-bioc-ebseq (1.14.0-1) UNRELEASED; urgency=medium
* New upstream version
+ * Convert to dh-r
-- Andreas Tille <tille at debian.org> Fri, 28 Oct 2016 08:17:12 +0200
diff --git a/debian/control b/debian/control
index c65e313..2f9c0d8 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Michael R. Crusoe <mcrusoe at msu.edu>,
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
r-cran-gplots,
r-cran-blockmodeling,
@@ -18,10 +18,9 @@ Homepage: https://www.biostat.wisc.edu/~kendzior/EBSEQ/
Package: r-bioc-ebseq
Architecture: all
Depends: ${R:Depends},
- ${misc:Depends},
- r-cran-gplots,
- r-cran-blockmodeling,
- r-cran-testthat
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: R package for RNA-Seq Differential Expression Analysis
r-bioc-ebseq is an R package for identifying genes and isoforms differentially
expressed (DE) across two or more biological conditions in an RNA-seq
diff --git a/debian/rules b/debian/rules
index aeb12b3..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
-debRreposname=bioc
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-ebseq.git
More information about the debian-med-commit
mailing list