Author: tille Date: 2016-03-31 18:20:56 +0000 (Thu, 31 Mar 2016) New Revision: 21633
Modified: trunk/packages/R/r-cran-taxize/trunk/debian/changelog trunk/packages/R/r-cran-taxize/trunk/debian/control trunk/packages/R/r-cran-taxize/trunk/debian/rules trunk/packages/R/r-cran-taxize/trunk/debian/tests/run-unit-test Log: Upload to new Modified: trunk/packages/R/r-cran-taxize/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-taxize/trunk/debian/changelog 2016-03-31 17:15:07 UTC (rev 21632) +++ trunk/packages/R/r-cran-taxize/trunk/debian/changelog 2016-03-31 18:20:56 UTC (rev 21633) @@ -1,6 +1,5 @@ -r-cran-taxize (0.7.4-1) UNRELEASED; urgency=low +r-cran-taxize (0.7.4-1) unstable; urgency=low - * Initial release (Closes: #???) - TODO: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-xml2/trunk/ + * Initial release (Closes: #819671) - -- Andreas Tille <[email protected]> Tue, 22 Mar 2016 21:32:09 +0100 + -- Andreas Tille <[email protected]> Thu, 31 Mar 2016 20:16:03 +0200 Modified: trunk/packages/R/r-cran-taxize/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-taxize/trunk/debian/control 2016-03-31 17:15:07 UTC (rev 21632) +++ trunk/packages/R/r-cran-taxize/trunk/debian/control 2016-03-31 18:20:56 UTC (rev 21633) @@ -14,8 +14,8 @@ r-cran-ape, r-cran-data.table, r-cran-bold, - r-cran-rredlist -# r-cran-xml2, + r-cran-rredlist, + r-cran-xml2 Standards-Version: 3.9.7 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/ @@ -33,7 +33,8 @@ r-cran-ape, r-cran-data.table, r-cran-bold, - r-cran-rredlist + r-cran-rredlist, + r-cran-xml2 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/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-taxize/trunk/debian/rules 2016-03-31 17:15:07 UTC (rev 21632) +++ trunk/packages/R/r-cran-taxize/trunk/debian/rules 2016-03-31 18:20:56 UTC (rev 21633) @@ -1,3 +1,6 @@ #!/usr/bin/make -f include /usr/share/R/debian/r-cran.mk + +install/$(package):: + rm -rf $(debRlib)/$(cranName)/LICENSE Modified: trunk/packages/R/r-cran-taxize/trunk/debian/tests/run-unit-test =================================================================== --- trunk/packages/R/r-cran-taxize/trunk/debian/tests/run-unit-test 2016-03-31 17:15:07 UTC (rev 21632) +++ trunk/packages/R/r-cran-taxize/trunk/debian/tests/run-unit-test 2016-03-31 18:20:56 UTC (rev 21633) @@ -8,5 +8,6 @@ fi cd $ADTTMP cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP -LC_ALL=C R --no-save < testthat.R +echo "Upstream is lacking testthat.R" +# LC_ALL=C R --no-save < testthat.R rm -fr $ADTTMP/* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
