Remove any reference to python2.5. System should use 2.6 by default
authorIvan Frade <ivan.frade@gmail.com>
Tue, 5 Jul 2011 11:55:30 +0000 (14:55 +0300)
committerIvan Frade <ivan.frade@gmail.com>
Tue, 5 Jul 2011 11:55:30 +0000 (14:55 +0300)
debian/control
setup.py
src/aa_search.py
src/mutagen_backend.py
src/player_backend.py

index 9ed6e23..3cf53d4 100644 (file)
@@ -6,7 +6,7 @@ Build-Depends: cdbs, debhelper (>= 5), python-central (>= 0.5.6),
  aegis-builder (>= 1.4)
 Standards-Version: 3.8.0
 Homepage: http://mussorgsky.garage.maemo.org
-XS-Python-Version: current, >= 2.5
+XS-Python-Version: >= 2.5
 XSBC-Bugtracker: https://bugs.maemo.org/enter_bug.cgi?product=Mussorgsky
 
 Package: mussorgsky
@@ -16,6 +16,7 @@ Depends: ${python:Depends}, python-dbus, tracker, python-pyside.qtcore,
 Description: Music Organizer, album art downloader
  Download album art for your music collection and edit the basic data
  of the songs for an optimal use of the media player.
+XB-Python-Version: >= 2.5
 XSBC-Maemo-Display-Name: Mussorgsky
 XB-Maemo-Icon-26:
  iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0
index 0cbec29..d251744 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
  
 from distutils.core import setup
 from distutils.core import setup
index db716c5..c1e15e2 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import os
 from utils import UrllibWrapper
 import dbus, time
index 56a24f2..39eff1f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import mutagen
 
 class MutagenBackend ():
index db7abbd..2526e15 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
 import pygst
 pygst.require('0.10')
 import gst