Author: tille Date: 2016-05-03 20:39:34 +0000 (Tue, 03 May 2016) New Revision: 21851
Modified: trunk/packages/R/r-cran-doparallel/trunk/debian/changelog trunk/packages/R/r-cran-doparallel/trunk/debian/control trunk/packages/R/r-cran-doparallel/trunk/debian/copyright trunk/packages/R/r-cran-doparallel/trunk/debian/tests/run-unit-test Log: * New upstream version * cme fix dpkg-control * fix unit autopkgtest Modified: trunk/packages/R/r-cran-doparallel/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-doparallel/trunk/debian/changelog 2016-05-03 20:38:50 UTC (rev 21850) +++ trunk/packages/R/r-cran-doparallel/trunk/debian/changelog 2016-05-03 20:39:34 UTC (rev 21851) @@ -1,3 +1,11 @@ +r-cran-doparallel (1.0.10-1) unstable; urgency=medium + + * New upstream version + * cme fix dpkg-control + * fix unit autopkgtest + + -- Andreas Tille <[email protected]> Tue, 03 May 2016 22:33:20 +0200 + r-cran-doparallel (1.0.8-1) unstable; urgency=low * Initial release (closes: #753293) Modified: trunk/packages/R/r-cran-doparallel/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-doparallel/trunk/debian/control 2016-05-03 20:38:50 UTC (rev 21850) +++ trunk/packages/R/r-cran-doparallel/trunk/debian/control 2016-05-03 20:39:34 UTC (rev 21851) @@ -2,15 +2,15 @@ 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-iterators, r-cran-foreach -Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-doparallel/trunk/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-doparallel/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-doparallel/trunk/ Homepage: http://cran.r-project.org/web/packages/doParallel Modified: trunk/packages/R/r-cran-doparallel/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-doparallel/trunk/debian/copyright 2016-05-03 20:38:50 UTC (rev 21850) +++ trunk/packages/R/r-cran-doparallel/trunk/debian/copyright 2016-05-03 20:39:34 UTC (rev 21851) @@ -5,17 +5,16 @@ Files: * Copyright: 2012-2014 Revolution Analytics, Steve Weston -License: GPL-2+ +License: GPL-2 Files: debian/* Copyright: 2014 Andreas Tille <[email protected]> -License: GPL-2+ +License: GPL-2 -License: GPL-2+ +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 - (at your option) any later version. + the Free Software Foundation, either version 2 of the License. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -25,6 +24,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. . - On Debian systems, the complete text of the GNU Public + On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. Modified: trunk/packages/R/r-cran-doparallel/trunk/debian/tests/run-unit-test =================================================================== --- trunk/packages/R/r-cran-doparallel/trunk/debian/tests/run-unit-test 2016-05-03 20:38:50 UTC (rev 21850) +++ trunk/packages/R/r-cran-doparallel/trunk/debian/tests/run-unit-test 2016-05-03 20:39:34 UTC (rev 21851) @@ -5,5 +5,6 @@ ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX` fi cd $ADTTMP -R CMD BATCH /usr/share/doc/${pkg}/tests/doRUnit.R +cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP +R CMD BATCH doRUnit.R rm -f $ADTTMP/* _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
