Control: tags 946068 + patch Control: tags 946068 + pending Dear maintainer,
I've prepared an NMU for lv2dynparam1 (versioned as 2-6.1) and uploaded it to mentors for sponsoring. Please feel free to tell me if I should remove it. -- Regards Sudip diff -Nru lv2dynparam1-2/debian/changelog lv2dynparam1-2/debian/changelog --- lv2dynparam1-2/debian/changelog 2016-11-07 22:56:45.000000000 +0000 +++ lv2dynparam1-2/debian/changelog 2020-06-14 18:57:30.000000000 +0100 @@ -1,3 +1,10 @@ +lv2dynparam1 (2-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS. (Closes: #946068) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Sun, 14 Jun 2020 18:57:30 +0100 + lv2dynparam1 (2-6) unstable; urgency=medium * Remove DMUA. diff -Nru lv2dynparam1-2/debian/patches/fix_ftbfs.patch lv2dynparam1-2/debian/patches/fix_ftbfs.patch --- lv2dynparam1-2/debian/patches/fix_ftbfs.patch 1970-01-01 01:00:00.000000000 +0100 +++ lv2dynparam1-2/debian/patches/fix_ftbfs.patch 2020-06-14 18:48:57.000000000 +0100 @@ -0,0 +1,20 @@ +Description: Use lv2.pc + The dependency was changed to lv2-dev previously but lv2-dev provides lv2.pc, + not lv2core.pc. + +Author: Sudip Mukherjee <sudipm.mukher...@gmail.com> +Bug-Debian: https://bugs.debian.org/946068 + +--- + +--- lv2dynparam1-2.orig/configure.ac ++++ lv2dynparam1-2/configure.ac +@@ -32,7 +32,7 @@ AC_PROG_LIBTOOL + #AC_HEADER_STDC + #AC_CHECK_HEADERS([stddef.h stdint.h stdlib.h string.h]) + +-PKG_CHECK_MODULES(LV2, lv2core >= 1) ++PKG_CHECK_MODULES(LV2, lv2 >= 1) + + # Checks for typedefs, structures, and compiler characteristics. + #AC_C_CONST diff -Nru lv2dynparam1-2/debian/patches/series lv2dynparam1-2/debian/patches/series --- lv2dynparam1-2/debian/patches/series 2013-10-30 20:45:07.000000000 +0000 +++ lv2dynparam1-2/debian/patches/series 2020-06-14 18:43:17.000000000 +0100 @@ -1 +1,2 @@ 0001-buildsystem.patch +fix_ftbfs.patch