[med-svn] [r-bioc-txdb.hsapiens.ucsc.hg19.knowngene] 04/04: Modernise build system

Andreas Tille tille at debian.org
Thu Nov 9 14:35:50 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-txdb.hsapiens.ucsc.hg19.knowngene.

commit 4875950fd1fa1d714f5b9ee6cf2d883ccddb6eb5
Author: Andreas Tille <tille at debian.org>
Date:   Thu Nov 9 15:35:33 2017 +0100

    Modernise build system
---
 debian/changelog |  1 -
 debian/compat    |  2 +-
 debian/control   | 13 ++++++-------
 debian/rules     |  5 +++--
 4 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 628bff1..5034c73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
 r-bioc-txdb.hsapiens.ucsc.hg19.knowngene (2.14.0-1) UNRELEASED; urgency=low
 
   * Initial release (closes: #???)
-  * Moved packaging from SVN to Git
 
  -- Andreas Tille <tille at debian.org>  Fri, 08 Aug 2014 11:30:04 +0200
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 9552870..6e2fd56 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-txdb.hsapiens.ucsc.hg19.knowngene.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-bioc-txdb.hsapiens.ucsc.hg19.knowngene.git
 Homepage: http://bioconductor.org/packages/release/data/annotation/html/TxDb.Hsapiens.UCSC.hg19.knownGene.html
@@ -16,9 +15,9 @@ Homepage: http://bioconductor.org/packages/release/data/annotation/html/TxDb.Hsa
 Package: r-bioc-txdb.hsapiens.ucsc.hg19.knowngene
 Architecture: all
 Depends: ${R:Depends},
-         ${misc:Depends},
-         r-bioc-annotationdbi,
-         r-bioc-genomicfeatures
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: BioConductor Annotation package for TranscriptDb object(s)
  This package is part of BioConductor and provides exposes an annotation
  databases generated from UCSC by exposing these as TranscriptDb 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-txdb.hsapiens.ucsc.hg19.knowngene.git



More information about the debian-med-commit mailing list