[ecj] 119/145: Use a secure URL in debian/watch

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Mar 27 23:11:35 BST 2018


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository ecj.

commit 2d299157a3f3ba5be4d117c37fc4c5cbceaaf1a8
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Mar 27 12:46:55 2018 +0200

    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 2f90538..e233ce8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ ecj (3.11.1-3) UNRELEASED; urgency=medium
   * Moved the package to Git
   * Standards-Version updated to 4.1.3
   * Switch to debhelper level 11
+  * Use a secure URL in debian/watch
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 20 Mar 2018 22:30:47 +0100
 
diff --git a/debian/watch b/debian/watch
index 1c58e53..d755e1c 100644
--- a/debian/watch
+++ b/debian/watch
@@ -6,4 +6,4 @@ version=3
 # has to be hardcoded here to detect the new releases.
 #
 opts="uversionmangle=s/_/./g,dversionmangle=s/.*/4.5/" \
-http://git.eclipse.org/c/jdt/eclipse.jdt.core.git/refs/tags .*/R([\d_]+).tar.gz
+https://git.eclipse.org/c/jdt/eclipse.jdt.core.git/refs/tags .*/R([\d_]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ecj.git



More information about the pkg-java-commits mailing list