Control: tags 960253 + patch Control: tags 960253 + pending Dear maintainer,
I've prepared an NMU for abgate (versioned as 1.1.9-2.1) and uploaded it to DELAYED/14. Please feel free to tell me if I should cancel it. cu Adrian
diff -Nru abgate-1.1.9/debian/changelog abgate-1.1.9/debian/changelog --- abgate-1.1.9/debian/changelog 2019-10-13 21:48:01.000000000 +0300 +++ abgate-1.1.9/debian/changelog 2020-06-09 09:29:36.000000000 +0300 @@ -1,3 +1,10 @@ +abgate (1.1.9-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix FTBFS with LV2 1.18.0. (Closes: #960253) + + -- Adrian Bunk <b...@debian.org> Tue, 09 Jun 2020 09:29:36 +0300 + abgate (1.1.9-2) unstable; urgency=medium [ Ondřej Nový ] diff -Nru abgate-1.1.9/debian/patches/lv2.patch abgate-1.1.9/debian/patches/lv2.patch --- abgate-1.1.9/debian/patches/lv2.patch 1970-01-01 02:00:00.000000000 +0200 +++ abgate-1.1.9/debian/patches/lv2.patch 2020-06-09 09:29:36.000000000 +0300 @@ -0,0 +1,15 @@ +Description: Fix FTBFS with LV2 1.18.0 +Author: Adrian Bunk <b...@debian.org> +Bug-Debian: https://bugs.debian.org/960253 + +--- abgate-1.1.9.orig/gate.cpp ++++ abgate-1.1.9/gate.cpp +@@ -44,7 +44,7 @@ public: + int state, holding; + }; + +-static LV2_Handle instantiateGate(const _LV2_Descriptor *descriptor, double s_rate, const char *path, const LV2_Feature * const * features) { ++static LV2_Handle instantiateGate(const LV2_Descriptor *descriptor, double s_rate, const char *path, const LV2_Feature * const * features) { + Gate *plugin_data = new Gate; + plugin_data->sample_rate = s_rate; + return (LV2_Handle) plugin_data; diff -Nru abgate-1.1.9/debian/patches/series abgate-1.1.9/debian/patches/series --- abgate-1.1.9/debian/patches/series 2019-10-13 21:46:29.000000000 +0300 +++ abgate-1.1.9/debian/patches/series 2020-06-09 09:29:36.000000000 +0300 @@ -1,2 +1,3 @@ 0002-flags.patch cross.patch +lv2.patch