diff --git a/debian/changelog b/debian/changelog index 98af2855..b5b6d2ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,22 @@ +llvm-toolchain-11 (1:11.0.1-1) unstable; urgency=medium + + [ Sylvestre Ledru ] + * New stable release + + [ Gianfranco Costamagna ] + * Drop old patch, upstream now + * Run dh_makeshlibs with -V parameter (Closes: #977814) + + -- Sylvestre Ledru Wed, 06 Jan 2021 09:21:24 +0100 + llvm-toolchain-11 (1:11.0.1~+rc2-1) unstable; urgency=medium +<<<<<<< * New snapshot release +======= + * New snapshot release + * Remove 'gnu-assembler-compat.diff' - merged upstream +>>>>>>> -- Sylvestre Ledru Sat, 19 Dec 2020 09:38:48 +0100 diff --git a/debian/patches/series b/debian/patches/series index a73185f8..f0951845 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -132,7 +132,6 @@ workaround-bug-42994-use-linker.diff # bug 939472 #try-to-unbreak-thinlto.diff -D67877.patch x86-fuzzer.patch diff --git a/debian/rules b/debian/rules index a596d71f..5aedc9b0 100755 --- a/debian/rules +++ b/debian/rules @@ -724,7 +724,7 @@ override_dh_makeshlibs: dh_makeshlibs -pliblldb-$(LLVM_VERSION) -V"liblldb-$(LLVM_VERSION) (>= 1:9~svn298832-1~)" dh_makeshlibs -plibllvm$(LLVM_VERSION) -V"libllvm$(LLVM_VERSION) (>= 1:9~svn298832-1~)" dh_makeshlibs -plibomp$(SONAME_OPENMP)-$(LLVM_VERSION) -V"libomp$(SONAME_OPENMP)-$(LLVM_VERSION) (>= 1:9~svn298832-1~)" - dh_makeshlibs --remaining-packages + dh_makeshlibs --remaining-packages -V override_dh_shlibdeps: # Ignore asan libraries. They would trigger dependencies to multiarch libraries diff --git a/debian/unpack.sh b/debian/unpack.sh index ae75de6d..a842ba68 100644 --- a/debian/unpack.sh +++ b/debian/unpack.sh @@ -1,6 +1,6 @@ set -e ORIG_VERSION=11 -MAJOR_VERSION=11 # 8.0.1 +MAJOR_VERSION=11.0.1 # 8.0.1 REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru` VERSION=$REV