diff --git a/debian/changelog b/debian/changelog index 75063f29..2ac37b10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 Wed, 09 May 2018 14:23:49 +0200 diff --git a/debian/rules b/debian/rules index 19be6b78..e2d6a6fa 100755 --- a/debian/rules +++ b/debian/rules @@ -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