diff -Nru foobnix-2.6.02q/debian/changelog foobnix-2.6.03q/debian/changelog --- foobnix-2.6.02q/debian/changelog 2012-10-07 10:00:13.000000000 +0000 +++ foobnix-2.6.03q/debian/changelog 2012-10-09 18:38:23.000000000 +0000 @@ -1,5 +1,5 @@ -foobnix (2.6.02q) quantal; urgency=low +foobnix (2.6.03q) quantal; urgency=low - * Initial release (Closes: #10002.6.02q) Upload new release 2.6.02q + * Initial release (Closes: #10002.6.03q) Upload new release 2.6.03q - -- Ivan Ivanenko Sun, 07 Oct 2012 13:00:13 +0200 + -- Ivan Ivanenko Tue, 09 Oct 2012 21:38:23 +0200 diff -Nru foobnix-2.6.02q/debian/control foobnix-2.6.03q/debian/control --- foobnix-2.6.02q/debian/control 2012-10-07 10:00:13.000000000 +0000 +++ foobnix-2.6.03q/debian/control 2012-10-09 18:38:23.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.02q/foobnix/version.py foobnix-2.6.03q/foobnix/version.py --- foobnix-2.6.02q/foobnix/version.py 2012-10-07 10:00:15.000000000 +0000 +++ foobnix-2.6.03q/foobnix/version.py 2012-10-09 18:38:26.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.02q/scripts/debian/control foobnix-2.6.03q/scripts/debian/control --- foobnix-2.6.02q/scripts/debian/control 2012-10-07 10:00:13.000000000 +0000 +++ foobnix-2.6.03q/scripts/debian/control 2012-10-09 18:38:23.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.02q/setup.py foobnix-2.6.03q/setup.py --- foobnix-2.6.02q/setup.py 2012-10-07 10:00:13.000000000 +0000 +++ foobnix-2.6.03q/setup.py 2012-10-09 18:38:23.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']),