Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Dear Release Team, xmms2 0.8+dfsg-11 FTBFS when building some unused code. bug #768679 xmms2 0.8+dfsg-12 fix it by not building it. It should change nothing for the binary package Please unblock package xmms2/0.8+dfsg-12 Debdiff attached. unblock xmms2/0.8+dfsg-12 Thanks, Rémi Vanicat
diff -Nru xmms2-0.8+dfsg/debian/changelog xmms2-0.8+dfsg/debian/changelog --- xmms2-0.8+dfsg/debian/changelog 2014-07-05 10:17:23.000000000 +0200 +++ xmms2-0.8+dfsg/debian/changelog 2014-11-09 11:44:25.000000000 +0100 @@ -1,3 +1,9 @@ +xmms2 (0.8+dfsg-12) unstable; urgency=medium + + * Do not build vistest (Closes: #768679) + + -- Rémi Vanicat <vani...@debian.org> Sun, 09 Nov 2014 11:44:03 +0100 + xmms2 (0.8+dfsg-11) unstable; urgency=low * Use a virtual package (xmms2-plugin-output) to allow not installing the diff -Nru xmms2-0.8+dfsg/debian/rules xmms2-0.8+dfsg/debian/rules --- xmms2-0.8+dfsg/debian/rules 2014-05-11 19:53:23.000000000 +0200 +++ xmms2-0.8+dfsg/debian/rules 2014-11-09 11:40:48.000000000 +0100 @@ -39,7 +39,7 @@ ./waf configure $(WAFFLAGS) \ --with-perl-archdir=$(shell /usr/bin/perl -MConfig -le'print $$Config{vendorarch}') \ --with-perl-binary=/usr/bin/perl \ - --without-optionals=ruby,et,python $(additional_wafflags) + --without-optionals=ruby,et,python,vistest $(additional_wafflags) mv _build_ _build_without_python_ $(foreach pyversion,$(PYVERSIONS),\ PYTHON=$(pyversion) ./waf configure $(WAFFLAGS) --without-xmms2d --with-optionals=python && \