This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-bioc-rtracklayer.
commit 279e0467ea6a0ad76d6e3eb1b585884f01f8858e Author: Andreas Tille <[email protected]> Date: Sun Oct 22 19:22:03 2017 +0200 Secure URI in watch file --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7aa3f38..e052258 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +r-bioc-rtracklayer (1.36.4-3) UNRELEASED; urgency=medium + + * Secure URI in watch file + + -- Andreas Tille <[email protected]> Sun, 22 Oct 2017 19:22:03 +0200 + r-bioc-rtracklayer (1.36.4-2) unstable; urgency=medium * Moved packaging from SVN to Git diff --git a/debian/watch b/debian/watch index f97406f..648e9fe 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=4 opts=downloadurlmangle=s?^(.*)\.\.?http:$1packages/release/bioc? \ - http://www.bioconductor.org/packages/release/bioc/html/rtracklayer.html .*/rtracklayer_([\d\.]+)\.tar\.gz + https://www.bioconductor.org/packages/release/bioc/html/rtracklayer.html .*/rtracklayer_([\d\.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-bioc-rtracklayer.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
