mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-02 15:40:53 +00:00
Update of the minor version
This commit is contained in:
parent
d42e83a03f
commit
b501324960
2
debian/rules
vendored
2
debian/rules
vendored
@ -7,7 +7,7 @@ DEB_INST := $(CURDIR)/debian/tmp/
|
||||
# accomodate that by hardcoding the 5 detection
|
||||
GCC_VERSION := $(shell dpkg-query -W -f '$${Version}' g++ | sed -rne 's,^([0-9]+:)?(5|[0-9]+\.[0-9]+|[0-9]+).*$$,\2,p')
|
||||
LLVM_VERSION := 3.7
|
||||
LLVM_VERSION_FULL := $(LLVM_VERSION).0
|
||||
LLVM_VERSION_FULL := $(LLVM_VERSION).1
|
||||
SONAME_EXT := 1
|
||||
# Manage the case when the version is 1:3.5~svn213052-1~exp1 or 1:3.4.2-1
|
||||
DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: 1:([0-9.]+)(~|-)(.*),\3,p")
|
||||
|
Loading…
Reference in New Issue
Block a user