[r-cran-plotrix] 11/29: New upstream version
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 59ed175f9bec64fb0f476b79d4828ccbb1a4a3dc
Author: Andreas Tille <tille at debian.org>
Date: Thu May 20 13:53:19 2010 +0000
New upstream version
---
debian/README.Debian | 7 +++++++
debian/changelog | 11 +++++++++++
debian/control | 2 +-
debian/copyright | 2 +-
debian/rules | 3 +++
5 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..f837af2
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,7 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the command
+‘library(plotrix)’ in order to confirm its integrity.
+
+ -- Andreas Tille <tille at debian.org> Thu, 20 May 2010 15:43:36 +0200
diff --git a/debian/changelog b/debian/changelog
index 092755d..589ed8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+r-cran-plotrix (2.9-3-1) unstable; urgency=low
+
+ * New upstream version
+ * Depend on a version equal or superior than the R upstream release that
+ was used to build this package, using a R:Depends substvar
+ (debian/control, debian/rules).
+ * debian/copyright: More specific value for Upstream-Source field
+ * debian/README.Debian: explain how to test this package
+
+ -- Andreas Tille <tille at debian.org> Thu, 20 May 2010 15:43:36 +0200
+
r-cran-plotrix (2.8-1) unstable; urgency=low
* New upstream version
diff --git a/debian/control b/debian/control
index 1b6b542..cb22b55 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: http://cran.r-project.org/web/packages/plotrix/
Package: r-cran-plotrix
Architecture: all
-Depends: r-base-core, ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${R:Depends}
Description: GNU R package providing various plotting functions
This R package provides lots of plots, various labeling, axis and color scaling
functions. Some of them are:
diff --git a/debian/copyright b/debian/copyright
index b86b17d..b97c678 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,7 +5,7 @@ Upstream-Maintainer: Jim Lemon, Ben Bolker, Sander Oom, Eduardo Klein,
Olivier Eterradossi, Gabor Grothendieck, Michael Toews,
John Kane, Mike Cheetham, Rolf Turner, Carl Witthoft,
Julian Stander, Thomas Petzoldt
-Upstream-Source: http://cran.r-project.org/src/contrib/
+Upstream-Source: http://cran.r-project.org/web/packages/plotrix/
X-Debianized-By: Andreas Tille <tille at debian.org>
X-Packaged-Date: Tue, 13 Jan 2009 11:48:08 +0100
diff --git a/debian/rules b/debian/rules
index 3368171..f46c72d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@
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
--
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