The following commit has been merged in the master branch:
commit 4e89314abe60f9ba02c1051104f7ec241c24fbac
Author: Charles Plessy <[email protected]>
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

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

Reply via email to