r36588 - in /packages/R/r-cran-amore/trunk/debian: changelog rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Mon May 31 11:06:15 UTC 2010


Author: tille
Date: Mon May 31 11:06:09 2010
New Revision: 36588

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36588
Log:
Fix issue with R:Depends

Modified:
    packages/R/r-cran-amore/trunk/debian/changelog
    packages/R/r-cran-amore/trunk/debian/rules

Modified: packages/R/r-cran-amore/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/changelog?rev=36588&op=diff
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/changelog (original)
+++ packages/R/r-cran-amore/trunk/debian/changelog Mon May 31 11:06:09 2010
@@ -1,3 +1,10 @@
+r-cran-amore (0.2-12-2) unstable; urgency=low
+
+  * debian/rules: Make sure whitespace is really a tab to get
+    R:Depends substvar working
+
+ -- Andreas Tille <tille at debian.org>  Mon, 31 May 2010 10:22:02 +0200
+
 r-cran-amore (0.2-12-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/R/r-cran-amore/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-amore/trunk/debian/rules?rev=36588&op=diff
==============================================================================
--- packages/R/r-cran-amore/trunk/debian/rules (original)
+++ packages/R/r-cran-amore/trunk/debian/rules Mon May 31 11:06:09 2010
@@ -7,4 +7,4 @@
 
 # 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-science-commits mailing list