This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libregexp-java.
commit 18245d9eb8f641447da3f62ce74f94ed0211f9d5 Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 12 12:13:05 2018 +0100 Use a secure URL in debian/watch --- debian/changelog | 1 + debian/watch | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 12954d2..cbef4bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libregexp-java (1.5-4) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.1.3 * Switch to debhelper level 10 + * Use a secure URL in debian/watch -- Emmanuel Bourg <[email protected]> Fri, 12 Jan 2018 10:59:05 +0100 diff --git a/debian/watch b/debian/watch index 089fa1b..8083db4 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -http://archive.apache.org/dist/jakarta/regexp/source/jakarta-regexp-([\d.]+)\.tar\.gz +https://archive.apache.org/dist/jakarta/regexp/source/jakarta-regexp-([\d.]+)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libregexp-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

