This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-reshape2.
commit c81c8bc2be565bd4b7dd72bbd04b0f5f9ca44c8f Author: Andreas Tille <[email protected]> Date: Mon Nov 7 19:16:34 2016 +0100 Convert to dh-r --- debian/changelog | 1 + debian/control | 11 ++++------- debian/rules | 9 +++++---- 3 files changed, 10 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1de3c6e..679ba79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ r-cran-reshape2 (1.4.2-1) UNRELEASED; urgency=medium * New upstream version * Removed Carlos Borroto from Uploaders + * Convert to dh-r -- Andreas Tille <[email protected]> Mon, 07 Nov 2016 18:57:44 +0100 diff --git a/debian/control b/debian/control index 7baa9c7..06bee47 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,8 @@ Maintainer: Debian Med Packaging Team <[email protected]. Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional -Testsuite: autopkgtest Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev, r-cran-rcpp, r-cran-plyr (>= 1.8.1), @@ -20,11 +19,9 @@ Package: r-cran-reshape2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - ${R:Depends}, - r-cran-rcpp, - r-cran-plyr (>= 1.8.1), - r-cran-stringr, - r-cran-lattice + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: Flexibly reshape data: a reboot of the reshape package Reshape lets you flexibly restructure and aggregate data using just two functions: melt and cast. diff --git a/debian/rules b/debian/rules index fc10400..ae86733 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,8 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk - -install/$(package):: - rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE +%: + dh $@ --buildsystem R +override_dh_install: + dh_install + find debian -name LICENSE -delete -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-reshape2.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
