diff -Nru r-cran-taxize-0.9.5+dfsg/debian/changelog r-cran-taxize-0.9.5+dfsg/debian/changelog --- r-cran-taxize-0.9.5+dfsg/debian/changelog 2019-01-31 09:46:58.000000000 +0000 +++ r-cran-taxize-0.9.5+dfsg/debian/changelog 2019-02-04 12:50:49.000000000 +0000 @@ -1,3 +1,11 @@ +r-cran-taxize (0.9.5+dfsg-2) unstable; urgency=medium + + * Test-Depends: r-cran-vcr + * Set LC_ALL=C.UTF-8 in autopkgtest + Closes: #921338 + + -- Andreas Tille Mon, 04 Feb 2019 13:50:49 +0100 + r-cran-taxize (0.9.5+dfsg-1) unstable; urgency=medium * New upstream version diff -Nru r-cran-taxize-0.9.5+dfsg/debian/tests/control r-cran-taxize-0.9.5+dfsg/debian/tests/control --- r-cran-taxize-0.9.5+dfsg/debian/tests/control 2019-01-31 09:46:58.000000000 +0000 +++ r-cran-taxize-0.9.5+dfsg/debian/tests/control 2019-02-04 12:50:49.000000000 +0000 @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @, r-cran-testthat +Depends: @, r-cran-testthat, r-cran-vcr Restrictions: allow-stderr diff -Nru r-cran-taxize-0.9.5+dfsg/debian/tests/run-unit-test r-cran-taxize-0.9.5+dfsg/debian/tests/run-unit-test --- r-cran-taxize-0.9.5+dfsg/debian/tests/run-unit-test 2019-01-31 09:46:58.000000000 +0000 +++ r-cran-taxize-0.9.5+dfsg/debian/tests/run-unit-test 2019-02-04 12:50:49.000000000 +0000 @@ -10,4 +10,4 @@ cd $ADTTMP cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP find . -name "*.gz" -exec gunzip \{\} \; -LC_ALL=C R --no-save < test-all.R +LC_ALL=C.UTF-8 R --no-save < test-all.R