From 7becadf0f4bf70790f4110b090633b8af8bcdace Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sun, 8 Dec 2019 21:02:49 +0100 Subject: [PATCH] Use secure URI in debian/watch. Fixes lintian: debian-watch-uses-insecure-uri See https://lintian.debian.org/tags/debian-watch-uses-insecure-uri.html for more details. --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7378a3f8..6a8c789d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +llvm-toolchain-9 (1:9.0.1~+rc2-1~exp2) UNRELEASED; urgency=medium + + * Use secure URI in debian/watch. + + -- Sylvestre Ledru Sun, 08 Dec 2019 21:02:49 +0100 + llvm-toolchain-9 (1:9.0.1~+rc2-1~exp1) experimental; urgency=medium * New snapshot release diff --git a/debian/watch b/debian/watch index a372a166..a6d1751f 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ version=3 -http://llvm.org/releases/download.html .*/llvm-([\d\.\-]+).src.tar.xz +https://llvm.org/releases/download.html .*/llvm-([\d\.\-]+).src.tar.xz