tags 562460 + patch
thanks

* dktrkr...@debian.org <dktrkr...@debian.org>, 2009-12-24, 18:20:
Your package build-depends or depends on packages built on top of
elementtree source package, which is scheduled to be removed soon due
to python2.4 removal.

The attached patch fixes this bug.

--
Jakub Wilk
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@
 Maintainer: François Févotte <francois.fevo...@ensta.org>
 Uploaders: Adam Cécile (Le_Vert) <gand...@le-vert.net>
 Build-Depends: debhelper (>= 5), quilt
-Build-Depends-Indep: python-support (>= 0.5), libgtk2.0-dev, python-all-dev,
+Build-Depends-Indep: python-support (>= 0.5), libgtk2.0-dev, python (>= 2.5),
  python-gtk2-dev, intltool, intltool-debian
 Standards-Version: 3.8.1
 Homepage: http://www.exaile.org/
@@ -15,7 +15,7 @@
  libgstreamer0.10-0, gstreamer0.10-plugins-base, gstreamer0.10-plugins-good,
  python-gst0.10, gstreamer0.10-alsa | gstreamer0.10-esd,
  python-gtk2, python-glade2, python-dbus, python-pyvorbis,
- python-mutagen, python-elementtree, python-mmkeys, python-feedparser,
+ python-mutagen, python-mmkeys, python-feedparser,
  libjs-prototype
 Recommends: gstreamer0.10-plugins-ugly, python-cddb, python-eggtrayicon,
  streamripper, python-gpod, python-gamin, python-notify, python-gtkmozembed
diff --git a/debian/pyversions b/debian/pyversions
--- a/debian/pyversions
+++ b/debian/pyversions
@@ -1,1 +1,1 @@
-2.4-
+2.5-

Attachment: signature.asc
Description: Digital signature

Reply via email to