Author: tille Date: 2016-11-17 12:11:22 +0000 (Thu, 17 Nov 2016) New Revision: 23088
Modified: trunk/packages/R/r-cran-taxize/trunk/debian/changelog trunk/packages/R/r-cran-taxize/trunk/debian/compat trunk/packages/R/r-cran-taxize/trunk/debian/control trunk/packages/R/r-cran-taxize/trunk/debian/tests/run-unit-test Log: * New Build-Depends: r-cran-rotl * debhelper 10 * Fix autopkgtest Modified: trunk/packages/R/r-cran-taxize/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-taxize/trunk/debian/changelog 2016-11-17 12:02:30 UTC (rev 23087) +++ trunk/packages/R/r-cran-taxize/trunk/debian/changelog 2016-11-17 12:11:22 UTC (rev 23088) @@ -1,12 +1,14 @@ -r-cran-taxize (0.7.9-1) UNRELEASED; urgency=medium +r-cran-taxize (0.7.9-1) unstable; urgency=medium - TODO: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rotl/trunk/ * 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]> Sun, 13 Nov 2016 20:45:05 +0100 + -- Andreas Tille <[email protected]> Thu, 17 Nov 2016 12:57:37 +0100 r-cran-taxize (0.7.4-1) unstable; urgency=low Modified: trunk/packages/R/r-cran-taxize/trunk/debian/compat =================================================================== --- trunk/packages/R/r-cran-taxize/trunk/debian/compat 2016-11-17 12:02:30 UTC (rev 23087) +++ trunk/packages/R/r-cran-taxize/trunk/debian/compat 2016-11-17 12:11:22 UTC (rev 23088) @@ -1 +1 @@ -9 +10 Modified: trunk/packages/R/r-cran-taxize/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-taxize/trunk/debian/control 2016-11-17 12:02:30 UTC (rev 23087) +++ trunk/packages/R/r-cran-taxize/trunk/debian/control 2016-11-17 12:11:22 UTC (rev 23088) @@ -3,7 +3,7 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), dh-r, r-base-dev, r-cran-jsonlite, @@ -15,7 +15,8 @@ r-cran-data.table, r-cran-bold, r-cran-rredlist, - r-cran-xml2 + r-cran-xml2, + r-cran-rotl 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/ 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-11-17 12:02:30 UTC (rev 23087) +++ trunk/packages/R/r-cran-taxize/trunk/debian/tests/run-unit-test 2016-11-17 12:11:22 UTC (rev 23088) @@ -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 _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
