This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-cmprsk.
commit 47ae4dfa6b2da010f08d0a870e320f05bda9b6e1 Author: Andreas Tille <[email protected]> Date: Thu Oct 19 11:01:17 2017 +0200 Secure URI in watch file --- debian/changelog | 1 + debian/watch | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index edcca2f..2784ecb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ r-cran-cmprsk (2.2-7-3) UNRELEASED; urgency=medium * Standards-Version: 4.1.1 * debhelper 10 * Convert from cdbs to dh-r + * Secure URI in watch file -- Andreas Tille <[email protected]> Thu, 19 Oct 2017 10:56:23 +0200 diff --git a/debian/watch b/debian/watch index 0e59700..28e70ed 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 -http://cran.r-project.org/src/contrib/cmprsk_([-\d.]*)\.tar\.gz +version=4 +https://cran.r-project.org/src/contrib/cmprsk_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-cmprsk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
