diff --git a/debian/changelog b/debian/changelog index b3e26c0a..54479af2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -llvm-toolchain-19 (1:19.1.1-2) unstable; urgency=medium +llvm-toolchain-19 (1:19.1.1-2) UNRELEASED; urgency=medium [ Samuel Thibault ] * patches/hurd/hurd-f_type.diff: Fix hurd build against glibc ≥ 2.39. @@ -6,6 +6,7 @@ llvm-toolchain-19 (1:19.1.1-2) unstable; urgency=medium hurd-amd64 ; ship libomptarget. * libomp5-X.Y.install.in: Ship libomptarget. * libomp5-X.Y.symbols.in: Fix symbols on hurd-any. + * rules: Fix syntax on non-linux. -- Sylvestre Ledru Wed, 02 Oct 2024 10:29:32 +0200 diff --git a/debian/rules b/debian/rules index e41d92a2..5e4aba68 100755 --- a/debian/rules +++ b/debian/rules @@ -590,7 +590,7 @@ endif LIBFUZZER_ENABLE=yes ifeq (,$(filter $(DEB_HOST_ARCH_OS),linux)) LIBFUZZER_ENABLE=no - $(info Libfuzzer disabled for $(DEB_HOST_ARCH_OS)) + $(info Libfuzzer disabled for $(DEB_HOST_ARCH_OS)) endif ifneq (,$(filter $(DEB_HOST_ARCH), mipsel))