tags 562468 + 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
@@ -1,7 +1,7 @@
 Source: pymsn
 Section: python
 Priority: optional
-XS-Python-Version: >= 2.4
+XS-Python-Version: >= 2.5
 Maintainer: Debian Telepathy maintainers <pkg-telepathy-maintain...@lists.alioth.debian.org>
 Uploaders: Simon McVittie <s...@debian.org>,
            Dafydd Harries <d...@debian.org>,
@@ -12,12 +12,11 @@
            Laurent Bigonville <bi...@debian.org>
 Build-Depends: cdbs,
                debhelper (>= 5),
-               python-all-dev (>= 2.3.5-11),
+               python-all-dev (>= 2.5),
                python-central (>= 0.6)
 Build-Depends-Indep: python-openssl,
                      python-gobject,
-                     python-crypto,
-                     python-elementtree
+                     python-crypto
 Standards-Version: 3.8.1
 Homepage: http://telepathy.freedesktop.org/wiki/Pymsn
 Vcs-Git: git://git.debian.org/git/pkg-telepathy/pymsn.git
@@ -25,7 +24,7 @@
 
 Package: python-msn
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-gobject (>= 2.10.1), python-openssl, python-crypto, python (>= 2.5) | python-elementtree
+Depends: ${misc:Depends}, ${python:Depends}, python-gobject (>= 2.10.1), python-openssl, python-crypto
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: Python client library for the MSN protocol

Attachment: signature.asc
Description: Digital signature

Reply via email to