This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-bioc-cummerbund.
commit a42a154f08123df1d154846ff9249a7c0e1d2453 Author: Andreas Tille <[email protected]> Date: Thu Oct 27 15:49:12 2016 +0200 Convert to dh-r --- debian/control | 9 +++------ debian/rules | 7 ++----- 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/debian/control b/debian/control index a2a1789..b75a9bb 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev (>= 3.0), r-cran-rsqlite, r-cran-reshape2, @@ -21,11 +21,8 @@ Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, - r-cran-rsqlite, - r-cran-reshape2, - r-cran-ggplot2, - r-cran-fastcluster, - r-bioc-gviz (>= 1.14.0) +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: tool for analysis of Cufflinks RNA-Seq output Allows for persistent storage, access, exploration, and manipulation of Cufflinks high-throughput sequencing data. In addition, provides diff --git a/debian/rules b/debian/rules index ef3fe7e..68d9a36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,4 @@ #!/usr/bin/make -f -debRreposname = bioc - -include /usr/share/R/debian/r-cran.mk - -export DEB_BUILD_MAINT_OPTIONS = hardening=+all +%: + dh $@ --buildsystem R -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-cummerbund.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
