mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-15 14:48:35 +00:00
* Fix the version with snapshot packages
Fixes upstream issue https://bugs.llvm.org/show_bug.cgi?id=37729 * Bump std-version to 4.1.4, no changes required
This commit is contained in:
parent
8db1a1c6ed
commit
3f935e992f
11
debian/changelog
vendored
11
debian/changelog
vendored
@ -1,9 +1,3 @@
|
|||||||
llvm-toolchain-snapshot (1:7~svn330801-1~exp4) UNRELEASED; urgency=medium
|
|
||||||
|
|
||||||
* Bump std-version to 4.1.4, no changes required
|
|
||||||
|
|
||||||
-- Gianfranco Costamagna <locutusofborg@debian.org> Wed, 27 Jun 2018 16:25:03 +0200
|
|
||||||
|
|
||||||
llvm-toolchain-snapshot (1:7~svn330801-1~exp3) experimental; urgency=medium
|
llvm-toolchain-snapshot (1:7~svn330801-1~exp3) experimental; urgency=medium
|
||||||
|
|
||||||
* Also ship diagtool in clang-tools-X
|
* Also ship diagtool in clang-tools-X
|
||||||
@ -12,6 +6,11 @@ llvm-toolchain-snapshot (1:7~svn330801-1~exp3) experimental; urgency=medium
|
|||||||
* d/p/force-gcc-header-obj.diff Fix the detection of the objc path
|
* d/p/force-gcc-header-obj.diff Fix the detection of the objc path
|
||||||
* clang_getCompletionFixIt, clang_getCompletionNumFixIts & getTokenclang
|
* clang_getCompletionFixIt, clang_getCompletionNumFixIts & getTokenclang
|
||||||
added as new symbols of libclang1
|
added as new symbols of libclang1
|
||||||
|
* Fix the version with snapshot packages
|
||||||
|
Fixes upstream issue https://bugs.llvm.org/show_bug.cgi?id=37729
|
||||||
|
|
||||||
|
[ Gianfranco Costamagna ]
|
||||||
|
* Bump std-version to 4.1.4, no changes required
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 09 May 2018 14:23:49 +0200
|
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 09 May 2018 14:23:49 +0200
|
||||||
|
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -15,7 +15,7 @@ endif
|
|||||||
|
|
||||||
SONAME_EXT := 1
|
SONAME_EXT := 1
|
||||||
# Manage the case when the version is 3.5~svn213052-1~exp1 or 3.4.2-1
|
# Manage the case when the version is 3.5~svn213052-1~exp1 or 3.4.2-1
|
||||||
DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: ([0-9.]+)(~|-)(.*),\3,p")
|
DEBIAN_REVISION := $(shell dpkg-parsechangelog | sed -rne "s,^Version: 1:([0-9.]+)(~|-)(.*),\3,p")
|
||||||
ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
|
ifneq (,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
|
||||||
NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
|
NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user