[med-svn] [r-bioc-biobase] 02/02: Switch to dh-r

Andreas Tille tille at debian.org
Tue Oct 25 20:11:44 UTC 2016


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

tille pushed a commit to tag debian/2.34.0-1
in repository r-bioc-biobase.

commit f83bd4fa6e289cb10b73f08d9ab443a01d915b6a
Author: Andreas Tille <tille at debian.org>
Date:   Tue Oct 25 22:05:48 2016 +0200

    Switch to dh-r
---
 debian/changelog |  1 +
 debian/control   | 11 +++++------
 debian/rules     | 10 ++--------
 3 files changed, 8 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 20b9a8a..e7c53fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ r-bioc-biobase (2.34.0-1) UNRELEASED; urgency=medium
 
   * New upstream version
   * Canonical BioConductor homepage
+  * Switch to dh-r
 
  -- Andreas Tille <tille at debian.org>  Tue, 25 Oct 2016 21:49:37 +0200
 
diff --git a/debian/control b/debian/control
index c134c37..8b6de23 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Testsuite: autopkgtest
 Priority: optional
-Build-Depends: cdbs,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                r-base-dev,
-               r-bioc-biocgenerics (>= 0.3.2)
+               r-bioc-biocgenerics (>= 0.3.2),
+               dh-r
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-bioc-biobase.git
 Vcs-Git: https://anonscm.debian.org/git/debian-med/r-bioc-biobase.git
@@ -15,10 +15,9 @@ Homepage: https://bioconductor.org/packages/Biobase/
 
 Package: r-bioc-biobase
 Architecture: any
-Depends: ${shlibs:Depends},
+Depends: ${R:Depends},
          ${misc:Depends},
-         ${R:Depends},
-         r-bioc-biocgenerics (>= 0.3.2)
+         ${shlibs:Depends}
 Description: base functions for Bioconductor
  Biobase is part of the Bioconductor project, and is used by many other
  packages. Biobase contains standardized data structures to represent genomic
diff --git a/debian/rules b/debian/rules
index 2800b65..68d9a36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
 #!/usr/bin/make -f
 
-debRreposname = bioc
-include /usr/share/R/debian/r-cran.mk
-
-DEB_DH_BUILDDEB_ARGS := -- -Z xz
-
-# Require a number equal or superior than the R version the package was built with.
-install/r-$(debRreposname)-$(cranName)::
-	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars
+%:
+	dh $@ --buildsystem R

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-biobase.git



More information about the debian-med-commit mailing list