This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-ggplot2.
commit b33f13af28aaddfa2f534b4cb0172babea72cfad Author: Andreas Tille <[email protected]> Date: Wed Apr 27 21:37:28 2016 +0200 Fix autopkgtest --- debian/changelog | 1 + debian/tests/run-unit-test | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 14937b7..008a318 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ r-cran-ggplot2 (2.1.0-1) UNRELEASED; urgency=medium * New upstream version * cme fix dpkg-control + * Fix autopkgtest -- Andreas Tille <[email protected]> Wed, 27 Apr 2016 21:35:46 +0200 diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index 30a08d1..63db9cc 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -6,6 +6,6 @@ if [ "$ADTTMP" = "" ] ; then fi cd $ADTTMP cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP -gunzip -r * +find . -name "*.gz" -exec gunzip \{\} LC_ALL=C R --no-save < test-all.R rm -fr $ADTTMP/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-ggplot2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
