This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-bold.
commit 8d621b335378ac692a64f430c7aec5b8c61c9eef Author: Andreas Tille <[email protected]> Date: Tue Nov 8 10:46:12 2016 +0000 * New upstream version * Convert to dh-r * Canonical homepage for CRAN * New Build-Depends: r-cran-xml2 --- debian/changelog | 9 +++++++++ debian/control | 20 ++++++++------------ debian/copyright | 5 +++-- debian/rules | 8 +++++--- 4 files changed, 25 insertions(+), 17 deletions(-) diff --git a/debian/changelog b/debian/changelog index dd28c13..02f4806 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +r-cran-bold (0.3.5-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Canonical homepage for CRAN + * New Build-Depends: r-cran-xml2 + + -- Andreas Tille <[email protected]> Tue, 08 Nov 2016 11:38:13 +0100 + r-cran-bold (0.3.0-1) unstable; urgency=low * Initial release (Closes: #819226) diff --git a/debian/control b/debian/control index 080cdfb..ac89111 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-xml, r-cran-stringr, @@ -12,23 +12,19 @@ Build-Depends: debhelper (>= 9), r-cran-jsonlite, r-cran-reshape, r-cran-plyr, - r-cran-httr -Standards-Version: 3.9.7 + r-cran-httr, + r-cran-xml2 +Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-bold/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-bold/trunk/ -Homepage: https://cran.r-project.org/web/packages/bold/ +Homepage: https://cran.r-project.org/package=bold Package: r-cran-bold Architecture: all Depends: ${misc:Depends}, - ${R:Depends}, - r-cran-xml, - r-cran-stringr, - r-cran-assertthat, - r-cran-jsonlite, - r-cran-reshape, - r-cran-plyr, - r-cran-httr + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R interface to Bold Systems for genetic barcode data A programmatic interface to the Web Service methods provided by Bold Systems for genetic barcode data. Functions include methods for diff --git a/debian/copyright b/debian/copyright index 241049d..cde28c3 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +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-Contact: Scott Chamberlain <[email protected]> -Source: https://cran.r-project.org/web/packages/bold/ +Upstream-Name: bold +Source: https://cran.r-project.org/package=bold Files: * Copyright: 2013-2016 Scott Chamberlain <[email protected]> diff --git a/debian/rules b/debian/rules index 5000db0..ae86733 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,8 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R -install/$(package):: - rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE +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-bold.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
