Bug#466727: elisa: Some obsolete Python 2.4-only dependencies

Martin Pitt mpitt at debian.org
Wed Feb 20 15:58:11 UTC 2008


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)
-------------- next part --------------
  * 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,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-gstreamer-maintainers/attachments/20080220/c91ddd10/attachment.pgp 


More information about the Pkg-gstreamer-maintainers mailing list