mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 17:54:50 +00:00
Fix debian-watch-uses-insecure-uri as upstream has now https
This commit is contained in:
parent
6211306511
commit
d2dae2fd88
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
4
debian/copyright
vendored
@ -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
2
debian/watch
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user