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

Steven Michael Robbins smr at alioth.debian.org
Sun Feb 28 09:22:18 UTC 2010


Author: smr
Date: 2010-02-28 09:22:14 +0000 (Sun, 28 Feb 2010)
New Revision: 14574

Modified:
   boost-defaults/trunk/debian/changelog
   boost-defaults/trunk/debian/control
   boost-defaults/trunk/debian/control.in
   boost-defaults/trunk/debian/rules
Log:
Set default to Boost 1.42.  Change libboost-all-dev dependency chain.

Modified: boost-defaults/trunk/debian/changelog
===================================================================
--- boost-defaults/trunk/debian/changelog	2010-02-28 04:31:11 UTC (rev 14573)
+++ boost-defaults/trunk/debian/changelog	2010-02-28 09:22:14 UTC (rev 14574)
@@ -1,3 +1,14 @@
+boost-defaults (1.42.0.1) unstable; urgency=low
+
+  * Set default Boost to 1.42.0.
+  
+  * control.in: New packages libboost-graph-parallel-dev,
+    libboost-mpi-python-dev.  Change libboost-all-dev to depend on all the
+    unversioned -dev packages, rather than the versioned -all-dev package.
+    Closes: #554410.
+
+ -- Steve M. Robbins <smr at debian.org>  Sun, 28 Feb 2010 03:20:00 -0600
+
 boost-defaults (1.40.0.1) unstable; urgency=low
 
   * Set default Boost to 1.40.0.

Modified: boost-defaults/trunk/debian/control
===================================================================
--- boost-defaults/trunk/debian/control	2010-02-28 04:31:11 UTC (rev 14573)
+++ boost-defaults/trunk/debian/control	2010-02-28 09:22:14 UTC (rev 14574)
@@ -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.40-dev (>= 1.40.0)
+Build-Depends: cdbs, debhelper (>= 7), libboost1.42-dev (>= 1.42.0)
 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.3.0
@@ -13,7 +13,7 @@
 Architecture: any
 Section: debug
 Priority: extra
-Depends: libboost-dev (= ${binary:Version}), ${misc:Depends}, libboost1.40-dbg
+Depends: libboost-dev (= ${binary:Version}), ${misc:Depends}, libboost1.42-dbg
 Description: Boost C++ Libraries with debug symbols
  The Boost web site provides free, peer-reviewed, portable C++ source
  libraries. The emphasis is on libraries which work well with the C++
@@ -27,12 +27,12 @@
  programs which use Boost. These must be used also at build/link time.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost1.40-dev
