diff -Nru mp3blaster-3.2.5/debian/changelog mp3blaster-3.2.5/debian/changelog --- mp3blaster-3.2.5/debian/changelog 2010-06-02 19:19:00.000000000 +0200 +++ mp3blaster-3.2.5/debian/changelog 2011-09-27 00:11:23.000000000 +0200 @@ -1,3 +1,9 @@ +mp3blaster (1:3.2.5-3ubuntu1) oneiric; urgency=low + + * Add SDL output support (LP: #752091). + + -- Sebastian Stein Tue, 27 Sep 2011 00:11:23 +0200 + mp3blaster (1:3.2.5-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format diff -Nru mp3blaster-3.2.5/debian/control mp3blaster-3.2.5/debian/control --- mp3blaster-3.2.5/debian/control 2010-06-02 19:18:02.000000000 +0200 +++ mp3blaster-3.2.5/debian/control 2011-09-27 00:11:21.000000000 +0200 @@ -1,9 +1,10 @@ Source: mp3blaster Section: sound Priority: optional -Maintainer: Jochen Friedrich +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Jochen Friedrich Standards-Version: 3.8.4 -Build-Depends: libncurses5-dev, libvorbis-dev (>= 1.0.0-3), debhelper (>= 7.0.50~), libsidplay1-dev (>= 1.36.59-3), autoconf, automake +Build-Depends: libncurses5-dev, libvorbis-dev (>= 1.0.0-3), debhelper (>= 7.0.50~), libsidplay1-dev (>= 1.36.59-3), libsdl1.2-dev, autoconf, automake Homepage: http://mp3blaster.sf.net Package: mp3blaster diff -Nru mp3blaster-3.2.5/debian/rules mp3blaster-3.2.5/debian/rules --- mp3blaster-3.2.5/debian/rules 2010-06-02 19:17:51.000000000 +0200 +++ mp3blaster-3.2.5/debian/rules 2011-09-27 00:11:20.000000000 +0200 @@ -12,7 +12,7 @@ autoheader automake --add-missing autoconf - dh_auto_configure -- --datadir=/usr/share/doc + dh_auto_configure -- --datadir=/usr/share/doc --with-sdl .PHONY: override_dh_installdocs override_dh_installdocs: