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

Steven Michael Robbins smr at alioth.debian.org
Sun Sep 19 03:06:38 UTC 2010


Author: smr
Date: 2010-09-19 03:06:34 +0000 (Sun, 19 Sep 2010)
New Revision: 14603

Modified:
   boost/trunk/debian/control
   boost/trunk/debian/rules
Log:
Use X-Python3-Version in control rather than putting the python version in rules.

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2010-09-18 22:47:21 UTC (rev 14602)
+++ boost/trunk/debian/control	2010-09-19 03:06:34 UTC (rev 14603)
@@ -6,8 +6,8 @@
 Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>
 Build-Depends: debhelper (>= 7), bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python3-all-dev (>= 3.1), python-support (>= 0.6), mpi-default-dev
 Build-Conflicts: libopenmpi-dev (= 1.3.2-2)
-XS-Python-Version: >= 2.4
-XS-Python3-Version: >= 3.0
+X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.0
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-boost/boost/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-boost/boost/trunk
 Standards-Version: 3.8.3

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2010-09-18 22:47:21 UTC (rev 14602)
+++ boost/trunk/debian/rules	2010-09-19 03:06:34 UTC (rev 14603)
@@ -13,7 +13,7 @@
 SOVERSION = 1.44.0
 SHLIBS_VERSION = (>= 1.44.0-1)
 
-pyversions = $(shell pyversions -rv) 3.1
+pyversions = $(shell pyversions -rv) $(shell py3versions -rv)
 
 # Boost libraries for which we want separate packages
 boost_libs := date-time filesystem graph-parallel graph iostreams math \




More information about the pkg-boost-commits mailing list