+Depends: ${misc:Depends}, libboost1.42-dev
 Description: Boost C++ Libraries development files (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++
@@ -43,12 +43,30 @@
  upcoming C++ Standard Library Technical Report.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-all-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost1.40-all-dev
+Depends: ${misc:Depends},
+ libboost-dev,
+ libboost-date-time-dev, 
+ libboost-filesystem-dev, 
+ libboost-graph-dev, 
+ libboost-graph-parallel-dev, 
+ libboost-iostreams-dev, 
+ libboost-math-dev, 
+ libboost-mpi-dev, 
+ libboost-mpi-python-dev, 
+ libboost-program-options-dev, 
+ libboost-python-dev, 
+ libboost-regex-dev, 
+ libboost-serialization-dev, 
+ libboost-signals-dev, 
+ libboost-system-dev, 
+ libboost-test-dev, 
+ libboost-thread-dev, 
+ libboost-wave-dev
 Description: Boost C++ Libraries development files (ALL, 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++
@@ -62,12 +80,12 @@
  including all separately-packaged libraries.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, libboost1.40-doc
+Depends: ${misc:Depends}, libboost1.42-doc
 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++
@@ -78,13 +96,13 @@
  upcoming C++ Standard Library Technical Report.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-date-time-dev
 Homepage: http://www.boost.org/libs/date_time/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-date-time1.40-dev
+Depends: ${misc:Depends}, libboost-date-time1.42-dev
 Description: date-time libraries based on generic programming (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -92,13 +110,13 @@
  almost as simple and natural as programming with strings and integers.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-filesystem-dev
 Homepage: http://boost.org/libs/filesystem/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-filesystem1.40-dev
+Depends: ${misc:Depends}, libboost-filesystem1.42-dev
 Description: filesystem operations in C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -107,13 +125,13 @@
  facilitate portable script-like operations from within C++ programs.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-graph-dev
 Homepage: http://www.boost.org/libs/graph/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-graph1.40-dev
+Depends: ${misc:Depends}, libboost-graph1.42-dev
 Description: generic graph components and algorithms in C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -124,13 +142,31 @@
  importance to encourage reuse of graph algorithms and data structures.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
+Package: libboost-graph-parallel-dev
+Homepage: http://www.boost.org/libs/graph_parallel/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libboost-graph-parallel1.42-dev
+Description: generic graph components and algorithms in C++ (default version)
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Parallel Boost Graph Library is an extension to the Boost Graph Library
+ (BGL) for parallel and distributed computing. It offers distributed graphs 
+ and graph algorithms to exploit coarse-grained parallelism along with 
+ parallel algorithms that exploit fine-grained parallelism, while retaining 
+ the same interfaces as the (sequential) BGL. Code written using the sequential
+ BGL should be easy to parallelize with the parallel BGL.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.42).
+
 Package: libboost-iostreams-dev
 Homepage: http://www.boost.org/libs/iostreams/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-iostreams1.40-dev
+Depends: ${misc:Depends}, libboost-iostreams1.42-dev
 Description: Boost.Iostreams Library development files (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -139,13 +175,13 @@
  and stream buffers.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-math-dev
 Homepage: http://www.boost.org/libs/math/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-math1.40-dev
+Depends: ${misc:Depends}, libboost-math1.42-dev
 Description: Boost.Math Library development files (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -161,13 +197,13 @@
     mathematical special functions.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-mpi-dev
 Homepage: http://www.boost.org/doc/html/mpi.html
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-mpi1.40-dev
+Depends: ${misc:Depends}, libboost-mpi1.42-dev
 Description: C++ interface to the Message Passing Interface (MPI) (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -178,13 +214,32 @@
  techniques to maintain maximal efficiency.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
+Package: libboost-mpi-python-dev
+Homepage: http://www.boost.org/doc/html/mpi.html
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libboost-mpi1.42-dev
+Description: C++ interface to the Message Passing Interface (MPI), Python bindings (default version)
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Boost.MPI library provides a C++ interface to MPI that
+ supports modern C++ development styles, including complete support for
+ user-defined data types and C++ Standard Library types, arbitrary function
+ objects for collective algorithms, and the use of modern C++ library
+ techniques to maintain maximal efficiency.
+ .
+ This package provides Python Bindings to the C++ interface.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.42).
+
 Package: libboost-program-options-dev
 Homepage: http://www.boost.org/libs/program_options/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-program-options1.40-dev
+Depends: ${misc:Depends}, libboost-program-options1.42-dev
 Description: program options library for C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -193,13 +248,13 @@
  command line and config file.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-python-dev
 Homepage: http://www.boost.org/libs/python/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-python1.40-dev
+Depends: ${misc:Depends}, libboost-python1.42-dev
 Description: Boost.Python Library development files (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -224,13 +279,13 @@
  one of the Python development packages.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-regex-dev
 Homepage: http://www.boost.org/libs/regex/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-regex1.40-dev
+Depends: ${misc:Depends}, libboost-regex1.42-dev
 Description: regular expression library for C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -246,13 +301,13 @@
  libraries can not do.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-serialization-dev
 Homepage: http://www.boost.org/libs/serialization/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-serialization1.40-dev
+Depends: ${misc:Depends}, libboost-serialization1.42-dev
 Description: serialization library for C++ (default version)
  This package forms part of the Boost C++ Libraries collection,
  containing the following functionalities:
@@ -269,13 +324,13 @@
  archive: to refer to a specific rendering of this stream of bytes.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-signals-dev
 Homepage: http://www.boost.org/libs/signals/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-signals1.40-dev
+Depends: ${misc:Depends}, libboost-signals1.42-dev
 Description: managed signals and slots library for C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -286,13 +341,13 @@
  "emitted."
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-system-dev
 Homepage: http://www.boost.org/libs/system/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-system1.40-dev
+Depends: ${misc:Depends}, libboost-system1.42-dev
 Description: Operating system (e.g. diagnostics support) library (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -305,13 +360,13 @@
  associated error_category.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-test-dev
 Homepage: http://www.boost.org/libs/test/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-test1.40-dev
+Depends: ${misc:Depends}, libboost-test1.42-dev
 Description: components for writing and executing test suites (default version)
  This package forms part of the Boost C++ Libraries collection.  The
  library contains several components.
@@ -321,13 +376,13 @@
   * Unit test framework to simplify writing test cases.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-thread-dev
 Homepage: http://www.boost.org/libs/thread/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-thread1.40-dev
+Depends: ${misc:Depends}, libboost-thread1.42-dev
 Description: portable C++ multi-threading (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -337,13 +392,13 @@
  registers.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).
 
 Package: libboost-wave-dev
 Homepage: http://www.boost.org/libs/wave/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-wave1.40-dev
+Depends: ${misc:Depends}, libboost-wave1.42-dev
 Description: C99/C++ preprocessor library (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -353,4 +408,4 @@
  the well known idioms of the Standard Template Library (STL).
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.40).
+ Boost version (currently 1.42).

Modified: boost-defaults/trunk/debian/control.in
===================================================================
--- boost-defaults/trunk/debian/control.in	2010-02-28 04:31:11 UTC (rev 14573)
+++ boost-defaults/trunk/debian/control.in	2010-02-28 09:22:14 UTC (rev 14574)
@@ -48,7 +48,25 @@
 Package: libboost-all-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost at MAJOR_VER@-all-dev
+Depends: ${misc:Depends},
+ libboost-dev,
+ libboost-date-time-dev, 
+ libboost-filesystem-dev, 
+ libboost-graph-dev, 
+ libboost-graph-parallel-dev, 
+ libboost-iostreams-dev, 
+ libboost-math-dev, 
+ libboost-mpi-dev, 
+ libboost-mpi-python-dev, 
+ libboost-program-options-dev, 
+ libboost-python-dev, 
+ libboost-regex-dev, 
+ libboost-serialization-dev, 
+ libboost-signals-dev, 
+ libboost-system-dev, 
+ libboost-test-dev, 
+ libboost-thread-dev, 
+ libboost-wave-dev
 Description: Boost C++ Libraries development files (ALL, 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++
@@ -126,6 +144,24 @@
  This package is a dependency package, which depends on Debian's default
  Boost version (currently @MAJOR_VER@).
 
+Package: libboost-graph-parallel-dev
+Homepage: http://www.boost.org/libs/graph_parallel/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libboost-graph-parallel at MAJOR_VER@-dev
+Description: generic graph components and algorithms in C++ (default version)
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Parallel Boost Graph Library is an extension to the Boost Graph Library
+ (BGL) for parallel and distributed computing. It offers distributed graphs 
+ and graph algorithms to exploit coarse-grained parallelism along with 
+ parallel algorithms that exploit fine-grained parallelism, while retaining 
+ the same interfaces as the (sequential) BGL. Code written using the sequential
+ BGL should be easy to parallelize with the parallel BGL.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently @MAJOR_VER@).
+
 Package: libboost-iostreams-dev
 Homepage: http://www.boost.org/libs/iostreams/
 Architecture: any
@@ -180,6 +216,25 @@
  This package is a dependency package, which depends on Debian's default
  Boost version (currently @MAJOR_VER@).
 
+Package: libboost-mpi-python-dev
+Homepage: http://www.boost.org/doc/html/mpi.html
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libboost-mpi at MAJOR_VER@-dev
+Description: C++ interface to the Message Passing Interface (MPI), Python bindings (default version)
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The Boost.MPI library provides a C++ interface to MPI that
+ supports modern C++ development styles, including complete support for
+ user-defined data types and C++ Standard Library types, arbitrary function
+ objects for collective algorithms, and the use of modern C++ library
+ techniques to maintain maximal efficiency.
+ .
+ This package provides Python Bindings to the C++ interface.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently @MAJOR_VER@).
+
 Package: libboost-program-options-dev
 Homepage: http://www.boost.org/libs/program_options/
 Architecture: any

Modified: boost-defaults/trunk/debian/rules
===================================================================
--- boost-defaults/trunk/debian/rules	2010-02-28 04:31:11 UTC (rev 14573)
+++ boost-defaults/trunk/debian/rules	2010-02-28 09:22:14 UTC (rev 14574)
@@ -3,8 +3,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-MAJOR_VER = 1.40
-BUILD_DEP = libboost1.40-dev (>= 1.40.0)
+MAJOR_VER = 1.42
+BUILD_DEP = libboost1.42-dev (>= 1.42.0)
 
 
 control-file:




More information about the pkg-boost-commits mailing list