snapshot => 11

This commit is contained in:
Sylvestre Ledru 2020-07-15 16:30:14 +02:00
parent ced37cde01
commit 013318285c
3 changed files with 8 additions and 6 deletions

6
debian/changelog vendored
View File

@ -1,8 +1,10 @@
llvm-toolchain-snapshot (1:11~++20200702111259+07bda98b6af-1~exp1) UNRELEASED; urgency=medium
llvm-toolchain-11 (1:11~++20200714101840+aef60af34ec-1~exp1) UNRELEASED; urgency=medium
* experimental New snapshot release
* experimental New snapshot release
* experimental New snapshot release
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 02 Jul 2020 11:16:03 +0200
-- Sylvestre Ledru <sylvestre@debian.org> Tue, 14 Jul 2020 22:21:53 +0200
llvm-toolchain-snapshot (1:11~++20200701093119+ffee8040534-1~exp2) UNRELEASED; urgency=medium

6
debian/control vendored
View File

@ -1,4 +1,4 @@
Source: llvm-toolchain-snapshot
Source: llvm-toolchain-11
Section: devel
Priority: optional
Rules-Requires-Root: no
@ -22,8 +22,8 @@ Build-Depends: debhelper (>= 9.0), cmake, chrpath, texinfo, sharutils,
Build-Conflicts: oprofile, ocaml
Standards-Version: 4.2.1
Homepage: https://www.llvm.org/
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b snapshot
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/snapshot
Vcs-Git: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain.git -b 11
Vcs-Browser: https://salsa.debian.org/pkg-llvm-team/llvm-toolchain/tree/11
# ------------- clang -------------

2
debian/unpack.sh vendored
View File

@ -1,5 +1,5 @@
set -e
ORIG_VERSION=snapshot
ORIG_VERSION=11
MAJOR_VERSION=11 # 8.0.1
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`