This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-futile.logger.
commit 2be9e3f3ccbecc75540b22d1f4b72a26ef5e0b26 Author: Andreas Tille <[email protected]> Date: Mon Nov 7 20:52:06 2016 +0000 * New upstream version * Convert to dh-r * Canonical homepage for CRAN --- debian/changelog | 8 ++++++++ debian/control | 10 +++++----- debian/copyright | 8 ++++---- debian/rules | 3 ++- 4 files changed, 19 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8fb0de4..d32aad6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +r-cran-futile.logger (1.4.3-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Canonical homepage for CRAN + + -- Andreas Tille <[email protected]> Mon, 07 Nov 2016 21:25:47 +0100 + r-cran-futile.logger (1.4.1-3) unstable; urgency=medium * Add missing test dependency r-cran-testthat diff --git a/debian/control b/debian/control index ce6f846..85aa260 100644 --- a/debian/control +++ b/debian/control @@ -4,21 +4,21 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), + dh-r, r-base-dev, - cdbs, r-cran-lambda.r, r-cran-futile.options Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-futile.logger/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-futile.logger/ -Homepage: http://cran.r-project.org/web/packages/futile.logger +Homepage: https://cran.r-project.org/package=futile.logger Package: r-cran-futile.logger Architecture: all Depends: ${misc:Depends}, - ${R:Depends}, - r-cran-lambda.r, - r-cran-futile.options + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: logging utility for GNU R This GNU R package provides a simple yet powerful logging utility. Based loosely on log4j, futile.logger takes advantage of R idioms to make logging diff --git a/debian/copyright b/debian/copyright index 78247ff..0e3735c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,16 +1,16 @@ -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: Brian Lee Yung Rowe <[email protected]> Upstream-Name: futile.logger -Source: http://cran.r-project.org/web/packages/futile.logger/ +Source: https://cran.r-project.org/package=futile.logger Files: * -Copyright: 2012-2015 Brian Lee Yung Rowe <[email protected]> +Copyright: 2012-2016 Brian Lee Yung Rowe <[email protected]> License: LGPL-3 Comment: License is mentioned in the metadata of the file DESCRIPTION and at the download page mentioned above. Files: debian/* -Copyright: 2015 Andreas Tille <[email protected]> +Copyright: 2015-2016 Andreas Tille <[email protected]> License: LGPL-3 License: LGPL-3 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-futile.logger.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
