mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 14:15:21 +00:00
New upstream release
This commit is contained in:
parent
6bc21995c4
commit
c1c1615446
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
llvm-toolchain-15 (1:15.0.1-1~exp1) experimental; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release
|
||||||
|
|
||||||
|
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 20 Sep 2022 08:55:01 +0200
|
||||||
|
|
||||||
llvm-toolchain-15 (1:15.0.0-2) experimental; urgency=medium
|
llvm-toolchain-15 (1:15.0.0-2) experimental; urgency=medium
|
||||||
|
|
||||||
* Fix build on ppc64 and riscv64 (Closes: #1019582)
|
* Fix build on ppc64 and riscv64 (Closes: #1019582)
|
||||||
|
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,6 +1,6 @@
|
|||||||
set -e
|
set -e
|
||||||
ORIG_VERSION=15
|
ORIG_VERSION=15
|
||||||
MAJOR_VERSION=15 # 8.0.1
|
MAJOR_VERSION=15.0.1 # 8.0.1
|
||||||
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
||||||
|
|
||||||
VERSION=$REV
|
VERSION=$REV
|
||||||
|
Loading…
Reference in New Issue
Block a user