diff -Nru foobnix-2.6.02m/debian/changelog foobnix-2.6.03m/debian/changelog --- foobnix-2.6.02m/debian/changelog 2012-10-07 09:54:43.000000000 +0000 +++ foobnix-2.6.03m/debian/changelog 2012-10-09 18:42:40.000000000 +0000 @@ -1,5 +1,5 @@ -foobnix (2.6.02m) maverick; urgency=low +foobnix (2.6.03m) maverick; urgency=low - * Initial release (Closes: #10002.6.02m) Upload new release 2.6.02m + * Initial release (Closes: #10002.6.03m) Upload new release 2.6.03m - -- Ivan Ivanenko Sun, 07 Oct 2012 12:54:43 +0200 + -- Ivan Ivanenko Tue, 09 Oct 2012 21:42:40 +0200 diff -Nru foobnix-2.6.02m/debian/control foobnix-2.6.03m/debian/control --- foobnix-2.6.02m/debian/control 2012-10-07 09:52:39.000000000 +0000 +++ foobnix-2.6.03m/debian/control 2012-10-09 18:40:03.000000000 +0000 @@ -2,7 +2,7 @@ Section: sound Priority: extra Maintainer: Ivan Ivanenko -Build-Depends: debhelper (>= 7), python (>= 2.5 && < 2.8) +Build-Depends: debhelper (>= 7), python (>= 2.5) XS-Python-Version: >= 2.5 Standards-Version: 3.9.2 Homepage: http://www.foobnix.com @@ -13,4 +13,4 @@ Recommends: python-keybinder, gstreamer0.10-plugins-bad, gstreamer0.10-alsa, python-setuptools, fuseiso, python-notify, libmp3lame0, libfaac0, gstreamer0.10-plugins-ugly, gstreamer0.10-ffmpeg, python-webkit Description: Simple and Powerful music player for Linux All best features in one player. Foobnix small, fast, customizable, powerful - music player with user-friendly interface. \ No newline at end of file + music player with user-friendly interface. diff -Nru foobnix-2.6.02m/foobnix/version.py foobnix-2.6.03m/foobnix/version.py --- foobnix-2.6.02m/foobnix/version.py 2012-10-07 09:54:44.000000000 +0000 +++ foobnix-2.6.03m/foobnix/version.py 2012-10-09 18:42:41.000000000 +0000 @@ -1 +1 @@ -FOOBNIX_VERSION='2.6.02' \ No newline at end of file +FOOBNIX_VERSION='2.6.03' \ No newline at end of file diff -Nru foobnix-2.6.02m/scripts/debian/control foobnix-2.6.03m/scripts/debian/control --- foobnix-2.6.02m/scripts/debian/control 2012-10-07 09:52:39.000000000 +0000 +++ foobnix-2.6.03m/scripts/debian/control 2012-10-09 18:40:03.000000000 +0000 @@ -2,7 +2,7 @@ Section: sound Priority: extra Maintainer: Ivan Ivanenko -Build-Depends: debhelper (>= 7), python (>= 2.5 && < 2.8) +Build-Depends: debhelper (>= 7), python (>= 2.5) XS-Python-Version: >= 2.5 Standards-Version: 3.9.2 Homepage: http://www.foobnix.com @@ -13,4 +13,4 @@ Recommends: python-keybinder, gstreamer0.10-plugins-bad, gstreamer0.10-alsa, python-setuptools, fuseiso, python-notify, libmp3lame0, libfaac0, gstreamer0.10-plugins-ugly, gstreamer0.10-ffmpeg, python-webkit Description: Simple and Powerful music player for Linux All best features in one player. Foobnix small, fast, customizable, powerful - music player with user-friendly interface. \ No newline at end of file + music player with user-friendly interface. diff -Nru foobnix-2.6.02m/scripts/launchpad_upload.sh foobnix-2.6.03m/scripts/launchpad_upload.sh --- foobnix-2.6.02m/scripts/launchpad_upload.sh 2012-10-07 09:52:39.000000000 +0000 +++ foobnix-2.6.03m/scripts/launchpad_upload.sh 2012-10-09 18:40:03.000000000 +0000 @@ -24,7 +24,7 @@ cd ../build LIST=("oneiric" "natty" "lucid" "maverick" "precise") -#LIST=("natty") +#LIST=("quantal") for UBUNTU in ${LIST[@]} do diff -Nru foobnix-2.6.02m/setup.py foobnix-2.6.03m/setup.py --- foobnix-2.6.02m/setup.py 2012-10-07 09:52:39.000000000 +0000 +++ foobnix-2.6.03m/setup.py 2012-10-09 18:40:03.000000000 +0000 @@ -7,7 +7,7 @@ if os.name == 'nt': import py2exe #@UnresolvedImport @UnusedImport -VERSION = "2.6.02" +VERSION = "2.6.03" data_files = [ ('share/applications', ['foobnix.desktop']),