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

tille at users.alioth.debian.org tille at users.alioth.debian.org
Thu May 20 14:49:22 UTC 2010


Author: tille
Date: Thu May 20 14:49:21 2010
New Revision: 36540

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

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

Added: packages/R/r-cran-sp/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-sp/trunk/debian/README.Debian?rev=36540&op=file
==============================================================================
--- packages/R/r-cran-sp/trunk/debian/README.Debian (added)
+++ packages/R/r-cran-sp/trunk/debian/README.Debian Thu May 20 14:49:21 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(sp)’ 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-sp/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-sp/trunk/debian/changelog?rev=36540&op=diff
==============================================================================
--- packages/R/r-cran-sp/trunk/debian/changelog (original)
+++ packages/R/r-cran-sp/trunk/debian/changelog Thu May 20 14:49:21 2010
@@ -1,3 +1,15 @@
+r-cran-sp (1:0.9-64-1) unstable; urgency=low
+
+  * New upstream version
+  * Standards-Version: 3.8.4 (no changes needed)
+  * 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: Upstream-Source field points to sp specific URL
+  * debian/README.Debian: explain how to test this package
+
+ -- Andreas Tille <tille at debian.org>  Thu, 20 May 2010 15:59:55 +0200
+
 r-cran-sp (1:0.9-56-2) unstable; urgency=low
 
   * New upstream version

Modified: packages/R/r-cran-sp/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-sp/trunk/debian/control?rev=36540&op=diff
==============================================================================
--- packages/R/r-cran-sp/trunk/debian/control (original)
+++ packages/R/r-cran-sp/trunk/debian/control Thu May 20 14:49:21 2010
@@ -5,14 +5,14 @@
 Uploaders: Andreas Tille <tille at debian.org>
 DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev, r-cran-lattice
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://r-spatial.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-sp/trunk/?rev=0&sc=0
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-sp/trunk/
 
 Package: r-cran-sp
 Architecture: any
-Depends: ${shlibs:Depends}, r-base-core, r-cran-lattice
+Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-lattice
 Description: GNU R classes and methods for spatial data
  This GNU R package provides classes and methods for spatial data. The
  classes document where the spatial location information resides, for 2D or

Modified: packages/R/r-cran-sp/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-sp/trunk/debian/copyright?rev=36540&op=diff
==============================================================================
--- packages/R/r-cran-sp/trunk/debian/copyright (original)
+++ packages/R/r-cran-sp/trunk/debian/copyright Thu May 20 14:49:21 2010
@@ -1,13 +1,13 @@
 Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
-Upstream-Name: spc
+Upstream-Name: sp
 Upstream-Maintainer: Edzer J. Pebesma <edzer.pebesma at uni-muenster.de>
-Upstream-Source: http://cran.r-project.org/src/contrib/
+Upstream-Source: http://cran.r-project.org/web/packages/sp/
 X-Debianized-By: Andreas Tille <tille at debian.org>
 X-Packaged-Date: Tue, 13 Jan 2009 11:48:08 +0100
 
 Files: debian/*
 Copyright: 2009 Andreas Tille <tille at debian.org>
-License: Same as spc itself
+License: Same as sp itself
 
 Files: *
 Copyright: (C) 2008 Edzer J. Pebesma, Roger Bivand and others

Modified: packages/R/r-cran-sp/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-sp/trunk/debian/rules?rev=36540&op=diff
==============================================================================
--- packages/R/r-cran-sp/trunk/debian/rules (original)
+++ packages/R/r-cran-sp/trunk/debian/rules Thu May 20 14:49:21 2010
@@ -7,3 +7,8 @@
 
 get-orig-source:
 	. debian/get-orig-source
+
+# Require a number equal or superior than the R version the package was built with.
+# install/r-$(debRreposname)-$(cranName)::
+install/r-cran-sp::
+	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