Author: ginggs Date: 2017-09-11 10:35:35 +0000 (Mon, 11 Sep 2017) New Revision: 24016
Modified: trunk/packages/R/r-cran-fields/trunk/debian/changelog trunk/packages/R/r-cran-fields/trunk/debian/tests/run-unit-test Log: Fix autopkgtests by ignoring difference in loading required package Modified: trunk/packages/R/r-cran-fields/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-fields/trunk/debian/changelog 2017-09-10 10:54:22 UTC (rev 24015) +++ trunk/packages/R/r-cran-fields/trunk/debian/changelog 2017-09-11 10:35:35 UTC (rev 24016) @@ -1,3 +1,10 @@ +r-cran-fields (9.0-2) unstable; urgency=medium + + * Team upload + * Fix autopkgtests by ignoring difference in loading required package + + -- Graham Inggs <[email protected]> Mon, 11 Sep 2017 09:53:46 +0000 + r-cran-fields (9.0-1) unstable; urgency=medium * New upstream version Modified: trunk/packages/R/r-cran-fields/trunk/debian/tests/run-unit-test =================================================================== --- trunk/packages/R/r-cran-fields/trunk/debian/tests/run-unit-test 2017-09-10 10:54:22 UTC (rev 24015) +++ trunk/packages/R/r-cran-fields/trunk/debian/tests/run-unit-test 2017-09-11 10:35:35 UTC (rev 24016) @@ -11,6 +11,7 @@ -e '^Version 2.0' \ -e '^Platform:' \ -e '^Spam version .* is loaded.' \ + -e '^Loading required package:' \ $1 | \ sed -e '/^> *proc\.time()$/,$d' } _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
