[pkg-boost-commits] r14204 - boost/trunk/debian
smr at alioth.debian.org
smr at alioth.debian.org
Sat Apr 19 05:15:07 UTC 2008
Author: smr
Date: 2008-04-19 05:15:06 +0000 (Sat, 19 Apr 2008)
New Revision: 14204
Modified:
boost/trunk/debian/changelog
boost/trunk/debian/control
Log:
New packages for libboost-system; update all package names to 1.35.0
Modified: boost/trunk/debian/changelog
===================================================================
--- boost/trunk/debian/changelog 2008-04-19 05:13:43 UTC (rev 14203)
+++ boost/trunk/debian/changelog 2008-04-19 05:15:06 UTC (rev 14204)
@@ -6,8 +6,11 @@
* debian/patches/library-naming.patch: New. Remove toolset and boost
version from library names.
- -- Steve M. Robbins <smr at debian.org> Sat, 19 Apr 2008 00:13:11 -0500
+ * debian/control: Substitute 1.34.1 --> 1.35.0 on all library package
+ names. Add packages libboost-system1.35.0 and libboost-system-dev.
+ -- Steve M. Robbins <smr at debian.org> Sat, 19 Apr 2008 00:14:02 -0500
+
boost (1.34.1-11) unstable; urgency=low
* debian/control: Add python-dev to libboost-python-dev depends.
Modified: boost/trunk/debian/control
===================================================================
--- boost/trunk/debian/control 2008-04-19 05:13:43 UTC (rev 14203)
+++ boost/trunk/debian/control 2008-04-19 05:15:06 UTC (rev 14204)
@@ -72,7 +72,7 @@
Some pages point to header files provided in libboost-dev package,
so it is suggested to install the latter as well.
-Package: libboost-date-time1.34.1
+Package: libboost-date-time1.35.0
Homepage: http://www.boost.org/libs/date_time/
Architecture: any
Section: libs
@@ -87,7 +87,7 @@
Homepage: http://www.boost.org/libs/date_time/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-date-time1.34.1 (= ${binary:Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-date-time1.35.0 (= ${binary:Version})
Replaces: libboost-dev (<< 1.34.1-1)
Description: set of date-time libraries based on generic programming concepts
Part of the Boost C++ Libraries collection.
@@ -95,7 +95,7 @@
These libraries are intended to make programming with dates and times
almost as simple and natural as programming with strings and integers.
-Package: libboost-filesystem1.34.1
+Package: libboost-filesystem1.35.0
Homepage: http://boost.org/libs/filesystem/
Architecture: any
Section: libs
@@ -111,7 +111,7 @@
Homepage: http://boost.org/libs/filesystem/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-filesystem1.34.1 (= ${binary:Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-filesystem1.35.0 (= ${binary:Version})
Replaces: libboost-dev (<< 1.34.0-4)
Description: filesystem operations (portable paths, iteration over directories, etc) in C++
Part of the Boost C++ Libraries collection.
@@ -120,7 +120,7 @@
manipulate paths, files, and directories. The goal is to
facilitate portable script-like operations from within C++ programs.
-Package: libboost-graph1.34.1
+Package: libboost-graph1.35.0
Homepage: http://www.boost.org/libs/graph/
Architecture: any
Section: libs
@@ -140,7 +140,7 @@
Architecture: any
Section: libdevel
Depends: libboost-dev (= ${binary:Version})
-Recommends: libboost-graph1.34.1 (= ${binary:Version})
+Recommends: libboost-graph1.35.0 (= ${binary:Version})
Description: generic graph components and algorithms in C++
Part of the Boost C++ Libraries collection.
.
@@ -150,7 +150,7 @@
standardized generic interface for traversing graphs is of utmost
importance to encourage reuse of graph algorithms and data structures.
-Package: libboost-iostreams1.34.1
+Package: libboost-iostreams1.35.0
Homepage: http://www.boost.org/libs/iostreams/
Architecture: any
Section: libs
@@ -166,7 +166,7 @@
Homepage: http://www.boost.org/libs/iostreams/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-iostreams1.34.1 (= ${binary:Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-iostreams1.35.0 (= ${binary:Version})
Replaces: libboost-dev (<< 1.33.0-2)
Description: Boost.Iostreams Library development files
Part of the Boost C++ Libraries collection.
@@ -175,7 +175,7 @@
which turn models of these concepts into C++ standard library streams
and stream buffers.
-Package: libboost-program-options1.34.1
+Package: libboost-program-options1.35.0
Homepage: http://www.boost.org/libs/program_options/
Architecture: any
Section: libs
@@ -191,7 +191,7 @@
Homepage: http://www.boost.org/libs/program_options/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-program-options1.34.1 (= ${binary:Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-program-options1.35.0 (= ${binary:Version})
Description: program options library for C++
Part of the Boost C++ Libraries collection.
.
@@ -199,7 +199,7 @@
(name, value) pairs from the user, via conventional methods such as
command line and config file.
-Package: libboost-python1.34.1
+Package: libboost-python1.35.0
Homepage: http://www.boost.org/libs/python/
Architecture: any
Section: python
@@ -222,7 +222,7 @@
Homepage: http://www.boost.org/libs/python/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-python1.34.1 (= ${binary:Version}), python-dev
+Depends: libboost-dev (= ${binary:Version}), libboost-python1.35.0 (= ${binary:Version}), python-dev
Replaces: libboost-dev (<< 1.31.0-3)
Description: Boost.Python Library development files
Part of the Boost C++ Libraries collection.
@@ -242,7 +242,7 @@
versions of Python in Debian. Code using this library will need also
one of the Python development packages.
-Package: libboost-regex1.34.1
+Package: libboost-regex1.35.0
Homepage: http://www.boost.org/libs/regex/
Architecture: any
Section: libs
@@ -265,7 +265,7 @@
Homepage: http://www.boost.org/libs/regex/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-regex1.34.1 (= ${binary:Version}), libicu-dev
+Depends: libboost-dev (= ${binary:Version}), libboost-regex1.35.0 (= ${binary:Version}), libicu-dev
Description: regular expression library for C++
Part of the Boost C++ Libraries collection.
.
@@ -280,7 +280,7 @@
manner analogous to either sed or perl), something that traditional C
libraries can not do.
-Package: libboost-serialization1.34.1
+Package: libboost-serialization1.35.0
Homepage: http://www.boost.org/libs/serialization/
Architecture: any
Section: libs
@@ -303,7 +303,7 @@
Homepage: http://www.boost.org/libs/serialization/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-serialization1.34.1 (= ${binary:Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-serialization1.35.0 (= ${binary:Version})
Replaces: libboost-dev (<< 1.32.0-5)
Description: serialization library for C++
This is a partial list of provided functionalities:
@@ -319,7 +319,7 @@
C++ data structures to a sequence of bytes.
archive: to refer to a specific rendering of this stream of bytes.
-Package: libboost-signals1.34.1
+Package: libboost-signals1.35.0
Homepage: http://www.boost.org/libs/signals/
Architecture: any
Section: libs
@@ -337,7 +337,7 @@
Homepage: http://www.boost.org/libs/signals/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-signals1.34.1 (= ${binary:Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-signals1.35.0 (= ${binary:Version})
Description: managed signals and slots library for C++
Part of the Boost C++ Libraries collection.
.
@@ -347,7 +347,39 @@
targets or subscribers), which are called when the signal is
"emitted."
-Package: libboost-test1.34.1
+Package: libboost-system1.35.0
+Homepage: http://www.boost.org/libs/system/
+Architecture: any
+Section: libs
+Depends: ${shlibs:Depends}
+Description: Operating system (e.g. diagnostics support) library
+ Part of the Boost C++ Libraries collection.
+ .
+ The Boost System library provides simple, light-weight error_code
+ objects that encapsulate system-specific error code values, yet also
+ provide access to more abstract and portable error conditions via
+ error_condition objects. Because error_code objects can represent
+ errors from sources other than the operating system, including
+ user-defined sources, each error_code and error_condition has an
+ associated error_category.
+
+Package: libboost-system-dev
+Homepage: http://www.boost.org/libs/system/
+Architecture: any
+Section: libdevel
+Depends: libboost-dev (= ${binary:Version}), libboost-system1.35.0 (= ${binary:Version})
+Description: Operating system (e.g. diagnostics support) library
+ Part of the Boost C++ Libraries collection.
+ .
+ The Boost System library provides simple, light-weight error_code
+ objects that encapsulate system-specific error code values, yet also
+ provide access to more abstract and portable error conditions via
+ error_condition objects. Because error_code objects can represent
+ errors from sources other than the operating system, including
+ user-defined sources, each error_code and error_condition has an
+ associated error_category.
+
+Package: libboost-test1.35.0
Homepage: http://www.boost.org/libs/test/
Architecture: any
Section: libs
@@ -364,7 +396,7 @@
Homepage: http://www.boost.org/libs/test/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-test1.34.1 (= ${binary:Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-test1.35.0 (= ${binary:Version})
Replaces: libboost-dev (<< 1.30.0-1)
Description: components for writing and executing test suites
Part of the Boost C++ Libraries collection. The library contains
@@ -374,7 +406,7 @@
* Facilities to monitor program execution and produce error reports.
* Unit test framework to simplify writing test cases.
-Package: libboost-thread1.34.1
+Package: libboost-thread1.35.0
Homepage: http://www.boost.org/libs/thread/
Architecture: any
Section: libs
@@ -391,7 +423,7 @@
Homepage: http://www.boost.org/libs/thread/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-thread1.34.1 (= ${binary:Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-thread1.35.0 (= ${binary:Version})
Replaces: libboost-dev (<< 1.30.0-1)
Description: portable C++ multi-threading
Part of the Boost C++ Libraries collection.
@@ -401,7 +433,7 @@
own machine state including program instruction counter and
registers.
-Package: libboost-wave1.34.1
+Package: libboost-wave1.35.0
Homepage: http://www.boost.org/libs/wave/
Architecture: any
Section: libs
@@ -418,7 +450,7 @@
Homepage: http://www.boost.org/libs/wave/
Architecture: any
Section: libdevel
-Depends: libboost-dev (= ${binary:Version}), libboost-wave1.34.1 (= ${binary:Version}), libboost-filesystem-dev (= ${binary:Version})
+Depends: libboost-dev (= ${binary:Version}), libboost-wave1.35.0 (= ${binary:Version}), libboost-filesystem-dev (= ${binary:Version})
Replaces: libboost-dev (<< 1.33.0-2)
Description: C99/C++ preprocessor library
Part of the Boost C++ Libraries collection.
More information about the pkg-boost-commits
mailing list