diff -u ffmpeg2theora-0.23/debian/changelog ffmpeg2theora-0.23/debian/changelog --- ffmpeg2theora-0.23/debian/changelog +++ ffmpeg2theora-0.23/debian/changelog @@ -1,3 +1,11 @@ +ffmpeg2theora (0.23-0ubuntu2) jaunty; urgency=low + + * debian/rules + - use scons instead of make to install the files (LP: #315356) + - improve the clean rule to wipe scons' leftovers + + -- Kjell Braden Sat, 24 Jan 2009 21:07:07 +0100 + ffmpeg2theora (0.23-0ubuntu1) jaunty; urgency=low * New upstream release. diff -u ffmpeg2theora-0.23/debian/rules ffmpeg2theora-0.23/debian/rules --- ffmpeg2theora-0.23/debian/rules +++ ffmpeg2theora-0.23/debian/rules @@ -14,0 +15,6 @@ + +clean:: + -rm -rf config.log .sconf_temp .sconsign.dblite + +common-install-impl:: + scons install destdir=$(DEB_DESTDIR) prefix=/usr