[med-svn] [SCM] permute branch, master, updated. debian/0.6-3-1-11-g2544581

Charles Plessy plessy at debian.org
Mon May 14 04:23:49 UTC 2012


The following commit has been merged in the master branch:
commit b79e8d91645a7b5eefa6611b22798fa61328f509
Author: Charles Plessy <plessy at debian.org>
Date:   Mon May 14 13:13:10 2012 +0900

    Obtain ${R:Depends} directly throuhg r-base-dev.

diff --git a/debian/control b/debian/control
index f14986e..8c1cd8d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
 DM-Upload-Allowed: yes
 Uploaders: Charles Plessy <plessy at debian.org>
-Build-Depends: debhelper (>= 8), cdbs, r-base-dev
+Build-Depends: debhelper (>= 8), cdbs, r-base-dev (>= 2.14.2~20120222)
 Standards-Version: 3.9.3
 Vcs-Browser: http://git.debian.org/?p=debian-med/permute.git
 Vcs-Git: git://git.debian.org/debian-med/permute.git
diff --git a/debian/rules b/debian/rules
index e219fa5..984d2aa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,3 @@
 DEB_DH_BUILDDEB_ARGS = -- -Z xz
 
 include /usr/share/R/debian/r-cran.mk
-
-# 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

-- 
R functions for generating restricted permutations of data



More information about the debian-med-commit mailing list