mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-07-27 13:27:05 +00:00
[ Matthias Klose ]
* Update watch file and add .git* files to exclude in the tarball.
This commit is contained in:
parent
df45eae76e
commit
d11668c6e7
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,5 +1,6 @@
|
|||||||
llvm-toolchain-19 (1:19.1.0-5) unstable; urgency=medium
|
llvm-toolchain-19 (1:19.1.0-5) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Sylvestre Ledru ]
|
||||||
* Don't enable intel-pt on Ubuntu Bionic
|
* Don't enable intel-pt on Ubuntu Bionic
|
||||||
* Add disabled info in the build log
|
* Add disabled info in the build log
|
||||||
* Disable LLVM libc on bionic
|
* Disable LLVM libc on bionic
|
||||||
@ -7,7 +8,10 @@ llvm-toolchain-19 (1:19.1.0-5) unstable; urgency=medium
|
|||||||
Thanks to Andrey Feofilaktov for the patch
|
Thanks to Andrey Feofilaktov for the patch
|
||||||
* clang provides objc++-compiler (Closes: #1082744)
|
* clang provides objc++-compiler (Closes: #1082744)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Mon, 23 Sep 2024 13:20:42 +0200
|
[ Matthias Klose ]
|
||||||
|
* Update watch file and add .git* files to exclude in the tarball.
|
||||||
|
|
||||||
|
-- Matthias Klose <doko@debian.org> Wed, 02 Oct 2024 06:08:02 +0200
|
||||||
|
|
||||||
llvm-toolchain-19 (1:19.1.0-4) unstable; urgency=medium
|
llvm-toolchain-19 (1:19.1.0-4) unstable; urgency=medium
|
||||||
|
|
||||||
|
3
debian/copyright
vendored
3
debian/copyright
vendored
@ -1,6 +1,7 @@
|
|||||||
Format: https://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: https://llvm.org/releases/download.html
|
Source: https://github.com/llvm/llvm-project
|
||||||
|
Files-Excluded: .github .gitattributes .git-blame-ignore-revs .gitignore
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2003-2017 University of Illinois at Urbana-Champaign.
|
Copyright: 2003-2017 University of Illinois at Urbana-Champaign.
|
||||||
|
15
debian/watch
vendored
15
debian/watch
vendored
@ -1,2 +1,15 @@
|
|||||||
version=4
|
version=4
|
||||||
https://llvm.org/releases/download.html .*/llvm-([\d\.\-]+).src.tar.xz
|
opts=repack,compression=xz, \
|
||||||
|
https://github.com/llvm/llvm-project/tags \
|
||||||
|
(?:.*?/)?llvmorg-(19[\d\.\-]+).tar.gz
|
||||||
|
|
||||||
|
# FIXME: doesn't work yet:
|
||||||
|
# Newest version of integration-test-suite on remote site is 0.0~git20240518.a962677, local version is 19.1.1
|
||||||
|
#opts=\
|
||||||
|
#component=integration-test-suite,\
|
||||||
|
#mode=git,\
|
||||||
|
#pgpmode=none,\
|
||||||
|
#repack,\
|
||||||
|
#compression=xz \
|
||||||
|
# https://github.com/opencollab/llvm-toolchain-integration-test-suite \
|
||||||
|
# HEAD
|
||||||
|
Loading…
Reference in New Issue
Block a user