Author: tille Date: 2017-06-27 10:29:41 +0000 (Tue, 27 Jun 2017) New Revision: 23862
Added: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/ Modified: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/README.test trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/changelog trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/compat trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/control trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/copyright trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/rules trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/tests/run-unit-test trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/watch Log: Tagged 0.8.0-1~bpo8+1 Modified: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/README.test =================================================================== --- trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.7.4-1~bpo8+1/README.test 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/README.test 2017-06-27 10:29:41 UTC (rev 23862) @@ -3,7 +3,6 @@ This package can be tested by running the provided test: -cd tests -LC_ALL=C R --no-save < testthat.R + sh run-unit-test in order to confirm its integrity. Modified: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/changelog =================================================================== --- trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.7.4-1~bpo8+1/changelog 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/changelog 2017-06-27 10:29:41 UTC (rev 23862) @@ -1,3 +1,29 @@ +r-cran-taxize (0.8.0-1~bpo8+1) jessie-backports; urgency=medium + + * Rebuild for jessie-backports. + + -- Andreas Tille <[email protected]> Fri, 09 Jun 2017 14:51:09 +0200 + +r-cran-taxize (0.8.0-1) unstable; urgency=medium + + * New upstream version + Closes: #849073 + * New Build-Depends: r-cran-ritis + + -- Andreas Tille <[email protected]> Thu, 22 Dec 2016 23:30:16 +0100 + +r-cran-taxize (0.7.9-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Canonical homepage for CRAN + * d/watch: version=4 + * New Build-Depends: r-cran-rotl + * debhelper 10 + * Fix autopkgtest + + -- Andreas Tille <[email protected]> Thu, 17 Nov 2016 12:57:37 +0100 + r-cran-taxize (0.7.4-1~bpo8+1) jessie-backports; urgency=medium * Rebuild for jessie-backports. Modified: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/compat =================================================================== --- trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.7.4-1~bpo8+1/compat 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/compat 2017-06-27 10:29:41 UTC (rev 23862) @@ -1 +1 @@ -9 +10 Modified: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/control =================================================================== --- trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.7.4-1~bpo8+1/control 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/control 2017-06-27 10:29:41 UTC (rev 23862) @@ -3,9 +3,9 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional -Build-Depends: debhelper (>= 9), - cdbs, - r-base-dev (>= 3.2.1), +Build-Depends: debhelper (>= 10), + dh-r, + r-base-dev, r-cran-jsonlite, r-cran-reshape2, r-cran-stringr, @@ -15,26 +15,20 @@ r-cran-data.table, r-cran-bold, r-cran-rredlist, - r-cran-xml2 -Standards-Version: 3.9.7 + r-cran-xml2, + r-cran-rotl, + r-cran-ritis +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-taxize/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-taxize/trunk/ -Homepage: https://cran.r-project.org/web/packages/taxize/ +Homepage: https://cran.r-project.org/package=taxize Package: r-cran-taxize Architecture: all Depends: ${misc:Depends}, - ${R:Depends}, - r-cran-jsonlite, - r-cran-reshape2, - r-cran-stringr, - r-cran-plyr, - r-cran-foreach, - r-cran-ape, - r-cran-data.table, - r-cran-bold, - r-cran-rredlist, - r-cran-xml2 + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R taxonomic information from around the web GNU R package to interact with a suite of web 'APIs' for taxonomic tasks, such as verifying species names, and getting taxonomic Modified: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/copyright =================================================================== --- trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.7.4-1~bpo8+1/copyright 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/copyright 2017-06-27 10:29:41 UTC (rev 23862) @@ -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/taxize/ +Upstream-Name: taxize +Source: https://cran.r-project.org/package=taxize Files: * Copyright: 2013-2016 Scott Chamberlain <[email protected]> Modified: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/rules =================================================================== --- trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.7.4-1~bpo8+1/rules 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/rules 2017-06-27 10:29:41 UTC (rev 23862) @@ -1,6 +1,4 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk - -install/$(package):: - rm -rf $(debRlib)/$(cranName)/LICENSE +%: + dh $@ --buildsystem R Modified: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/tests/run-unit-test =================================================================== --- trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.7.4-1~bpo8+1/tests/run-unit-test 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/tests/run-unit-test 2017-06-27 10:29:41 UTC (rev 23862) @@ -1,13 +1,13 @@ #!/bin/sh -e oname=taxize -pkg=r-cran-`echo $oname | tr [A-Z] [a-z]` +pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'` if [ "$ADTTMP" = "" ] ; then ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` + trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM fi cd $ADTTMP cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP -echo "Upstream is lacking testthat.R" -# LC_ALL=C R --no-save < testthat.R -rm -fr $ADTTMP/* +find . -name "*.gz" -exec gunzip \{\} \; +LC_ALL=C R --no-save < test-all.R Modified: trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/watch =================================================================== --- trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.7.4-1~bpo8+1/watch 2017-06-25 05:01:12 UTC (rev 23853) +++ trunk/packages/R/r-cran-taxize/branches/jessie-backports/0.8.0-1~bpo8+1/watch 2017-06-27 10:29:41 UTC (rev 23862) @@ -1,3 +1,2 @@ -version=3 +version=4 http://cran.r-project.org/src/contrib/taxize_([-0-9\.]*).tar.gz - _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
