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

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


Author: tille
Date: Thu May 20 13:32:08 2010
New Revision: 36534

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

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

Modified: packages/R/r-cran-maptools/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-maptools/trunk/debian/README.Debian?rev=36534&op=diff
==============================================================================
--- packages/R/r-cran-maptools/trunk/debian/README.Debian (original)
+++ packages/R/r-cran-maptools/trunk/debian/README.Debian Thu May 20 13:32:08 2010
@@ -3,4 +3,7 @@
 
 This package was builded as precondiion for R survaillance.
 
+This package can be tested by loading it into R with the command
+‘library(maptools)’ in order to confirm its integrity.
+
  -- Andreas Tille <tille at debian.org>  Fri, 16 Jan 2009 20:43:13 +0100

Modified: packages/R/r-cran-maptools/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-maptools/trunk/debian/changelog?rev=36534&op=diff
==============================================================================
--- packages/R/r-cran-maptools/trunk/debian/changelog (original)
+++ packages/R/r-cran-maptools/trunk/debian/changelog Thu May 20 13:32:08 2010
@@ -1,3 +1,14 @@
+r-cran-maptools (1:0.7-34-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 generic 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:22:15 +0200
+
 r-cran-maptools (1:0.7-29-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/R/r-cran-maptools/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-maptools/trunk/debian/control?rev=36534&op=diff
==============================================================================
--- packages/R/r-cran-maptools/trunk/debian/control (original)
+++ packages/R/r-cran-maptools/trunk/debian/control Thu May 20 13:32:08 2010
@@ -13,7 +13,7 @@
 
 Package: r-cran-maptools
 Architecture: any
-Depends: ${shlibs:Depends}, r-base-core, r-cran-foreign, r-cran-sp
+Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-foreign, r-cran-sp
 Description: GNU R Tools for reading and handling spatial objects
  Set of tools for manipulating and reading geographic data, in particular
  ESRI shapefiles; C code used from shapelib. It includes binary access to

Modified: packages/R/r-cran-maptools/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-maptools/trunk/debian/copyright?rev=36534&op=diff
==============================================================================
--- packages/R/r-cran-maptools/trunk/debian/copyright (original)
+++ packages/R/r-cran-maptools/trunk/debian/copyright Thu May 20 13:32:08 2010
@@ -1,7 +1,7 @@
 Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
 Upstream-Name: maptools
 Upstream-Maintainer: Nicholas J. Lewin-Koh, Roger Bivand, and others
-Upstream-Source: http://cran.r-project.org/src/contrib/maptools_0.7-20.tar.gz
+Upstream-Source: http://cran.r-project.org/web/packages/maptools/
 X-Debianized-By: Andreas Tille <tille at debian.org>
 X-Packaged-Date: Tue, 13 Jan 2009 11:48:08 +0100
 Disclaimer : This package is not part of the Debian operating system.

Modified: packages/R/r-cran-maptools/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-maptools/trunk/debian/rules?rev=36534&op=diff
==============================================================================
--- packages/R/r-cran-maptools/trunk/debian/rules (original)
+++ packages/R/r-cran-maptools/trunk/debian/rules Thu May 20 13:32:08 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