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

Steven Michael Robbins smr at alioth.debian.org
Sat Jun 2 16:41:09 UTC 2012


Author: smr
Date: 2012-06-02 16:41:08 +0000 (Sat, 02 Jun 2012)
New Revision: 14721

Modified:
   boost/trunk/debian/Notes
   boost/trunk/debian/control
   boost/trunk/debian/example-files
   boost/trunk/debian/rules
Log:
Add packages for library exception.  Additional updates to
build 1.50.


Modified: boost/trunk/debian/Notes
===================================================================
--- boost/trunk/debian/Notes	2012-06-02 14:20:48 UTC (rev 14720)
+++ boost/trunk/debian/Notes	2012-06-02 16:41:08 UTC (rev 14721)
@@ -1,25 +1,3 @@
-	GCC 4.7 Bugs
-	------------
-
-Patches Included
-----------------
-https://svn.boost.org/trac/boost/ticket/6852
-https://svn.boost.org/trac/boost/ticket/6854
-https://svn.boost.org/trac/boost/ticket/6790
-https://svn.boost.org/trac/boost/ticket/6755
-https://svn.boost.org/trac/boost/changeset/76970
-https://svn.boost.org/trac/boost/ticket/6431
-https://svn.boost.org/trac/boost/ticket/6331
-
-No Patch
---------
-https://svn.boost.org/trac/boost/ticket/6826 - failure to detect python3.2
-https://svn.boost.org/trac/boost/ticket/6825 - fibonacci_heap::s_handle_from_iterator
-https://svn.boost.org/trac/boost/ticket/6785 - read_json does not compile on GCC 4.7.0 with std=c++11
-https://svn.boost.org/trac/boost/ticket/6754 - [result_of] Test fails on clang trunk and gcc-4.7
-https://svn.boost.org/trac/boost/ticket/6620 - Boost Asio error with (unreleased) gcc 4.7 - monotonic / steady clock
-
-
 	Documentation
 	-------------
 

Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control	2012-06-02 14:20:48 UTC (rev 14720)
+++ boost/trunk/debian/control	2012-06-02 16:41:08 UTC (rev 14721)
@@ -33,9 +33,10 @@
 Suggests: libboost1.50-doc,
  libboost-chrono1.50-dev,
  libboost-date-time1.50-dev,
+ libboost-exception1.50-dev,
  libboost-filesystem1.50-dev,
+ libboost-graph1.50-dev,
  libboost-graph-parallel1.50-dev,
- libboost-graph1.50-dev,
  libboost-iostreams1.50-dev,
  libboost-locale1.50-dev,
  libboost-math1.50-dev,
@@ -71,9 +72,10 @@
  This package provides headers and the auxiliary tools bjam, Boost.Build,
  bcp, inspect, boostbook and quickbook.
  .
- For the following subprojects separate packages exist: chrono, date-time,
- filesystem, graph, iostreams, locale, math, mpi, program_options, python,
- regex, serialization, signals, system, test, thread, timer, and wave.
+ For the following subprojects separate packages exist: chrono,
+ date-time, exception filesystem, graph, iostreams, locale, math, mpi,
+ program_options, python, regex, serialization, signals, system, test,
+ thread, timer, and wave.
 
 Package: libboost1.50-all-dev
 Architecture: any
@@ -82,6 +84,7 @@
  libboost1.50-dev,
  libboost-chrono1.50-dev, 
  libboost-date-time1.50-dev, 
+ libboost-exception1.50-dev, 
  libboost-filesystem1.50-dev, 
  libboost-graph1.50-dev, 
  libboost-graph-parallel1.50-dev, 
@@ -248,6 +251,32 @@
  These libraries are intended to make programming with dates and times
  almost as simple and natural as programming with strings and integers.
 
+Package: libboost-exception1.50.0
+Homepage: http://www.boost.org/libs/exception/
+Architecture: any
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: set of date-time libraries based on generic programming concepts
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The purpose of Boost Exception is to ease the design of exception
+ class hierarchies and to help write exception handling and error
+ reporting code.
+
+Package: libboost-exception1.50-dev
+Homepage: http://www.boost.org/libs/exception/
+Architecture: any
+Section: libdevel
+Depends: ${misc:Depends},
+ libboost1.50-dev (= ${binary:Version}),
+ libboost-exception1.50.0 (= ${binary:Version})
+Description: set of date-time libraries based on generic programming concepts
+ This package forms part of the Boost C++ Libraries collection.
+ .
+ The purpose of Boost Exception is to ease the design of exception
+ class hierarchies and to help write exception handling and error
+ reporting code.
+
 Package: libboost-filesystem1.50.0
 Homepage: http://boost.org/libs/filesystem/
 Architecture: any

Modified: boost/trunk/debian/example-files
===================================================================
--- boost/trunk/debian/example-files	2012-06-02 14:20:48 UTC (rev 14720)
+++ boost/trunk/debian/example-files	2012-06-02 16:41:08 UTC (rev 14721)
@@ -21,14 +21,15 @@
 libs/statechart/example
 libs/algorithm/minmax/example
 libs/algorithm/string/example
+libs/algorithm/example
 libs/function_types/example
 libs/units/example
 libs/bimap/doc/html/boost_bimap/examples
 libs/bimap/example
 libs/unordered/examples
-libs/filesystem/v2/example
-libs/filesystem/v3/example
+libs/filesystem/example
 libs/graph_parallel/example
+libs/local_function/example
 libs/multi_index/example
 libs/program_options/example
 libs/ratio/example

Modified: boost/trunk/debian/rules
===================================================================
--- boost/trunk/debian/rules	2012-06-02 14:20:48 UTC (rev 14720)
+++ boost/trunk/debian/rules	2012-06-02 16:41:08 UTC (rev 14721)
@@ -9,17 +9,18 @@
 
 DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
 
-PKGVERSION = 1.49
-SOVERSION = 1.49.0
-SHLIBS_VERSION = (>= 1.49.0-1)
+PKGVERSION = 1.50
+SOVERSION = 1.50.0
+SHLIBS_VERSION = (>= 1.50.0~beta1-1)
 
 pyversions = $(shell pyversions -rv) $(shell py3versions -rv)
 
 # Boost libraries for which we want separate packages
-boost_libs := chrono date-time filesystem graph-parallel graph iostreams locale math \
-	mpi mpi-python						       \
-	program-options python regex random serialization signals      \
-	system test						       \
+boost_libs := chrono date-time exception filesystem graph-parallel \
+	graph iostreams locale math				   \
+	mpi mpi-python						   \
+	program-options python regex random serialization signals  \
+	system test						   \
 	thread timer wave
 
 # these are special cases, where /usr/lib name differs from Boost library name
@@ -77,6 +78,7 @@
 
 # Specify the type of files/links to install.
 # Special cases first, then general rule
+boost_filetypes_exception = a mta
 boost_filetypes_test_exec_monitor = a mta
 boost_filetypes = $(if $(boost_filetypes_$(1)), $(boost_filetypes_$(1)),a so ln mtso mta)
 




More information about the pkg-boost-commits mailing list