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

Steven Michael Robbins smr at alioth.debian.org
Tue Sep 22 03:48:21 UTC 2009


Author: smr
Date: 2009-09-22 03:48:20 +0000 (Tue, 22 Sep 2009)
New Revision: 14497

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 1.40.  New packages libboost-dbg and libboost-all-dev.

Modified: boost-defaults/trunk/debian/changelog
===================================================================
--- boost-defaults/trunk/debian/changelog	2009-09-19 20:17:23 UTC (rev 14496)
+++ boost-defaults/trunk/debian/changelog	2009-09-22 03:48:20 UTC (rev 14497)
@@ -1,3 +1,12 @@
+boost-defaults (1.40.0.1) unstable; urgency=low
+
+  * Set default Boost to 1.40.0.
+  
+  * control.in: New package libboost-all-dev.  Closes: #537739.  New
+    package libboost-dbg.  Closes: #544185.
+
+ -- Steve M. Robbins <smr at debian.org>  Mon, 21 Sep 2009 22:46:03 -0500
+
 boost-defaults (1.39.2) unstable; urgency=low
 
   * Last upload was bogus.  This time we really set Boost to version 1.39.

Modified: boost-defaults/trunk/debian/control
===================================================================
--- boost-defaults/trunk/debian/control	2009-09-19 20:17:23 UTC (rev 14496)
+++ boost-defaults/trunk/debian/control	2009-09-22 03:48:20 UTC (rev 14497)
@@ -4,15 +4,34 @@
 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.39-dev (>= 1.39.0-1)
+Build-Depends: cdbs, debhelper (>= 7), libboost1.40-dev (>= 1.40.0-1)
 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
 
+Package: libboost-dbg
+Architecture: any
+Section: debug
+Depends: ${misc:Depends}, libboost1.40-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++
+ 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.
+ .
+ These libraries are built with debug symbols. They are useful to debug
+ 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).
+
 Package: libboost-dev
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost1.39-dev
+Depends: ${misc:Depends}, libboost1.40-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++
@@ -23,12 +42,31 @@
  upcoming C++ Standard Library Technical Report.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
+Package: libboost-all-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libboost1.40-all-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++
+ 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 provides the complete Boost development environment,
+ including all separately-packaged libraries.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently 1.40).
+
 Package: libboost-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, libboost1.39-doc
+Depends: ${misc:Depends}, libboost1.40-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++
@@ -39,13 +77,13 @@
  upcoming C++ Standard Library Technical Report.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-date-time-dev
 Homepage: http://www.boost.org/libs/date_time/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-date-time1.39-dev
+Depends: ${misc:Depends}, libboost-date-time1.40-dev
 Description: date-time libraries based on generic programming (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -53,13 +91,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.39).
+ Boost version (currently 1.40).
 
 Package: libboost-filesystem-dev
 Homepage: http://boost.org/libs/filesystem/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-filesystem1.39-dev
+Depends: ${misc:Depends}, libboost-filesystem1.40-dev
 Description: filesystem operations in C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -68,13 +106,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.39).
+ Boost version (currently 1.40).
 
 Package: libboost-graph-dev
 Homepage: http://www.boost.org/libs/graph/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-graph1.39-dev
+Depends: ${misc:Depends}, libboost-graph1.40-dev
 Description: generic graph components and algorithms in C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -85,13 +123,13 @@
  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.39).
+ Boost version (currently 1.40).
 
 Package: libboost-iostreams-dev
 Homepage: http://www.boost.org/libs/iostreams/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-iostreams1.39-dev
