Control: tags -1 +pending Hi! Only late during testing the NMU I noticed that this bug has been RC for just two days. Thus, sorry for rushing, but considering that timidity has been NMU-maintained since 2011, I'll upload to DELAYED/14.
The preferred way to NAK is to make the upload fail due to -41 being already in unstable, but if anything is amiss, please holler. Debdiff attached. Meow! -- // If you believe in so-called "intellectual property", please immediately // cease using counterfeit alphabets. Instead, contact the nearest temple // of Amon, whose priests will provide you with scribal services for all // your writing needs, for Reasonable And Non-Discriminatory prices.
diff -Nru timidity-2.13.2/debian/changelog timidity-2.13.2/debian/changelog --- timidity-2.13.2/debian/changelog 2016-08-03 00:54:56.000000000 +0200 +++ timidity-2.13.2/debian/changelog 2017-12-25 22:26:09.000000000 +0100 @@ -1,3 +1,10 @@ +timidity (2.13.2-40.6) unstable; urgency=medium + + * Non-maintainer upload. + * Drop esound support. Closes: #856095 + + -- Adam Borowski <[email protected]> Mon, 25 Dec 2017 22:26:09 +0100 + timidity (2.13.2-40.5) unstable; urgency=medium * Non-maintainer upload. diff -Nru timidity-2.13.2/debian/control timidity-2.13.2/debian/control --- timidity-2.13.2/debian/control 2016-04-07 16:03:48.000000000 +0200 +++ timidity-2.13.2/debian/control 2017-12-25 22:25:50.000000000 +0100 @@ -11,7 +11,6 @@ libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libaudio-dev, libaudiofile-dev, - libesd0-dev, libflac-dev (>= 1.1.4), libgtk2.0-dev, libjack-dev, diff -Nru timidity-2.13.2/debian/rules timidity-2.13.2/debian/rules --- timidity-2.13.2/debian/rules 2016-08-03 00:52:15.000000000 +0200 +++ timidity-2.13.2/debian/rules 2017-12-25 22:26:06.000000000 +0100 @@ -40,10 +40,10 @@ # audio and interface ifeq ($(DEB_BUILD_ARCH_OS), linux) -audio = default,oss,nas,esd,jack,vorbis,flac,speex,alsa +audio = default,oss,nas,jack,vorbis,flac,speex,alsa interface = ncurses,emacs,xaw,alsaseq else -audio = default,oss,nas,esd,jack,vorbis,flac,speex +audio = default,oss,nas,jack,vorbis,flac,speex interface = ncurses,emacs,xaw endif

