Author: tille Date: 2016-04-30 08:08:06 +0000 (Sat, 30 Apr 2016) New Revision: 21827
Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/changelog trunk/packages/R/r-cran-evaluate/trunk/debian/control trunk/packages/R/r-cran-evaluate/trunk/debian/copyright trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test Log: * New upstream version * cme fix dpkg-control * DEP5 fixes * Enhance autopkgtest Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-evaluate/trunk/debian/changelog 2016-04-30 07:25:49 UTC (rev 21826) +++ trunk/packages/R/r-cran-evaluate/trunk/debian/changelog 2016-04-30 08:08:06 UTC (rev 21827) @@ -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 Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-evaluate/trunk/debian/control 2016-04-30 07:25:49 UTC (rev 21826) +++ trunk/packages/R/r-cran-evaluate/trunk/debian/control 2016-04-30 08:08:06 UTC (rev 21827) @@ -2,14 +2,14 @@ Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Andreas Tille <[email protected]> Section: gnu-r +Testsuite: autopkgtest Priority: optional -Testsuite: autopkgtest 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 Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-evaluate/trunk/debian/copyright 2016-04-30 07:25:49 UTC (rev 21826) +++ trunk/packages/R/r-cran-evaluate/trunk/debian/copyright 2016-04-30 08:08:06 UTC (rev 21827) @@ -3,14 +3,14 @@ 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 Modified: trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test =================================================================== --- trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test 2016-04-30 07:25:49 UTC (rev 21826) +++ trunk/packages/R/r-cran-evaluate/trunk/debian/tests/run-unit-test 2016-04-30 08:08:06 UTC (rev 21827) @@ -7,6 +7,9 @@ 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/* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
