This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-bbmisc.
commit 3c52c6892e61b4e58418123d161de625f8a85281 Author: Andreas Tille <[email protected]> Date: Wed Apr 27 19:12:22 2016 +0000 Fix missing test depencency r-cran-codetools --- debian/changelog | 7 +++++++ debian/control | 5 +++-- debian/tests/control | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 87d6877..f107b1b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +r-cran-bbmisc (1.9-2) unstable; urgency=medium + + * Fix missing test depencency r-cran-codetools + * cme fix dpkg-control + + -- Andreas Tille <[email protected]> Wed, 27 Apr 2016 21:06:19 +0200 + r-cran-bbmisc (1.9-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index f5788e9..07559d9 100644 --- a/debian/control +++ b/debian/control @@ -8,8 +8,8 @@ Build-Depends: debhelper (>= 9), cdbs, r-base-dev (>= 3.0.0), r-cran-checkmate -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/packages/trunk/R/r-cran-bbmisc/trunk/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/packages/trunk/R/r-cran-bbmisc/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-bbmisc/trunk/ Homepage: http://cran.r-project.org/web/packages/BBmisc/ @@ -18,6 +18,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${R:Depends}, r-cran-checkmate +Suggests: r-cran-codetools Description: GNU R Miscellaneous helper functions for B. Bischl Miscellaneous helper functions for and from B. Bischl and some other guys at TU Dortmund, mainly for package development. diff --git a/debian/tests/control b/debian/tests/control index b044b0c..6d31b5f 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,3 +1,3 @@ Tests: run-unit-test -Depends: @, r-cran-testthat +Depends: @, r-cran-testthat, r-cran-codetools Restrictions: allow-stderr -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-bbmisc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
