mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-18 03:27:02 +00:00
fix version stuff
This commit is contained in:
parent
509d4e8470
commit
048e7ffb62
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,8 +1,8 @@
|
||||
llvm-toolchain-9 (1:9~svn366022-1~exp2) experimental; urgency=medium
|
||||
llvm-toolchain-9 (1:9~svn366428-1) unstable; urgency=medium
|
||||
|
||||
* New branch (9)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jul 2019 16:25:21 +0200
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 18 Jul 2019 16:54:14 +0200
|
||||
|
||||
llvm-toolchain-snapshot (1:9~svn366022-1~exp1) experimental; urgency=medium
|
||||
|
||||
|
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,5 +1,5 @@
|
||||
set -e
|
||||
ORIG_VERSION=snapshot
|
||||
ORIG_VERSION=9
|
||||
MAJOR_VERSION=9 # 8.0.1
|
||||
SVN_REV=`ls -1 *snapshot_$MAJOR_VERSION*svn*bz2 | tail -1|perl -ne 'print "$1\n" if /svn(\d+)/;' | sort -ru`
|
||||
#SVN_REV=347285
|
||||
|
Loading…
Reference in New Issue
Block a user