This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-htmlwidgets.
commit 6e3d8175ead725a3e349da262b3a9cbe7760e7ea Author: Andreas Tille <[email protected]> Date: Thu Nov 10 20:58:33 2016 +0000 * New upstream version * Convert to dh-r * Canonical homepage for CRAN * d/watch: version=4 --- debian/changelog | 9 +++++++++ debian/control | 11 +++++------ debian/copyright | 4 ++-- debian/rules | 3 ++- debian/watch | 2 +- 5 files changed, 19 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6af2081..92d53bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +r-cran-htmlwidgets (0.8-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Canonical homepage for CRAN + * d/watch: version=4 + + -- Andreas Tille <[email protected]> Thu, 10 Nov 2016 21:52:11 +0100 + r-cran-htmlwidgets (0.7-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index 32d83cb..16863c6 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-htmltools, r-cran-jsonlite, @@ -12,16 +12,15 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-htmlwidgets/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-htmlwidgets/trunk/ -Homepage: https://cran.r-project.org/web/packages/htmlwidgets +Homepage: https://cran.r-project.org/package=htmlwidgets Package: r-cran-htmlwidgets Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - ${R:Depends}, - r-cran-htmltools, - r-cran-jsonlite, - r-cran-yaml + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R HTML Widgets This package provides a framework for creating HTML widgets that render in various contexts including the R console, 'R Markdown' documents, and diff --git a/debian/copyright b/debian/copyright index 886ca17..185ccbe 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: htmlwidgets Upstream-Contact: JJ Allaire <[email protected]> -Source: https://cran.r-project.org/web/packages/htmlwidgets +Source: https://cran.r-project.org/package=htmlwidgets Files: * Copyright: 2012-2016 Ramnath Vaidyanathan, Yihui Xie, JJ Allaire, Joe Cheng, 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 diff --git a/debian/watch b/debian/watch index d71a453..2fec850 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 http://cran.r-project.org/src/contrib/htmlwidgets_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-htmlwidgets.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
