This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-deal.
commit 2b330a6efa2b86a6774c56934fba2ff49980282d Author: Andreas Tille <[email protected]> Date: Thu Oct 19 11:51:31 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 7297976..6232bc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ r-cran-deal (1:1.2-37-3) UNRELEASED; urgency=medium * debhelper 10 * Remove Ivo Maintz from Uploaders * Convert from cdbs to dh-r + * Secure URI in watch file -- Andreas Tille <[email protected]> Thu, 19 Oct 2017 11:46:13 +0200 diff --git a/debian/watch b/debian/watch index e392af0..bc84ecb 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 -http://cran.r-project.org/src/contrib/deal_([\d.-]*)\.tar.gz +version=4 +https://cran.r-project.org/src/contrib/deal_([\d.-]*)\.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-deal.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
