diff -Nru madfuload-1.2/debian/changelog madfuload-1.2/debian/changelog --- madfuload-1.2/debian/changelog 2015-12-02 19:45:15.000000000 +0000 +++ madfuload-1.2/debian/changelog 2015-11-28 23:03:12.000000000 +0000 @@ -1,8 +1,14 @@ -madfuload (1.2-4ubuntu1) trusty; urgency=low +madfuload (1.2-4.1) unstable; urgency=medium - * Include updated auto* files via dh-autoreconf, resolving FTBFS. + * Non-maintainer upload. + * debian/control + - add dh-autoreconf and drop autoconf, automake, libtool, to fix FTBFS + (Closes: #793190, #736266) + - drop quilt (>=0.46-7), use source format 3.0 (quilt) instead. + - fix typo (Closes: #557406) + Thanks to Pascal De Vuyst for the report - -- Daniel T Chen Tue, 21 Jan 2014 12:46:06 -0500 + -- Hideki Yamane Sat, 25 Jul 2015 11:28:56 +0900 madfuload (1.2-4) unstable; urgency=low diff -Nru madfuload-1.2/debian/control madfuload-1.2/debian/control --- madfuload-1.2/debian/control 2015-12-02 19:45:15.000000000 +0000 +++ madfuload-1.2/debian/control 2015-11-28 23:01:15.000000000 +0000 @@ -1,9 +1,10 @@ Source: madfuload Section: non-free/sound Priority: extra -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Free Ekanayaka -Build-Depends: dh-autoreconf, quilt (>=0.46-7), debhelper (>= 7.0.50), udev (>= 136) +Maintainer: Free Ekanayaka +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-12-02 19:45:15.000000000 +0000 +++ madfuload-1.2/debian/rules 2015-11-28 23:01:15.000000000 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/make -f %: - dh --with quilt,autoreconf $@ + dh $@ --with autoreconf override_dh_auto_configure: 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 00:00:00.000000000 +0000 +++ madfuload-1.2/debian/source/format 2015-11-28 23:01:15.000000000 +0000 @@ -0,0 +1 @@ +3.0 (quilt)