[med-svn] [SCM] r-bioc-edger branch, master, updated. upstream/2.2.5-27-ga36b562

Charles Plessy plessy at debian.org
Fri Jun 3 06:31:01 UTC 2011


The following commit has been merged in the master branch:
commit 4e89314abe60f9ba02c1051104f7ec241c24fbac
Author: Charles Plessy <plessy at debian.org>
Date:   Fri Jun 3 15:20:48 2011 +0900

    In the absence of that tilde, it may happen to depend on unavailable r-base-core package.

diff --git a/debian/rules b/debian/rules
index 606324e..a906fba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,4 +6,4 @@ 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
+	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

-- 
empirical analysis of digital gene expression data in R



More information about the debian-med-commit mailing list