This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-pheatmap.
commit b5fe3b2f643b65e9895366d0570dab9928952eb1 Author: Andreas Tille <[email protected]> Date: Sat Oct 21 17:50:23 2017 +0200 Convert packaging from cdbs to dh-r --- debian/changelog | 1 + debian/control | 10 ++++------ debian/rules | 4 +++- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 892eaad..a8e3a40 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ r-cran-pheatmap (1.0.8-3) UNRELEASED; urgency=medium * Testsuite: autopkgtest-pkg-r * Secure URI in watch file + * Convert packaging from cdbs to dh-r -- Andreas Tille <[email protected]> Sat, 21 Oct 2017 17:48:23 +0200 diff --git a/debian/control b/debian/control index 0dcc604..e06a7c8 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,7 @@ Section: gnu-r Testsuite: autopkgtest-pkg-r Priority: optional Build-Depends: debhelper (>= 9), - cdbs, - r-base-dev, + dh-r, r-cran-rcolorbrewer, r-cran-scales, r-cran-gtable @@ -18,10 +17,9 @@ Homepage: https://cran.r-project.org/package=pheatmap Package: r-cran-pheatmap Architecture: all Depends: ${misc:Depends}, - ${R:Depends}, - r-cran-rcolorbrewer, - r-cran-scales, - r-cran-gtable + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R package to create pretty heatmaps GNU R implementation of heatmaps that offers more control over dimensions and appearance. diff --git a/debian/rules b/debian/rules index 2fbba2d..529c38a 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,5 @@ #!/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-pheatmap.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
