r36593 - in /packages/R/r-cran-plotrix/trunk/debian: changelog rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Mon May 31 14:08:27 UTC 2010


Author: tille
Date: Mon May 31 14:08:21 2010
New Revision: 36593

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36593
Log:
Fix typo to make R:Depends work

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

Modified: packages/R/r-cran-plotrix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/changelog?rev=36593&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/changelog (original)
+++ packages/R/r-cran-plotrix/trunk/debian/changelog Mon May 31 14:08:21 2010
@@ -1,3 +1,10 @@
+r-cran-plotrix (2.9-3-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 16:04:00 +0200
+
 r-cran-plotrix (2.9-3-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/R/r-cran-plotrix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/rules?rev=36593&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/rules (original)
+++ packages/R/r-cran-plotrix/trunk/debian/rules Mon May 31 14:08:21 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