* 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:
Sylvestre Ledru 2018-06-29 15:53:01 +02:00
parent 8db1a1c6ed
commit 3f935e992f
2 changed files with 6 additions and 7 deletions

11
debian/changelog vendored
View File

@ -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
* 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
* clang_getCompletionFixIt, clang_getCompletionNumFixIts & getTokenclang
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

2
debian/rules vendored
View File

@ -15,7 +15,7 @@ endif
SONAME_EXT := 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))))
NJOBS := -j $(subst parallel=,,$(filter parallel=%,$(subst $(COMMA), ,$(DEB_BUILD_OPTIONS))))
endif