[med-svn] r8253 - trunk/packages/R/r-cran-rocr/trunk/debian

Charles Plessy plessy at alioth.debian.org
Sat Oct 22 03:32:36 UTC 2011


Author: plessy
Date: 2011-10-22 03:32:35 +0000 (Sat, 22 Oct 2011)
New Revision: 8253

Modified:
   trunk/packages/R/r-cran-rocr/trunk/debian/changelog
   trunk/packages/R/r-cran-rocr/trunk/debian/rules
Log:
Add missing tilde to support depending on R pre-releases.

Closes: #646157


Modified: trunk/packages/R/r-cran-rocr/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/changelog	2011-10-21 22:25:47 UTC (rev 8252)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/changelog	2011-10-22 03:32:35 UTC (rev 8253)
@@ -1,3 +1,9 @@
+r-cran-rocr (1.0-4-3) UNRELEASED; urgency=low
+
+  * Support depending on R pre-releases (debian/rules, Closes: #646157).
+
+ -- Charles Plessy <plessy at debian.org>  Sat, 22 Oct 2011 12:26:45 +0900
+
 r-cran-rocr (1.0-4-2) unstable; urgency=low
 
   * Rebuild using latest R

Modified: trunk/packages/R/r-cran-rocr/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-rocr/trunk/debian/rules	2011-10-21 22:25:47 UTC (rev 8252)
+++ trunk/packages/R/r-cran-rocr/trunk/debian/rules	2011-10-22 03:32:35 UTC (rev 8253)
@@ -1,10 +1,7 @@
 #!/usr/bin/make -f
-# 							-*- makefile -*-
-# debian/rules file for the Debian/GNU Linux r-cran-ocr package
-# Copyright 2003-2006 by Dirk Eddelbuettel <edd at debian.org>
 
 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




More information about the debian-med-commit mailing list