[pkg-boost-commits] r14430 - boost-defaults/trunk/debian

Steven Michael Robbins smr at alioth.debian.org
Sat May 9 13:57:20 UTC 2009


Author: smr
Date: 2009-05-09 13:57:20 +0000 (Sat, 09 May 2009)
New Revision: 14430

Modified:
   boost-defaults/trunk/debian/changelog
   boost-defaults/trunk/debian/control
Log:
Add -doc package, change build-dep on boost1.38 to >= version 1.38.0-6 since that version of -doc has a proper conflicts on boost << 1.35.0

Modified: boost-defaults/trunk/debian/changelog
===================================================================
--- boost-defaults/trunk/debian/changelog	2009-05-03 18:46:10 UTC (rev 14429)
+++ boost-defaults/trunk/debian/changelog	2009-05-09 13:57:20 UTC (rev 14430)
@@ -2,5 +2,5 @@
 
   * Initial upload.  Defaults are set to Boost 1.38.0.
 
- -- Steve M. Robbins <smr at debian.org>  Sun, 26 Apr 2009 23:08:39 -0500
+ -- Steve M. Robbins <smr at debian.org>  Sat, 09 May 2009 08:56:05 -0500
 

Modified: boost-defaults/trunk/debian/control
===================================================================
--- boost-defaults/trunk/debian/control	2009-05-03 18:46:10 UTC (rev 14429)
+++ boost-defaults/trunk/debian/control	2009-05-09 13:57:20 UTC (rev 14430)
@@ -4,7 +4,7 @@
 Priority: optional
 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>
-Build-Depends: cdbs, debhelper (>= 7), libboost1.38-dev (>= 1.38.0-4)
+Build-Depends: cdbs, debhelper (>= 7), libboost1.38-dev (>= 1.38.0-6)
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-boost/boost-defaults/trunk/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-boost/boost-defaults/trunk
 Standards-Version: 3.8.1
@@ -25,6 +25,22 @@
  This package is a dependency package, which depends on Debian's default
  Boost version (currently 1.38).
 
+Package: libboost1.38-doc
+Architecture: all
+Section: doc
+Depends: $(misc:Depends}, libboost1.38-dev
+Description: Boost C++ Libraries documentation (default version)
+ The Boost web site provides free, peer-reviewed, portable C++ source
+ libraries. The emphasis is on libraries which work well with the C++
+ Standard Library. One goal is to establish "existing practice" and
+ provide reference implementations so that the Boost libraries are
+ suitable for eventual standardization. Some of the libraries have
+ already been proposed for inclusion in the C++ Standards Committee's
+ upcoming C++ Standard Library Technical Report.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.38).
+
 Package: libboost-date-time-dev
 Homepage: http://www.boost.org/libs/date_time/
 Architecture: any




More information about the pkg-boost-commits mailing list