Author: tille Date: 2016-11-15 08:08:06 +0000 (Tue, 15 Nov 2016) New Revision: 23068
Modified: trunk/packages/R/r-cran-rredlist/trunk/debian/changelog trunk/packages/R/r-cran-rredlist/trunk/debian/control trunk/packages/R/r-cran-rredlist/trunk/debian/copyright trunk/packages/R/r-cran-rredlist/trunk/debian/rules trunk/packages/R/r-cran-rredlist/trunk/debian/watch Log: * New upstream version * Convert to dh-r * Canonical homepage for CRAN * d/watch: version=4 * New versioned Build-Depends: r-cran-jsonlite (>= 1.1) Modified: trunk/packages/R/r-cran-rredlist/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-rredlist/trunk/debian/changelog 2016-11-14 20:22:58 UTC (rev 23067) +++ trunk/packages/R/r-cran-rredlist/trunk/debian/changelog 2016-11-15 08:08:06 UTC (rev 23068) @@ -1,3 +1,13 @@ +r-cran-rredlist (0.2.0-1) UNRELEASED; 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 <[email protected]> Tue, 15 Nov 2016 09:02:46 +0100 + r-cran-rredlist (0.1.0-1) unstable; urgency=low * Initial release (Closes: #819296) Modified: trunk/packages/R/r-cran-rredlist/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-rredlist/trunk/debian/control 2016-11-14 20:22:58 UTC (rev 23067) +++ trunk/packages/R/r-cran-rredlist/trunk/debian/control 2016-11-15 08:08:06 UTC (rev 23068) @@ -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/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-rredlist/trunk/debian/copyright 2016-11-14 20:22:58 UTC (rev 23067) +++ trunk/packages/R/r-cran-rredlist/trunk/debian/copyright 2016-11-15 08:08:06 UTC (rev 23068) @@ -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 <[email protected]> -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 <[email protected]> Modified: trunk/packages/R/r-cran-rredlist/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-rredlist/trunk/debian/rules 2016-11-14 20:22:58 UTC (rev 23067) +++ trunk/packages/R/r-cran-rredlist/trunk/debian/rules 2016-11-15 08:08:06 UTC (rev 23068) @@ -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/trunk/debian/watch =================================================================== --- trunk/packages/R/r-cran-rredlist/trunk/debian/watch 2016-11-14 20:22:58 UTC (rev 23067) +++ trunk/packages/R/r-cran-rredlist/trunk/debian/watch 2016-11-15 08:08:06 UTC (rev 23068) @@ -1,3 +1,3 @@ -version=3 +version=4 http://cran.r-project.org/src/contrib/rredlist_([-0-9\.]*).tar.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
