[pkg-boost-commits] r14270 - boost/trunk/debian

smr at alioth.debian.org smr at alioth.debian.org
Wed Aug 13 08:37:54 UTC 2008


Author: smr
Date: 2008-08-13 08:37:54 +0000 (Wed, 13 Aug 2008)
New Revision: 14270

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
libboost-python1.35-dev: Add preferred alternative dependency python (>= 2.5) for elementtree.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-08-13 08:07:49 UTC (rev 14269)
+++ boost/trunk/debian/changelog	2008-08-13 08:37:54 UTC (rev 14270)
@@ -2,8 +2,12 @@
 
   * debian/patches/jam-wall-clean.patch: Additional changes to expand.c,
     hash.c to remove warnings from amd64 & s390.
+  
+  * libboost-python1.35-dev: Add preferred alternative dependency
+    "python (>= 2.5)", since elementtree is included in Python 2.5 and
+    later.  Fix from Martin Pitt <martin.pitt at ubuntu.com>.  Closes: #494791.
 
- -- Steve M. Robbins <smr at debian.org>  Wed, 13 Aug 2008 03:07:01 -0500
+ -- Steve M. Robbins <smr at debian.org>  Wed, 13 Aug 2008 03:36:02 -0500
 
 boost1.35 (1.35.0-7) experimental; urgency=low
 

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2008-08-13 08:07:49 UTC (rev 14269)
+++ boost/trunk/debian/control	2008-08-13 08:37:54 UTC (rev 14270)
@@ -212,7 +212,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




More information about the pkg-boost-commits mailing list