The following commit has been merged in the master branch:
commit ae5818c2e66784c35ec19b085b32633ceaa1b792
Author: Andreas Tille <[email protected]>
Date:   Fri Aug 2 10:58:15 2013 +0200

    Versioned Build-Depends: r-base-dev (>= 3.0)

diff --git a/debian/changelog b/debian/changelog
index 86f21bf..402bddf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 r-bioc-cummerbund (2.2.0-1) UNRELEASED; urgency=low
 
   * New upstream version
+  * debian/rules: Remove useless creation of ${R-Depends}
+  * debian/control: Versioned Build-Depends: r-base-dev (>= 3.0)
 
  -- Andreas Tille <[email protected]>  Fri, 02 Aug 2013 10:54:50 +0200
 
diff --git a/debian/control b/debian/control
index 32c1813..36f4355 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
                cdbs,
-               r-base-dev,
+               r-base-dev (>= 3.0),
                r-cran-rsqlite,
                r-cran-reshape2,
                r-cran-ggplot2
diff --git a/debian/rules b/debian/rules
index 0abcd83..ef3fe7e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,3 @@ debRreposname = bioc
 include /usr/share/R/debian/r-cran.mk
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-
-# 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

-- 
Packaging for R/Bioconductor/cummeRbund in Debian

_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to