This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-doparallel.
commit 1ce08dc57fce830b5b374a1c2c173c55f9c112a9 Author: Andreas Tille <[email protected]> Date: Mon Oct 9 16:20:13 2017 +0200 Standards-Version: 4.1.1 --- debian/changelog | 1 + debian/control | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 126adb5..83ca922 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ r-cran-doparallel (1.0.11-1) UNRELEASED; urgency=medium * Moved packaging from SVN to Git * debhelper 10 * Convert packaging from cdbs do dh-r + * Standards-Version: 4.1.1 -- Andreas Tille <[email protected]> Mon, 09 Oct 2017 16:02:43 +0200 diff --git a/debian/control b/debian/control index e432cf4..c036939 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 10), r-base-dev, r-cran-iterators, r-cran-foreach -Standards-Version: 3.9.8 +Standards-Version: 4.1.1 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-doparallel.git Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-doparallel.git Homepage: http://cran.r-project.org/web/packages/doParallel @@ -19,8 +19,9 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends} Recommends: ${R:Recommends} -Suggests: ${R:Suggests} -Suggests: r-cran-caret, r-cran-mlbench, r-cran-rpart +Suggests: r-cran-caret, + r-cran-mlbench, + r-cran-rpart 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. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-doparallel.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
