diff -Nru sopcast-player-0.4.0~ppa1~lucid3/debian/changelog sopcast-player-0.4.0~ppa1~lucid4/debian/changelog --- sopcast-player-0.4.0~ppa1~lucid3/debian/changelog 2010-04-11 13:33:31.000000000 +0100 +++ sopcast-player-0.4.0~ppa1~lucid4/debian/changelog 2010-04-11 14:22:16.000000000 +0100 @@ -1,4 +1,4 @@ -sopcast-player (0.4.0~ppa1~lucid3) lucid; urgency=low +sopcast-player (0.4.0~ppa1~lucid4) lucid; urgency=low * 0.4.0 -Updated language support -Fixed possible critical bug when selecting random ports for playback diff -Nru sopcast-player-0.4.0~ppa1~lucid3/Makefile sopcast-player-0.4.0~ppa1~lucid4/Makefile --- sopcast-player-0.4.0~ppa1~lucid3/Makefile 2009-12-06 12:01:20.000000000 +0000 +++ sopcast-player-0.4.0~ppa1~lucid4/Makefile 2010-04-11 14:21:52.000000000 +0100 @@ -33,7 +33,7 @@ $(EDIT) $(NAME).schemas.in > $(NAME).schemas byte-compile: - $(PYTHON) -c 'import compileall; compileall.compile_dir("lib", rx=re.compile("/[.]svn"), force=1)' + $(PYTHON) -c 'import compileall, re; compileall.compile_dir("lib", rx=re.compile("/[.]svn"), force=1)' language: @echo "Generating language files..."