Stefano Zacchiroli wrote: > I've been preparing an NMU to fix a couple of outstanding libtunepimp > bugs
Many thanks for working on this -- it is one step further to the removal of the obsolete libmpcdec package, which is pretty close. (Of course it also fixes one RC bug, and that's always a good thing.) > Do you have any insight to share? I hope so. The contents of libltdl/ is what libtoolize (from the old libtool 1.5.x) imported back in the old days when the .orig.tar.gz was bootstrapped by the upstream maintainer. So you need to remove it entirely, and get it re-imported by the new libtool. The infamous error happens because the `libtool' and `ltmain.sh' scripts *must* be updated as well. The complete recipe for regenerating the build system is (after applying the configure.in/plugins.cpp patch, naturally): $ rm -rf libltdl $ autoreconf -vif $ rm -rf autom4te.cache $ rm config.h.in~ It builds fine for me with the source package + your modifications; let me know if that's not the case for you. Also, as some time passed since I submitted the patches, I'd greatly appreciate if you do some testing. The way I did it back then was to install kid3, add a few Musepack files and try to obtain the tags from the MusicBrainz server (I don't remember the exact menu sequence, and I'm not a KDE user, so that's the main reason why I'm asking you. Hopefully you can easily figure it out.) If it's not able to obtain tags that should be present, I'd like to know and revise the patches. (Alternatively, please give me a link to your final .dsc and I'll do the testing.) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org