+Depends: ${misc:Depends}, libboost-iostreams1.40-dev
 Description: Boost.Iostreams Library development files (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -100,13 +138,13 @@
  and stream buffers.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-math-dev
 Homepage: http://www.boost.org/libs/math/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-math1.39-dev
+Depends: ${misc:Depends}, libboost-math1.40-dev
 Description: Boost.Math Library development files (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -122,13 +160,13 @@
     mathematical special functions.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-mpi-dev
 Homepage: http://www.boost.org/doc/html/mpi.html
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-mpi1.39-dev
+Depends: ${misc:Depends}, libboost-mpi1.40-dev
 Description: C++ interface to the Message Passing Interface (MPI) (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -139,13 +177,13 @@
  techniques to maintain maximal efficiency.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-program-options-dev
 Homepage: http://www.boost.org/libs/program_options/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-program-options1.39-dev
+Depends: ${misc:Depends}, libboost-program-options1.40-dev
 Description: program options library for C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -154,13 +192,13 @@
  command line and config file.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-python-dev
 Homepage: http://www.boost.org/libs/python/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-python1.39-dev
+Depends: ${misc:Depends}, libboost-python1.40-dev
 Description: Boost.Python Library development files (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -185,13 +223,13 @@
  one of the Python development packages.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-regex-dev
 Homepage: http://www.boost.org/libs/regex/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-regex1.39-dev
+Depends: ${misc:Depends}, libboost-regex1.40-dev
 Description: regular expression library for C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -207,13 +245,13 @@
  libraries can not do.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-serialization-dev
 Homepage: http://www.boost.org/libs/serialization/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-serialization1.39-dev
+Depends: ${misc:Depends}, libboost-serialization1.40-dev
 Description: serialization library for C++ (default version)
  This package forms part of the Boost C++ Libraries collection,
  containing the following functionalities:
@@ -230,13 +268,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.39).
+ Boost version (currently 1.40).
 
 Package: libboost-signals-dev
 Homepage: http://www.boost.org/libs/signals/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-signals1.39-dev
+Depends: ${misc:Depends}, libboost-signals1.40-dev
 Description: managed signals and slots library for C++ (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -247,13 +285,13 @@
  "emitted."
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-system-dev
 Homepage: http://www.boost.org/libs/system/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-system1.39-dev
+Depends: ${misc:Depends}, libboost-system1.40-dev
 Description: Operating system (e.g. diagnostics support) library (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -266,13 +304,13 @@
  associated error_category.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-test-dev
 Homepage: http://www.boost.org/libs/test/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-test1.39-dev
+Depends: ${misc:Depends}, libboost-test1.40-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.
@@ -282,13 +320,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.39).
+ Boost version (currently 1.40).
 
 Package: libboost-thread-dev
 Homepage: http://www.boost.org/libs/thread/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-thread1.39-dev
+Depends: ${misc:Depends}, libboost-thread1.40-dev
 Description: portable C++ multi-threading (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -298,13 +336,13 @@
  registers.
  .
  This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.39).
+ Boost version (currently 1.40).
 
 Package: libboost-wave-dev
 Homepage: http://www.boost.org/libs/wave/
 Architecture: any
 Section: libdevel
-Depends: ${misc:Depends}, libboost-wave1.39-dev
+Depends: ${misc:Depends}, libboost-wave1.40-dev
 Description: C99/C++ preprocessor library (default version)
  This package forms part of the Boost C++ Libraries collection.
  .
@@ -314,4 +352,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.39).
+ Boost version (currently 1.40).

Modified: boost-defaults/trunk/debian/control.in
===================================================================
--- boost-defaults/trunk/debian/control.in	2009-09-19 20:17:23 UTC (rev 14496)
+++ boost-defaults/trunk/debian/control.in	2009-09-22 03:48:20 UTC (rev 14497)
@@ -9,6 +9,25 @@
 Vcs-Svn: svn://svn.debian.org/svn/pkg-boost/boost-defaults/trunk
 Standards-Version: 3.8.1
 
+Package: libboost-dbg
+Architecture: any
+Section: debug
+Depends: ${misc:Depends}, libboost at MAJOR_VER@-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++
+ 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.
+ .
+ These libraries are built with debug symbols. They are useful to debug
+ 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 @MAJOR_VER@).
+
 Package: libboost-dev
 Architecture: any
 Section: libdevel
@@ -25,6 +44,25 @@
  This package is a dependency package, which depends on Debian's default
  Boost version (currently @MAJOR_VER@).
 
+Package: libboost-all-dev
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends}, libboost at MAJOR_VER@-all-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++
+ 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 provides the complete Boost development environment,
+ including all separately-packaged libraries.
+ .
+ This package is a dependency package, which depends on Debian's default
+ Boost version (currently @MAJOR_VER@).
+
 Package: libboost-doc
 Architecture: all
 Section: doc

Modified: boost-defaults/trunk/debian/rules
===================================================================
--- boost-defaults/trunk/debian/rules	2009-09-19 20:17:23 UTC (rev 14496)
+++ boost-defaults/trunk/debian/rules	2009-09-22 03:48:20 UTC (rev 14497)
@@ -3,8 +3,8 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
-MAJOR_VER = 1.39
-BUILD_DEP = libboost1.39-dev (>= 1.39.0-1)
+MAJOR_VER = 1.40
+BUILD_DEP = libboost1.40-dev (>= 1.40.0-1)
 
 
 control-file:




More information about the pkg-boost-commits mailing list