Followup-For: Bug #857680 Control: tag -1 patch Since Makefile.* are gone since -3.8, just drop the symlinks. Please apply to -6.0 and merge into -7, -8, -9.
Andreas
>From 7cddcfd954e45ebf80238a6c7d58011880ff849e Mon Sep 17 00:00:00 2001 From: Andreas Beckmann <[email protected]> Date: Sat, 11 May 2019 17:25:34 +0200 Subject: [PATCH] remove dangling Makefile.* symlinks --- debian/changelog | 2 ++ debian/llvm-X.Y-examples.links.in | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 debian/llvm-X.Y-examples.links.in diff --git a/debian/changelog b/debian/changelog index 1fc9b24c..7d9ba586 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ llvm-toolchain-6.0 (1:6.0.1-10.1) UNRELEASED; urgency=medium + * llvm-6.0-examples: Remove dangling Makefile.* symlinks, the targets have + been missing since 3.8. (Closes: #857680) -- Andreas Beckmann <[email protected]> Sat, 11 May 2019 17:19:32 +0200 diff --git a/debian/llvm-X.Y-examples.links.in b/debian/llvm-X.Y-examples.links.in deleted file mode 100644 index a8d74aa2..00000000 --- a/debian/llvm-X.Y-examples.links.in +++ /dev/null @@ -1,3 +0,0 @@ -/usr/lib/llvm-@LLVM_VERSION@/build/Makefile.common usr/share/doc/llvm-@LLVM_VERSION@-examples/Makefile.common -/usr/lib/llvm-@LLVM_VERSION@/build/Makefile.config usr/share/doc/llvm-@LLVM_VERSION@-examples/Makefile.config -/usr/lib/llvm-@LLVM_VERSION@/build/Makefile.rules usr/share/doc/llvm-@LLVM_VERSION@-examples/Makefile.rules -- 2.11.0

