This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-magrittr.
commit e0e977da289c7f725394e1db48351123e6f14fef Author: Andreas Tille <[email protected]> Date: Fri Apr 29 07:59:24 2016 +0000 Add missing test dependency r-cran-testthat --- debian/changelog | 6 ++++++ debian/tests/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3214e26..e91dccf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +r-cran-magrittr (1.5-3) unstable; urgency=medium + + * Add missing test dependency r-cran-testthat + + -- Andreas Tille <[email protected]> Fri, 29 Apr 2016 09:52:18 +0200 + r-cran-magrittr (1.5-2) unstable; urgency=medium * Fixed autopkgtest diff --git a/debian/tests/control b/debian/tests/control index ad21538..233afaf 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @, r-cran-crayon +Depends: @, r-cran-testthat, r-cran-crayon Restrictions: allow-stderr -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-magrittr.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
