r36538 - in /packages/R/r-cran-plotrix/trunk/debian: README.Debian changelog control copyright rules

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu May 20 13:53:25 UTC 2010


Author: tille
Date: Thu May 20 13:53:19 2010
New Revision: 36538

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

Added:
    packages/R/r-cran-plotrix/trunk/debian/README.Debian
Modified:
    packages/R/r-cran-plotrix/trunk/debian/changelog
    packages/R/r-cran-plotrix/trunk/debian/control
    packages/R/r-cran-plotrix/trunk/debian/copyright
    packages/R/r-cran-plotrix/trunk/debian/rules

Added: packages/R/r-cran-plotrix/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/README.Debian?rev=36538&op=file
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/README.Debian (added)
+++ packages/R/r-cran-plotrix/trunk/debian/README.Debian Thu May 20 13:53:19 2010
@@ -1,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

Modified: packages/R/r-cran-plotrix/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/changelog?rev=36538&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/changelog (original)
+++ packages/R/r-cran-plotrix/trunk/debian/changelog Thu May 20 13:53:19 2010
@@ -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

Modified: packages/R/r-cran-plotrix/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/control?rev=36538&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/control (original)
+++ packages/R/r-cran-plotrix/trunk/debian/control Thu May 20 13:53:19 2010
@@ -11,7 +11,7 @@
 
 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:

Modified: packages/R/r-cran-plotrix/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/copyright?rev=36538&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/copyright (original)
+++ packages/R/r-cran-plotrix/trunk/debian/copyright Thu May 20 13:53:19 2010
@@ -5,7 +5,7 @@
                      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
 

Modified: packages/R/r-cran-plotrix/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-plotrix/trunk/debian/rules?rev=36538&op=diff
==============================================================================
--- packages/R/r-cran-plotrix/trunk/debian/rules (original)
+++ packages/R/r-cran-plotrix/trunk/debian/rules Thu May 20 13:53:19 2010
@@ -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




More information about the debian-science-commits mailing list