[r-cran-plotrix] 12/29: Fix typo to make R:Depends work

Andreas Tille tille at debian.org
Fri Sep 29 06:53: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-plotrix.

commit 2de49de912b4d50126e139cdc688ff351ccb896c
Author: Andreas Tille <tille at debian.org>
Date:   Mon May 31 14:08:21 2010 +0000

    Fix typo to make R:Depends work
---
 debian/changelog | 7 +++++++
 debian/rules     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 589ed8f..93c8b6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/debian/rules b/debian/rules
index f46c72d..724e2da 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-plotrix.git



More information about the debian-science-commits mailing list