This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-evaluate.
commit 656b57fbcca68c036a3553bef7f48ff75ffb72c5 Author: Andreas Tille <[email protected]> Date: Sat Apr 30 08:08:06 2016 +0000 * New upstream version * cme fix dpkg-control * DEP5 fixes * Enhance autopkgtest --- debian/changelog | 9 +++++++++ debian/control | 6 +++--- debian/copyright | 10 +++++----- debian/tests/run-unit-test | 7 +++++-- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index e1bf825..921b436 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +r-cran-evaluate (0.9-1) unstable; urgency=medium + + * New upstream version + * cme fix dpkg-control + * DEP5 fixes + * Enhance autopkgtest + + -- Andreas Tille <[email protected]> Sat, 30 Apr 2016 09:39:01 +0200 + r-cran-evaluate (0.5.5-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index 3f3fa04..cddf2e2 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: r-cran-evaluate Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Section: gnu-r -Priority: optional Testsuite: autopkgtest +Priority: optional Build-Depends: debhelper (>= 9), cdbs, r-base-dev, r-cran-stringr -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-evaluate/trunk/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-evaluate/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-evaluate/trunk/ Homepage: http://cran.r-project.org/web/packages/evaluate diff --git a/debian/copyright b/debian/copyright index 6534df4..7412632 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,14 +3,14 @@ Upstream-Contact: Yihui Xie <[email protected]> Source: http://cran.r-project.org/web/packages/evaluate Files: * -Copyright: 2005-2013 Hadley Wickham <[email protected]> -License: GPLv2+ +Copyright: 2005-2016 Hadley Wickham <[email protected]> +License: GPL-2+ Files: debian/* -Copyright: 2013 Andreas Tille <[email protected]> -License: GPLv2+ +Copyright: 2013-2016 Andreas Tille <[email protected]> +License: GPL-2+ -License: GPLv2+ +License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test index daac5d0..67bc7f4 100644 --- a/debian/tests/run-unit-test +++ b/debian/tests/run-unit-test @@ -7,6 +7,9 @@ if [ "$ADTTMP" = "" ] ; then fi cd $ADTTMP cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP -# Make sure we are using C locale to pass all tests -LC_ALL=C R --no-save < test-all.R +find . -name "*.gz" -exec gunzip \{\} \; +for runtest in `ls *.R` ; do + # Make sure we are using C locale to pass all tests + LC_ALL=C R --no-save < $runtest +done rm -rf $ADTTMP/* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-evaluate.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
