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

smr at alioth.debian.org smr at alioth.debian.org
Sat Mar 22 19:39:33 UTC 2008


Author: smr
Date: 2008-03-22 19:39:32 +0000 (Sat, 22 Mar 2008)
New Revision: 14173

Modified:
   boost/trunk/debian/changelog
   boost/trunk/debian/control
Log:
Fix control file mistakes: XS-Python-Version requires comma between versions; libbost-date-time1.34.1 still had a Homepage in the description; libboost-python-dev had lower-case-p-python.

Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog	2008-03-22 16:34:07 UTC (rev 14172)
+++ boost/trunk/debian/changelog	2008-03-22 19:39:32 UTC (rev 14173)
@@ -44,7 +44,7 @@
   * debian/Notes: Add notes about multiple Python runtime support, remove
     some obsolete notes.
 
- -- Steve M. Robbins <smr at debian.org>  Sat, 22 Mar 2008 11:33:22 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sat, 22 Mar 2008 14:37:38 -0500
 
 boost (1.34.1-7) unstable; urgency=low
 

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2008-03-22 16:34:07 UTC (rev 14172)
+++ boost/trunk/debian/control	2008-03-22 19:39:32 UTC (rev 14173)
@@ -5,7 +5,7 @@
 Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
 Uploaders: Steve M. Robbins <smr at debian.org>, Domenico Andreoli <cavok at debian.org>, Christophe Prud'homme <prudhomm at debian.org>
 Build-Depends: debhelper (>= 4), bison, flex, docbook-to-man, xsltproc, doxygen, zlib1g-dev, libbz2-dev, libicu-dev, python-all-dev, python-support (>= 0.6), g++-4.2
-XS-Python-Version: 2.4 2.5
+XS-Python-Version: 2.4, 2.5
 Standards-Version: 3.7.2
 
 Package: bcp
@@ -73,6 +73,7 @@
  so it is suggested to install the latter as well.
 
 Package: libboost-date-time1.34.1
+Homepage: http://www.boost.org/libs/date_time/
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
@@ -81,8 +82,6 @@
  .
  These libraries are intended to make programming with dates and times
  almost as simple and natural as programming with strings and integers.
- .
-  Homepage: http://www.boost.org/libs/date_time/
 
 Package: libboost-date-time-dev
 Homepage: http://www.boost.org/libs/date_time/
@@ -240,7 +239,7 @@
  in Python, Member function Overloading, Automatic wrapping of
  numeric operators among others.
  .
- Code using this library will need also one of the suggested python
+ Code using this library will need also one of the suggested Python
  development packages.
 
 Package: libboost-regex1.34.1




More information about the pkg-boost-commits mailing list