This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-phangorn.
commit 87efbe36c0634c39b15092710ce62d477f771a89 Author: Andreas Tille <[email protected]> Date: Wed Dec 7 09:28:41 2016 +0100 Convert to dh-r --- debian/changelog | 1 + debian/control | 12 ++++-------- debian/docs | 1 - debian/rules | 7 ++++--- 4 files changed, 9 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9a67e3d..760f0f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ r-cran-phangorn (2.1.1-1) UNRELEASED; urgency=medium * New upstream version + * Convert to dh-r -- Andreas Tille <[email protected]> Wed, 07 Dec 2016 09:26:05 +0100 diff --git a/debian/control b/debian/control index 08b003e..f96e366 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), r-base-dev (>= 3.0.0), - cdbs, + dh-r, r-cran-ape (>= 3.3), r-cran-quadprog, r-cran-fastmatch, @@ -22,13 +22,9 @@ Package: r-cran-phangorn Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - ${R:Depends}, - r-cran-ape (>= 3.3), - r-cran-quadprog, - r-cran-fastmatch, - r-cran-igraph (>= 1.0), - r-cran-matrix, - r-cran-nnls + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R package for phylogenetic analysis phangorn is a tool for reconstructing phylogenies, using distance-based methods, maximum parsimony or maximum likelihood, and performing Hadamard diff --git a/debian/docs b/debian/docs index 71d6ec8..68bebb2 100644 --- a/debian/docs +++ b/debian/docs @@ -1,4 +1,3 @@ -NEWS README.md tests debian/README.test diff --git a/debian/rules b/debian/rules index e5aeb4f..f0a9fae 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R -DEB_INSTALL_CHANGELOGS_ALL = NEWS -DEB_INSTALL_DOCS_ALL = -XNEWS +override_dh_installchangelogs: + dh_installchangelogs NEWS -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-phangorn.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
