[pkg-boost-devel] Bug#494791: libboost-python1.35-dev: Do not pull in elementtree for Python >= 2.5

Martin Pitt martin.pitt at ubuntu.com
Tue Aug 12 08:12:35 UTC 2008


Package: libboost-python1.35-dev
Version: 1.35.0-5
Severity: minor
Tags: patch
User: ubuntu-devel at lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch intrepid

Hi,

this package currently depends on python-elementtree or celementtree.
However, python >= 2.5 has (c)elementtree built in, thus they should
not be pulled in as dependencies.

Attached debdiff fixes this.

Thanks,

Martin
-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)
-------------- next part --------------
diff -u boost1.35-1.35.0/debian/control boost1.35-1.35.0/debian/control
--- boost1.35-1.35.0/debian/control
+++ boost1.35-1.35.0/debian/control
@@ -212,7 +213,7 @@
 Homepage: http://www.boost.org/libs/python/
 Architecture: any
 Section: libdevel
-Depends: libboost1.35-dev (= ${binary:Version}), libboost-python1.35.0 (= ${binary:Version}), python-dev, ${python:Depends}, python-celementtree | python-elementtree, gccxml
+Depends: libboost1.35-dev (= ${binary:Version}), libboost-python1.35.0 (= ${binary:Version}), python-dev, ${python:Depends}, python (>= 2.5) | python-celementtree | python-elementtree, gccxml
 Suggests: libboost1.35-doc
 Conflicts: libboost-python-dev, pyste
 Description: Boost.Python Library development files
diff -u boost1.35-1.35.0/debian/changelog boost1.35-1.35.0/debian/changelog
--- boost1.35-1.35.0/debian/changelog
+++ boost1.35-1.35.0/debian/changelog
@@ -1,3 +1,10 @@
+boost1.35 (1.35.0-5ubuntu1) intrepid; urgency=low
+
+  * libboost-python1.35-dev: Add preferred alternative dependency 
+    "python (>= 2.5)", since elementtree is included in Python 2.5 and later.
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 12 Aug 2008 08:39:24 +0200
+
 boost1.35 (1.35.0-5) unstable; urgency=low
 
   * debian/rules: Build using -DBOOST_SP_USE_PTHREADS for armel.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
Url : http://lists.alioth.debian.org/pipermail/pkg-boost-devel/attachments/20080812/da7f4927/attachment.pgp 


More information about the pkg-boost-devel mailing list