This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-epitools.
commit 14fbbe1e5937fc7c59aec235ddf03570a48b71e6 Author: Andreas Tille <[email protected]> Date: Mon Oct 9 17:36:00 2017 +0200 Convert packaging from cdbs do dh-r --- debian/changelog | 1 + debian/control | 9 ++++----- debian/rules | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index a4564c5..8ced921 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ r-cran-epitools (1:0.5-7-2) UNRELEASED; urgency=medium * Moved packaging from SVN to Git + * Convert packaging from cdbs do dh-r -- Andreas Tille <[email protected]> Mon, 09 Oct 2017 17:29:44 +0200 diff --git a/debian/control b/debian/control index dc9dce8..5715862 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,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.4 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-epitools.git @@ -14,11 +14,10 @@ Homepage: http://medepi.com/epitools/ Package: r-cran-epitools Architecture: all -Depends: ${shlibs:Depends}, +Depends: ${misc:Depends}, ${R:Depends} -Suggests: r-cran-surveillance, - r-cran-epi, - r-cran-epibasix +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R Epidemiology Tools for Data and Graphics GNU R Tools for public health epidemiologists and data analysts. Epitools provides numerical tools and programming solutions that diff --git a/debian/rules b/debian/rules index 2fbba2d..68d9a36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,4 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-epitools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
