This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository r-cran-fitbitscraper.
commit b5eac5496261337ede7e42c4cade5755b6d7f19b Author: Dylan Aïssi <[email protected]> Date: Thu Apr 20 23:29:12 2017 +0200 Convert to dh-r --- debian/changelog | 1 + debian/control | 14 ++++---------- debian/rules | 4 +++- 3 files changed, 8 insertions(+), 11 deletions(-) diff --git a/debian/changelog b/debian/changelog index a0da457..0bdbe5b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ r-cran-fitbitscraper (0.1.7-2) UNRELEASED; urgency=medium * Bump debhelper to 10. + * Convert to dh-r. -- Dylan Aïssi <[email protected]> Thu, 20 Apr 2017 23:24:33 +0200 diff --git a/debian/control b/debian/control index fe77b4d..e20b276 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Med Packaging Team <[email protected]> Uploaders: Dylan Aïssi <[email protected]> Build-Depends: debhelper (>= 10), - cdbs, + dh-r, r-base-dev (>= 3.0.0), r-cran-httr, r-cran-stringr, @@ -16,15 +16,9 @@ Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-fitbitscraper.git Package: r-cran-fitbitscraper Architecture: all -Depends: ${R:Depends}, - ${misc:Depends}, - r-cran-httr, - r-cran-stringr, - r-cran-jsonlite -Suggests: r-cran-knitr, - r-cran-rmarkdown, - r-cran-ggplot2, - r-cran-ggthemes +Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: Import your Fitbit data from the Fitbit's website into R This R package scrapes Fitbit data from the Fitbit's website. This does not use the official API, but instead uses the API that the web dashboard uses 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-fitbitscraper.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
