This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-adephylo.
commit 8613adf0370b76d154757c9c24fa2f8db4578d4e Author: Andreas Tille <[email protected]> Date: Sun Jan 15 20:19:17 2017 +0000 Fix autopkgtest --- debian/changelog | 6 ++++++ debian/tests/run-unit-test | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6df3b4d..ce4f11a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +r-cran-adephylo (1.1-10-2) unstable; urgency=medium + + * Fix autopkgtest + + -- Andreas Tille <[email protected]> Sun, 15 Jan 2017 21:12:39 +0100 + r-cran-adephylo (1.1-10-1) unstable; urgency=medium * New upstream version diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index ced9b03..d29ed52 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -7,7 +7,7 @@ if [ "$ADTTMP" = "" ] ; then trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM fi cd $ADTTMP -cp /usr/share/doc/$pkg/examples/vignettes/* $ADTTMP +cp -a /usr/share/doc/$pkg/examples/vignettes/* $ADTTMP find . -name "*.gz" -exec gunzip \{\} \; for rnw in `ls *.[rRS]nw` ; do rfile=`echo $rnw | sed 's/\.[rRS]nw/.R/'` -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-adephylo.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
