Package: elisa
Version: 0.3.2-1
Tags: patch

Hi!

elisa currently depends on some python libraries which are only needed
for Python 2.4, since they have been integrated into Python 2.5 proper.

Please consider applying attached patch to avoid pulling them in for
Python 2.5.

Thanks,

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
  * debian/control: python2.5 includes python-{elementtree,celementtree,
    ctypes}, so add preferred alternative dependencies for those.

--- elisa-0.3.2/debian/control
+++ elisa-0.3.2/debian/control
@@ -18,7 +19,7 @@
 Depends: ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},
-         python-ctypes,
+         python2.5 | python-ctypes,
          python-gnome2,
          python-gnome2-desktop,
          python-gobject,
@@ -35,8 +36,8 @@
 Recommends: gstreamer0.10-ffmpeg,
             gstreamer0.10-plugins-ugly,
             python-avahi,
-            python-elementtree,
-            python-celementtree,
+            python2.5 | python-elementtree,
+            python2.5 | python-celementtree,
             python-dbus,
             python-daap,
             python-gpod,

Attachment: signature.asc
Description: Digital signature

Reply via email to