r37027 - in /packages/R/r-cran-maptools/trunk/debian: changelog control rules
tille at users.alioth.debian.org
tille at users.alioth.debian.org
Wed Nov 24 08:13:27 UTC 2010
Author: tille
Date: Wed Nov 24 08:13:25 2010
New Revision: 37027
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=37027
Log:
New upstream version
Modified:
packages/R/r-cran-maptools/trunk/debian/changelog
packages/R/r-cran-maptools/trunk/debian/control
packages/R/r-cran-maptools/trunk/debian/rules
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=37027&op=diff
==============================================================================
--- packages/R/r-cran-maptools/trunk/debian/changelog (original)
+++ packages/R/r-cran-maptools/trunk/debian/changelog Wed Nov 24 08:13:25 2010
@@ -1,3 +1,12 @@
+r-cran-maptools (1:0.7-38-1) unstable; urgency=low
+
+ * New upstream version
+ * Standards-Version: 3.9.1 (no changes needed)
+ * debian/rules: Remove extra license file in /usr/lib, content is
+ just in debian/copyright
+
+ -- Andreas Tille <tille at debian.org> Wed, 24 Nov 2010 08:37:20 +0100
+
r-cran-maptools (1:0.7-34-2) unstable; urgency=low
* debian/rules: Make sure whitespace is really a tab to get
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=37027&op=diff
==============================================================================
--- packages/R/r-cran-maptools/trunk/debian/control (original)
+++ packages/R/r-cran-maptools/trunk/debian/control Wed Nov 24 08:13:25 2010
@@ -5,7 +5,7 @@
Uploaders: Andreas Tille <tille at debian.org>
DM-Upload-Allowed: yes
Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev, r-cran-foreign, r-cran-sp
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://cran.r-project.org/web/packages/maptools
Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-maptools/trunk/?rev=0&sc=0
Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-maptools/trunk/
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=37027&op=diff
==============================================================================
--- packages/R/r-cran-maptools/trunk/debian/rules (original)
+++ packages/R/r-cran-maptools/trunk/debian/rules Wed Nov 24 08:13:25 2010
@@ -5,6 +5,8 @@
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
+install/$(package)::
+ # Require a number equal or superior than the R version the package was built with.
+ echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/$(package).substvars
+ # remove extra license file, the content is just in debian/copyright
+ rm -f debian/$(package)/usr/lib/R/site-library/maptools/LICENSE
More information about the debian-science-commits
mailing list