Control: tags 1017677 + patch Control: tags 1017677 + pending Dear maintainer,
I've prepared an NMU for autofdo (versioned as 0.19-2.3) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru autofdo-0.19/debian/changelog autofdo-0.19/debian/changelog --- autofdo-0.19/debian/changelog 2022-09-13 22:41:57.000000000 +0200 +++ autofdo-0.19/debian/changelog 2023-07-25 14:04:07.000000000 +0200 @@ -1,3 +1,10 @@ +autofdo (0.19-2.3) unstable; urgency=medium + + * Non-maintainer upload. + * Build without LLVM support (Closes: #1017677) + + -- Stéphane Glondu <glo...@debian.org> Tue, 25 Jul 2023 14:04:07 +0200 + autofdo (0.19-2.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru autofdo-0.19/debian/control autofdo-0.19/debian/control --- autofdo-0.19/debian/control 2022-09-13 22:41:19.000000000 +0200 +++ autofdo-0.19/debian/control 2023-07-25 14:04:07.000000000 +0200 @@ -7,7 +7,6 @@ libssl-dev, zlib1g-dev, libgoogle-glog-dev, libgflags-dev, libelf-dev, - llvm-13-dev, protobuf-compiler, libprotobuf-dev, Standards-Version: 4.4.1 diff -Nru autofdo-0.19/debian/rules autofdo-0.19/debian/rules --- autofdo-0.19/debian/rules 2022-09-13 22:41:42.000000000 +0200 +++ autofdo-0.19/debian/rules 2023-07-25 14:04:07.000000000 +0200 @@ -11,6 +11,3 @@ rm -rf glog rm -rf third_party/protobuf dh_auto_clean - -override_dh_auto_configure: - dh_auto_configure -- --with-llvm=/usr/bin/llvm-config-13