[med-svn] [r-bioc-bsgenome.hsapiens.ucsc.hg19] 01/01: Modernize packaging

Andreas Tille tille at debian.org
Thu Nov 9 12:48:36 UTC 2017


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

tille pushed a commit to branch master
in repository r-bioc-bsgenome.hsapiens.ucsc.hg19.

commit 5b8941cfd996dc9e2d9a4930f740ac4b0e428d3a
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 9 13:48:28 2017 +0100

    Modernize packaging
---
 debian/compat  |  2 +-
 debian/control | 13 ++++++-------
 debian/rules   |  5 +++--
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index a05323e..439012a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,11 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
-Build-Depends: debhelper (>= 9),
-               cdbs,
-               r-base-dev,
+Build-Depends: debhelper (>= 10),
+               dh-r,
                r-bioc-annotationdbi,
                r-bioc-genomicfeatures
-Standards-Version: 3.9.5
+Standards-Version: 4.1.1
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-bioc-bsgenome.hsapiens.ucsc.hg19.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-bioc-bsgenome.hsapiens.ucsc.hg19.git
 Homepage: http://bioconductor.org/packages/release/data/annotation/html/BSgenome.Hsapiens.UCSC.hg19.html
@@ -16,9 +15,9 @@ Homepage: http://bioconductor.org/packages/release/data/annotation/html/BSgenome
 Package: r-bioc-bsgenome.hsapiens.ucsc.hg19
 Architecture: all
 Depends: ${R:Depends},
-         ${misc:Depends},
-         r-bioc-annotationdbi,
-         r-bioc-genomicfeatures
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: Full genome sequences for Homo sapiens (UCSC version hg19)
  Full genome sequences for Homo sapiens (Human) as provided by UCSC
  (hg19, Feb. 2009) and stored in Biostrings objects.
diff --git a/debian/rules b/debian/rules
index aeb12b3..529c38a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
 #!/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-bsgenome.hsapiens.ucsc.hg19.git



More information about the debian-med-commit mailing list