tags 674352 + patch pending thanks
add patch and upload to delayed/5, explicitly build with -std=gnu99
diff -Nru lv2proc-0.4.0/debian/changelog lv2proc-0.4.0/debian/changelog --- lv2proc-0.4.0/debian/changelog 2012-05-16 19:32:19.000000000 +0000 +++ lv2proc-0.4.0/debian/changelog 2012-05-30 14:05:45.000000000 +0000 @@ -1,3 +1,10 @@ +lv2proc (0.4.0-3.1) unstable; urgency=low + + * Non maintainer upload. + * Fix build failure with GCC 4.7. Closes: #674352. + + -- Matthias Klose <[email protected]> Wed, 30 May 2012 14:03:50 +0000 + lv2proc (0.4.0-3) unstable; urgency=low * Change section from libs to sound. (Closes: #663076) diff -Nru lv2proc-0.4.0/debian/rules lv2proc-0.4.0/debian/rules --- lv2proc-0.4.0/debian/rules 2012-05-14 23:34:33.000000000 +0000 +++ lv2proc-0.4.0/debian/rules 2012-05-30 14:10:07.000000000 +0000 @@ -6,6 +6,9 @@ %: dh $@ --parallel --with autoreconf +override_dh_auto_configure: + CFLAGS="$(shell dpkg-buildflags --get CFLAGS) -std=gnu99" dh_auto_configure + override_dh_auto_clean: rm -rf m4 dh_auto_clean

