This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-htmltools.
commit 1e21b6c429f87cb87aeeb548ffc9bbc056315449 Author: Andreas Tille <[email protected]> Date: Tue Oct 10 12:44:28 2017 +0200 Convert packaging from cdbs do dh-r --- debian/changelog | 1 + debian/control | 12 ++++++------ debian/rules | 3 ++- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3307a36..c2373ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ r-cran-htmltools (0.3.5-3) UNRELEASED; urgency=medium * Moved packaging from SVN to Git + * Convert packaging from cdbs do dh-r -- Andreas Tille <[email protected]> Tue, 10 Oct 2017 12:42:00 +0200 diff --git a/debian/control b/debian/control index d599f94..e3c8d15 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, r-cran-rcpp, r-cran-digest @@ -15,10 +15,10 @@ Homepage: https://cran.r-project.org/web/packages/htmltools/ Package: r-cran-htmltools Architecture: any -Depends: ${misc:Depends}, - ${shlibs:Depends}, - ${R:Depends}, - r-cran-rcpp, - r-cran-digest +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R tools for HTML This GNU R package provides tools for HTML generation and output. 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-htmltools.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
