This is an automated email from the git hooks/post-receive script. ginggs pushed a commit to branch master in repository r-cran-xml2.
commit 3970e520733ad553b7da53c41e36436cd41f715a Author: Graham Inggs <[email protected]> Date: Sat Oct 14 09:19:39 2017 +0200 Uncompress test files to fix autopkgtests, upload to unstable --- debian/changelog | 7 +++++++ debian/tests/run-unit-test | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2527230..5236137 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +r-cran-xml2 (1.1.1-2) unstable; urgency=medium + + * Team upload + * Uncompress test files to fix autopkgtests + + -- Graham Inggs <[email protected]> Sat, 14 Oct 2017 07:18:23 +0000 + r-cran-xml2 (1.1.1-1) unstable; urgency=medium * New upstream version diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index 177e2e6..749a137 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -8,5 +8,6 @@ if [ "$ADTTMP" = "" ] ; then fi cd $ADTTMP cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP +gunzip -r * LC_ALL=C R --no-save < testthat.R rm -fr $ADTTMP/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-xml2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
