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 llvm-toolchain-6.0 (1:6.0-3) unstable; urgency=medium
* Remove a bunch of old unused patches * 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 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 17 Mar 2018 17:07:19 +0100

10
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 Upstream-Name: LLVM/Clang
Source: http://llvm.org/releases/download.html Source: https://llvm.org/releases/download.html
Files: * Files: *
Copyright: 2003-2017 University of Illinois at Urbana-Champaign. Copyright: 2003-2017 University of Illinois at Urbana-Champaign.
@ -17,7 +17,7 @@ License: LLVM
Permission to use, copy, modify, distribute, and sell this software and its Permission to use, copy, modify, distribute, and sell this software and its
documentation for any purpose is hereby granted without fee, provided that documentation for any purpose is hereby granted without fee, provided that
the above copyright notice appear in all copies and that both that the above copyright notice appear in all copies and that both that
copyright notice and this permission notice appear in supporting copyright notice and this permission notice appear in supporting
documentation, and that the name of M.I.T. not be used in advertising or documentation, and that the name of M.I.T. not be used in advertising or
publicity pertaining to distribution of the software without specific, publicity pertaining to distribution of the software without specific,
written prior permission. M.I.T. makes no representations about the written prior permission. M.I.T. makes no representations about the
@ -227,8 +227,8 @@ License: NCSA
this list of conditions and the following disclaimers in the this list of conditions and the following disclaimers in the
documentation and/or other materials provided with the distribution. documentation and/or other materials provided with the distribution.
. .
* Neither the names of the LLDB Team, copyright holders, nor the names of * Neither the names of the LLDB Team, copyright holders, nor the names of
its contributors may be used to endorse or promote products derived from its contributors may be used to endorse or promote products derived from
this Software without specific prior written permission. this Software without specific prior written permission.
. .
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

2
debian/watch vendored
View File

@ -1,4 +1,4 @@
version=3 version=3
opts=uversionmangle=s/\.(tar.*|tgz|zip|gz|bz2)$//i,dversionmangle=s/[-.+~]?(cvs|svn|git|snapshot|pre|hg)(.*)$//i,pasv \ 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