[r-cran-sp] 01/01: New upstream version

Sébastien Villemot sebastien at debian.org
Thu Nov 16 21:48:06 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to annotated tag debian/0.9-73-1
in repository r-cran-sp.

commit 4310ad1510c730438e217dcb541c6670c642aa40
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 24 07:33:38 2010 +0000

    New upstream version
---
 changelog | 7 +++++++
 rules     | 5 ++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/changelog b/changelog
index d44964a..b0191f6 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/rules b/rules
index 8009bd4..e904fc2 100755
--- a/rules
+++ b/rules
@@ -9,6 +9,5 @@ get-orig-source:
 	. 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-sp.git



More information about the debian-science-commits mailing list