Control: tags -1 +patch Hi,
add "-i" option to autoreconf or using dh-autoreconf would solve this FTBFS. I choose dh-autoreconf since it's smart and robust for changes. Patch attached. -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -Nru madfuload-1.2/debian/changelog madfuload-1.2/debian/changelog --- madfuload-1.2/debian/changelog 2015-07-25 11:31:23.000000000 +0900 +++ madfuload-1.2/debian/changelog 2015-07-25 11:28:57.000000000 +0900 @@ -1,3 +1,13 @@ +madfuload (1.2-4.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control + - add dh-autoreconf and drop autoconf, automake, libtool, to fix FTBFS + (Closes: #793190) + - drop quilt (>=0.46-7), use source format 3.0 (quilt) instead. + + -- Hideki Yamane <[email protected]> Sat, 25 Jul 2015 11:28:56 +0900 + madfuload (1.2-4) unstable; urgency=low * Imported changes from Ubuntu 1.2-2ubuntu3~karmic~ppa2 (Closes: #547336, diff -Nru madfuload-1.2/debian/control madfuload-1.2/debian/control --- madfuload-1.2/debian/control 2015-07-25 11:31:23.000000000 +0900 +++ madfuload-1.2/debian/control 2015-07-25 11:29:55.000000000 +0900 @@ -2,7 +2,9 @@ Section: non-free/sound Priority: extra Maintainer: Free Ekanayaka <[email protected]> -Build-Depends: autoconf, automake, libtool, quilt (>=0.46-7), debhelper (>= 7.0.50), udev (>= 136) +Build-Depends: debhelper (>= 7.0.50), + udev (>= 136), + dh-autoreconf, Standards-Version: 3.8.4 Homepage: http://usb-midi-fw.sourceforge.net/ diff -Nru madfuload-1.2/debian/rules madfuload-1.2/debian/rules --- madfuload-1.2/debian/rules 2015-07-25 11:31:23.000000000 +0900 +++ madfuload-1.2/debian/rules 2015-07-25 11:26:41.000000000 +0900 @@ -1,7 +1,6 @@ #!/usr/bin/make -f %: - dh --with quilt $@ + dh $@ --with autoreconf override_dh_auto_configure: - autoreconf -f dh_auto_configure -- --with-udev=/lib/udev diff -Nru madfuload-1.2/debian/source/format madfuload-1.2/debian/source/format --- madfuload-1.2/debian/source/format 1970-01-01 09:00:00.000000000 +0900 +++ madfuload-1.2/debian/source/format 2015-07-25 11:28:20.000000000 +0900 @@ -0,0 +1 @@ +3.0 (quilt)

