This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-png.
commit 893ee47c6238fc8886d4a25589c1f7167baeaad0 Author: Andreas Tille <[email protected]> Date: Fri Oct 20 11:38:13 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 9e71ec1..83b8207 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ r-cran-png (0.1-7-2) 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]> Fri, 20 Oct 2017 11:35:40 +0200 diff --git a/debian/watch b/debian/watch index 525fb63..c16302a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ -version=3 -http://cran.r-project.org/src/contrib/png_([-0-9\.]*)\.tar\.gz +version=4 +https://cran.r-project.org/src/contrib/png_([-0-9\.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-png.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
