r37025 - in /packages/R/r-cran-sp/trunk/debian: changelog rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed Nov 24 07:33:51 UTC 2010


Author: tille
Date: Wed Nov 24 07:33:38 2010
New Revision: 37025

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37025
Log:
New upstream version

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

Modified: packages/R/r-cran-sp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-sp/trunk/debian/changelog?rev=37025&op=diff
==============================================================================
--- packages/R/r-cran-sp/trunk/debian/changelog (original)
+++ packages/R/r-cran-sp/trunk/debian/changelog Wed Nov 24 07:33:38 2010
@@ -1,3 +1,10 @@
+r-cran-sp (1:0.9-73-1) unstable; urgency=low
+
+  * New upstream version
+  * debian/rules: Fixed R:Depends code
+
+ -- Andreas Tille <tille at debian.org>  Wed, 24 Nov 2010 08:27:54 +0100
+
 r-cran-sp (1:0.9-66-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/R/r-cran-sp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-sp/trunk/debian/rules?rev=37025&op=diff
==============================================================================
--- packages/R/r-cran-sp/trunk/debian/rules (original)
+++ packages/R/r-cran-sp/trunk/debian/rules Wed Nov 24 07:33:38 2010
@@ -9,6 +9,5 @@
 	. debian/get-orig-source
 
 # Require a number equal or superior than the R version the package was built with.
-# install/r-$(debRreposname)-$(cranName)::
-install/r-cran-sp::
-	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
+install/$(package)::
+	echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars




More information about the debian-science-commits mailing list