[med-svn] r22119 - in trunk/packages/R/r-cran-doparallel/trunk/debian: . tests
Andreas Tille
tille at moszumanska.debian.org
Thu Jun 9 13:03:01 UTC 2016
Author: tille
Date: 2016-06-09 13:03:00 +0000 (Thu, 09 Jun 2016)
New Revision: 22119
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/tests/control
Log:
Test-Depends and Suggests: r-cran-caret, r-cran-mlbench
Modified: trunk/packages/R/r-cran-doparallel/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-doparallel/trunk/debian/changelog 2016-06-08 19:38:12 UTC (rev 22118)
+++ trunk/packages/R/r-cran-doparallel/trunk/debian/changelog 2016-06-09 13:03:00 UTC (rev 22119)
@@ -1,3 +1,9 @@
+r-cran-doparallel (1.0.10-3) UNRELEASED; urgency=medium
+
+ * Test-Depends and Suggests: r-cran-caret, r-cran-mlbench
+
+ -- Andreas Tille <tille at debian.org> Thu, 09 Jun 2016 15:02:28 +0200
+
r-cran-doparallel (1.0.10-2) unstable; urgency=medium
* Fix autopkgtest (Thanks to Gordon Ball)
Modified: trunk/packages/R/r-cran-doparallel/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-doparallel/trunk/debian/control 2016-06-08 19:38:12 UTC (rev 22118)
+++ trunk/packages/R/r-cran-doparallel/trunk/debian/control 2016-06-09 13:03:00 UTC (rev 22119)
@@ -20,6 +20,7 @@
${R:Depends},
r-cran-iterators,
r-cran-foreach
+Suggests: r-cran-caret, r-cran-mlbench
Description: GNU R foreach parallel adaptor for the parallel package
This GNU R package provides a parallel backend for the %dopar% function
using the parallel package.
Modified: trunk/packages/R/r-cran-doparallel/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-doparallel/trunk/debian/tests/control 2016-06-08 19:38:12 UTC (rev 22118)
+++ trunk/packages/R/r-cran-doparallel/trunk/debian/tests/control 2016-06-09 13:03:00 UTC (rev 22119)
@@ -1,3 +1,3 @@
Tests: run-unit-test
-Depends: @, r-cran-runit
+Depends: @, r-cran-runit, r-cran-caret, r-cran-mlbench
Restrictions: allow-stderr
More information about the debian-med-commit
mailing list