This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-ellipse.
commit 5657be3839da549d8138e36ba3b48cf8a950821c Author: Andreas Tille <[email protected]> Date: Fri Sep 29 14:34:26 2017 +0200 Convert from cdbs to dh-r --- debian/changelog | 1 + debian/control | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 63d0dd6..716e9fb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ r-cran-ellipse (0.3-8-2) UNRELEASED; urgency=medium * Moved packaging from SVN to Git + * Convert from cdbs to dh-r -- Andreas Tille <[email protected]> Fri, 29 Sep 2017 14:25:48 +0200 diff --git a/debian/control b/debian/control index 02fb443..eea071e 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-ellipse.git @@ -15,6 +15,8 @@ Package: r-cran-ellipse Architecture: all Depends: ${misc:Depends}, ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R functions for drawing ellipses and ellipse-like confidence regions This package contains various routines for drawing ellipses and ellipse- like confidence regions, implementing the plots described in Murdoch and -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-ellipse.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
