Fix debian-watch-uses-insecure-uri as upstream has now https

This commit is contained in:
Sylvestre Ledru 2018-03-17 17:18:39 +01:00
parent 6211306511
commit d2dae2fd88
3 changed files with 7 additions and 6 deletions

1
debian/changelog vendored
View File

@ -1,6 +1,7 @@
llvm-toolchain-6.0 (1:6.0-3) unstable; urgency=medium
* Remove a bunch of old unused patches
* Fix debian-watch-uses-insecure-uri as upstream has now https
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 17 Mar 2018 17:07:19 +0100

4
debian/copyright vendored
View File

@ -1,6 +1,6 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: LLVM/Clang
Source: http://llvm.org/releases/download.html
Source: https://llvm.org/releases/download.html
Files: *
Copyright: 2003-2017 University of Illinois at Urbana-Champaign.

2
debian/watch vendored
View File

@ -1,4 +1,4 @@
version=3
opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \
http://llvm.org/releases/download.html (?:.*/)?clang-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian debian/orig-tar.sh
https://llvm.org/releases/download.html (?:.*/)?clang-?_?([\d+\.]+|\d+)\.(tar.*|tgz|zip|gz|bz2|) debian debian/orig-tar.sh