This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jdeb.
commit fcd684a66c618fbc62f04b49c315717f4b2a3564 Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 10 01:07:39 2018 +0100 Use a secure URL for the watch file --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 6749d78..6391529 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jdeb (1.6-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches * Removed the unused build dependency on libplexus-utils-java + * Use a secure URL for the watch file -- Emmanuel Bourg <[email protected]> Wed, 10 Jan 2018 01:01:20 +0100 diff --git a/debian/watch b/debian/watch index c1f4984..c273167 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://github.com/tcurdt/jdeb/releases .*/jdeb-([\d\.]+).tar.gz +https://github.com/tcurdt/jdeb/releases .*/jdeb-([\d\.]+).tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jdeb.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

