[r-cran-amore] 05/16: Fix issue with R:Depends

Andreas Tille tille at debian.org
Sat Oct 21 06:49:31 UTC 2017


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

tille pushed a commit to branch master
in repository r-cran-amore.

commit ca56af6237e78ba92197a38f8366c1aab7ac6083
Author: Andreas Tille <tille at debian.org>
Date:   Mon May 31 11:06:09 2010 +0000

    Fix issue with R:Depends
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 43cebcb..0235c3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index 8362742..ee7f5f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,4 +7,4 @@ 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

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



More information about the debian-science-commits mailing list