[med-svn] r23855 - in trunk/packages/R/r-cran-rredlist/branches/jessie-backports: . 0.2.0-1~bpo8+1
Andreas Tille
tille at moszumanska.debian.org
Sun Jun 25 05:11:50 UTC 2017
Author: tille
Date: 2017-06-25 05:11:49 +0000 (Sun, 25 Jun 2017)
New Revision: 23855
Added:
trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/
Modified:
trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/changelog
trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/control
trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/copyright
trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/rules
trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/watch
Log:
Tagged 0.2.0-1~bpo8+1
Modified: trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/changelog
===================================================================
--- trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.1.0-1~bpo8+1/changelog 2017-06-25 05:01:12 UTC (rev 23853)
+++ trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/changelog 2017-06-25 05:11:49 UTC (rev 23855)
@@ -1,3 +1,19 @@
+r-cran-rredlist (0.2.0-1~bpo8+1) jessie-backports; urgency=medium
+
+ * Rebuild for jessie-backports.
+
+ -- Andreas Tille <tille at debian.org> Sun, 25 Jun 2017 07:06:58 +0200
+
+r-cran-rredlist (0.2.0-1) unstable; urgency=medium
+
+ * New upstream version
+ * Convert to dh-r
+ * Canonical homepage for CRAN
+ * d/watch: version=4
+ * New versioned Build-Depends: r-cran-jsonlite (>= 1.1)
+
+ -- Andreas Tille <tille at debian.org> Wed, 16 Nov 2016 10:22:52 +0100
+
r-cran-rredlist (0.1.0-1~bpo8+1) jessie-backports; urgency=medium
* Rebuild for jessie-backports.
Modified: trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/control
===================================================================
--- trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.1.0-1~bpo8+1/control 2017-06-25 05:01:12 UTC (rev 23853)
+++ trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/control 2017-06-25 05:11:49 UTC (rev 23855)
@@ -4,21 +4,21 @@
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
- cdbs,
+ dh-r,
r-base-dev,
- r-cran-jsonlite,
+ r-cran-jsonlite (>= 1.1),
r-cran-httr
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rredlist/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rredlist/trunk/
-Homepage: https://cran.r-project.org/web/packages/rredlist/
+Homepage: https://cran.r-project.org/package=rredlist
Package: r-cran-rredlist
Architecture: all
Depends: ${misc:Depends},
- ${R:Depends},
- r-cran-jsonlite,
- r-cran-httr
+ ${R:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
Description: GNU R IUCN Red List Client
The IUCN Red List is a global list of threatened and endangered
species. This GNU R package provides an IUCN Red List client to the Red
Modified: trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/copyright
===================================================================
--- trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.1.0-1~bpo8+1/copyright 2017-06-25 05:01:12 UTC (rev 23853)
+++ trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/copyright 2017-06-25 05:11:49 UTC (rev 23855)
@@ -1,6 +1,7 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Contact: Scott Chamberlain <myrmecocystus at gmail.com>
-Source: https://cran.r-project.org/web/packages/rredlist/
+Upstream-Name: rredlist
+Source: https://cran.r-project.org/package=rredlist
Files: *
Copyright: 2013-2016 Scott Chamberlain <myrmecocystus at gmail.com>
Modified: trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/rules
===================================================================
--- trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.1.0-1~bpo8+1/rules 2017-06-25 05:01:12 UTC (rev 23853)
+++ trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/rules 2017-06-25 05:11:49 UTC (rev 23855)
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/R/debian/r-cran.mk
+%:
+ dh $@ --buildsystem R
-install/$(package)::
- rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+override_dh_install:
+ dh_install
+ find debian -name LICENSE -delete
Modified: trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/watch
===================================================================
--- trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.1.0-1~bpo8+1/watch 2017-06-25 05:01:12 UTC (rev 23853)
+++ trunk/packages/R/r-cran-rredlist/branches/jessie-backports/0.2.0-1~bpo8+1/watch 2017-06-25 05:11:49 UTC (rev 23855)
@@ -1,3 +1,3 @@
-version=3
+version=4
http://cran.r-project.org/src/contrib/rredlist_([-0-9\.]*).tar.gz
More information about the debian-med-commit
mailing list