This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-segmented.
commit c3be586c22756cf7c53441ce707be8ec5f0e0c63 Author: Andreas Tille <[email protected]> Date: Thu Nov 10 08:48:04 2016 +0000 * New upstream version * Convert to dh-r * Canonical homepage for CRAN * d/watch: version=4 --- debian/changelog | 9 +++++++++ debian/control | 10 ++++++---- debian/copyright | 8 ++++---- debian/rules | 3 ++- debian/watch | 2 +- 5 files changed, 22 insertions(+), 10 deletions(-) diff --git a/debian/changelog b/debian/changelog index df9f5ca..968e837 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +r-cran-segmented (0.5-1.4-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 09:43:00 +0100 + r-cran-segmented (0.5-0.0-1) unstable; urgency=medium * New upstream version diff --git a/debian/control b/debian/control index e2e9812..610c207 100644 --- a/debian/control +++ b/debian/control @@ -4,17 +4,19 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9.0), - cdbs, + dh-r, r-base-dev -Standards-Version: 3.9.6 -Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-segmented/trunk/ +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-segmented/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-segmented/trunk/ -Homepage: http://cran.r-project.org/web/packages/segmented/ +Homepage: https://cran.r-project.org/package=segmented Package: r-cran-segmented Architecture: all Depends: ${misc:Depends}, ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R segmented relationships in regression models This GNU R package provides segmented relationships in regression models with breakpoints/changepoints estimation. diff --git a/debian/copyright b/debian/copyright index 05c06af..259ab8d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,14 +1,14 @@ -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: segmented Upstream-Contact: Vito M. R. Muggeo <[email protected]> -Source: http://cran.r-project.org/web/packages/segmented/ +Source: https://cran.r-project.org/package=segmented Files: * -Copyright: 2012-2014 Vito M. R. Muggeo <[email protected]> +Copyright: 2012-2016 Vito M. R. Muggeo <[email protected]> License: GPL-2+ Files: debian/* -Copyright: 2014 Andreas Tille <[email protected]> +Copyright: 2014-2016 Andreas Tille <[email protected]> License: GPL-2+ License: GPL-2+ 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 9de4709..614416b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 http://cran.r-project.org/src/contrib/segmented_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-segmented.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
