[pkg-boost-commits] r14989 - in /boost-defaults/trunk/debian: changelog control create-boost-defaults-control.py
xnox at users.alioth.debian.org
xnox at users.alioth.debian.org
Thu Aug 4 13:16:38 UTC 2016
Author: xnox
Date: Thu Aug 4 13:16:37 2016
New Revision: 14989
URL: http://svn.debian.org/wsvn/pkg-boost/?sc=1&rev=14989
Log:
* Import NMU into svn, thanks doko.
* Drop adding g++-5 dependencies to meta-packages, no longer needed for
the safer c++11 abi migration. Closes: #814810, #814808.
* Regenerate control using updated python script.
* Non-maintainer upload.
* Default to 1.61.0.
* Bump standards version.
Modified:
boost-defaults/trunk/debian/changelog
boost-defaults/trunk/debian/control
boost-defaults/trunk/debian/create-boost-defaults-control.py
Modified: boost-defaults/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-boost/boost-defaults/trunk/debian/changelog?rev=14989&op=diff
==============================================================================
--- boost-defaults/trunk/debian/changelog (original)
+++ boost-defaults/trunk/debian/changelog Thu Aug 4 13:16:37 2016
@@ -1,3 +1,20 @@
+boost-defaults (1.61.0.2) UNRELEASED; urgency=high
+
+ * Import NMU into svn, thanks doko.
+ * Drop adding g++-5 dependencies to meta-packages, no longer needed for
+ the safer c++11 abi migration. Closes: #814810, #814808.
+ * Regenerate control using updated python script.
+
+ -- Dimitri John Ledkov <xnox at ubuntu.com> Thu, 04 Aug 2016 14:07:29 +0100
+
+boost-defaults (1.61.0.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Default to 1.61.0.
+ * Bump standards version.
+
+ -- Matthias Klose <doko at debian.org> Wed, 03 Aug 2016 22:05:47 +0200
+
boost-defaults (1.60.0.1) unstable; urgency=medium
* Set defaults to 1.60.
Modified: boost-defaults/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-boost/boost-defaults/trunk/debian/control?rev=14989&op=diff
==============================================================================
--- boost-defaults/trunk/debian/control (original)
+++ boost-defaults/trunk/debian/control Thu Aug 4 13:16:37 2016
@@ -4,15 +4,15 @@
Priority: optional
Maintainer: Debian Boost Team <pkg-boost-devel at lists.alioth.debian.org>
Uploaders: Steve M. Robbins <smr at debian.org>
-Build-Depends: debhelper (>= 9), libboost1.60-dev (>= 1.60.0)
-Standards-Version: 3.9.7
+Build-Depends: debhelper (>= 9), libboost1.61-dev (>= 1.61.0)
+Standards-Version: 3.9.8
Package: libboost-dbg
Architecture: any
Multi-Arch: same
Section: debug
Priority: extra
-Depends: libboost-dev (= ${binary:Version}), g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost1.60-dbg
+Depends: libboost-dev (= ${binary:Version}), ${misc:Depends}, libboost1.61-dbg
Description: Boost C++ Libraries with debug symbols (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -20,13 +20,13 @@
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.60).
+ Boost version (currently 1.61).
Package: libboost-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost1.60-dev
+Depends: ${misc:Depends}, libboost1.61-dev
Suggests: libboost-doc
Description: Boost C++ Libraries development files (default version)
The Boost web site provides free, peer-reviewed, portable C++ source
@@ -49,13 +49,13 @@
thread, timer, and wave.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-tools-dev
Architecture: any
Multi-Arch: foreign
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost1.60-tools-dev
+Depends: ${misc:Depends}, libboost1.61-tools-dev
Description: Boost C++ Libraries development tools (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++
@@ -69,7 +69,7 @@
inspect, boostbook and quickbook.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-all-dev
Architecture: any
@@ -116,13 +116,13 @@
including all separately-packaged libraries.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-doc
Homepage: http://www.boost.org/libs/
Architecture: all
Section: doc
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost1.60-doc
+Depends: ${misc:Depends}, libboost1.61-doc
Description: Boost.org 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++
@@ -137,14 +137,14 @@
so it is suggested to install the latter as well.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-atomic-dev
Homepage: http://www.boost.org/libs/atomic/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-atomic1.60-dev
+Depends: ${misc:Depends}, libboost-atomic1.61-dev
Description: atomic data types, operations, and memory ordering constraints (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -164,14 +164,14 @@
locking.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-chrono-dev
Homepage: http://www.boost.org/libs/chrono/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-chrono1.60-dev
+Depends: ${misc:Depends}, libboost-chrono1.61-dev
Description: C++ representation of time duration, time point, and clocks (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -211,14 +211,14 @@
time_point to permit using emulated auto with C++03 compilers.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-context-dev
Homepage: http://www.boost.org/libs/context/
Architecture: any-i386 any-amd64 armel armhf arm64 mips mipsel powerpc ppc64el
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-context1.60-dev
+Depends: ${misc:Depends}, libboost-context1.61-dev
Description: provides a sort of cooperative multitasking on a single thread (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -233,14 +233,14 @@
to C# keyword yield in C++.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-coroutine-dev
Homepage: http://www.boost.org/libs/coroutine/
Architecture: any-i386 any-amd64 armel armhf arm64 mips mipsel powerpc ppc64el
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-coroutine1.60-dev
+Depends: ${misc:Depends}, libboost-coroutine1.61-dev
Description: provides a sort of cooperative multitasking on a single thread (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -260,14 +260,14 @@
The implementation uses Boost.Context for context switching.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-date-time-dev
Homepage: http://www.boost.org/libs/date_time/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-date-time1.60-dev
+Depends: ${misc:Depends}, libboost-date-time1.61-dev
Description: set of date-time libraries based on generic programming concepts (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -275,14 +275,14 @@
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.60).
+ Boost version (currently 1.61).
Package: libboost-exception-dev
Homepage: http://www.boost.org/libs/exception/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-exception1.60-dev
+Depends: ${misc:Depends}, libboost-exception1.61-dev
Description: library to help write exceptions and handlers (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -291,14 +291,14 @@
reporting code.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-filesystem-dev
Homepage: http://boost.org/libs/filesystem/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-filesystem1.60-dev
+Depends: ${misc:Depends}, libboost-filesystem1.61-dev
Description: filesystem operations (portable paths, iteration over directories, etc) in C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -307,14 +307,14 @@
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.60).
+ Boost version (currently 1.61).
Package: libboost-graph-dev
Homepage: http://www.boost.org/libs/graph/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-graph1.60-dev
+Depends: ${misc:Depends}, libboost-graph1.61-dev
Description: generic graph components and algorithms in C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -325,13 +325,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.60).
+ Boost version (currently 1.61).
Package: libboost-graph-parallel-dev
Homepage: http://www.boost.org/libs/graph_parallel/
Architecture: any
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-graph-parallel1.60-dev
+Depends: ${misc:Depends}, libboost-graph-parallel1.61-dev
Description: generic graph components and algorithms in C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -343,14 +343,14 @@
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.60).
+ Boost version (currently 1.61).
Package: libboost-iostreams-dev
Homepage: http://www.boost.org/libs/iostreams/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-iostreams1.60-dev
+Depends: ${misc:Depends}, libboost-iostreams1.61-dev
Description: Boost.Iostreams Library development files (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -359,14 +359,14 @@
and stream buffers.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-locale-dev
Homepage: http://www.boost.org/libs/math/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-locale1.60-dev
+Depends: ${misc:Depends}, libboost-locale1.61-dev
Description: C++ facilities for localization (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -391,13 +391,13 @@
* Experimental support for C++0x char16_t and char32_t strings and streams.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-log-dev
Homepage: http://www.boost.org/libs/log/
Architecture: any
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-log1.60-dev
+Depends: ${misc:Depends}, libboost-log1.61-dev
Description: C++ logging library (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -414,14 +414,14 @@
the user's application as possible.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-math-dev
Homepage: http://www.boost.org/libs/math/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-math1.60-dev
+Depends: ${misc:Depends}, libboost-math1.61-dev
Description: Boost.Math Library development files (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -437,13 +437,13 @@
mathematical special functions.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-mpi-dev
Homepage: http://www.boost.org/doc/html/mpi.html
Architecture: any
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-mpi1.60-dev
+Depends: ${misc:Depends}, libboost-mpi1.61-dev
Description: C++ interface to the Message Passing Interface (MPI) (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -454,13 +454,13 @@
techniques to maintain maximal efficiency.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-mpi-python-dev
Homepage: http://www.boost.org/doc/html/mpi/python.html
Architecture: any
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-mpi-python1.60-dev
+Depends: ${misc:Depends}, libboost-mpi-python1.61-dev
Description: C++ interface to the Message Passing Interface (MPI), Python Bindings (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -473,14 +473,14 @@
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.60).
+ Boost version (currently 1.61).
Package: libboost-program-options-dev
Homepage: http://www.boost.org/libs/program_options/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-program-options1.60-dev
+Depends: ${misc:Depends}, libboost-program-options1.61-dev
Description: program options library for C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -489,13 +489,13 @@
command line and config file.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-python-dev
Homepage: http://www.boost.org/libs/python/
Architecture: any
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-python1.60-dev
+Depends: ${misc:Depends}, libboost-python1.61-dev
Description: Boost.Python Library development files (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -520,14 +520,14 @@
one of the Python development packages.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-random-dev
Homepage: http://www.boost.org/libs/random/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-random1.60-dev
+Depends: ${misc:Depends}, libboost-random1.61-dev
Description: Boost Random Number Library (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -536,14 +536,14 @@
having useful properties, such as uniform distribution.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-regex-dev
Homepage: http://www.boost.org/libs/regex/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-regex1.60-dev
+Depends: ${misc:Depends}, libboost-regex1.61-dev
Description: regular expression library for C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -559,14 +559,14 @@
libraries can not do.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-serialization-dev
Homepage: http://www.boost.org/libs/serialization/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-serialization1.60-dev
+Depends: ${misc:Depends}, libboost-serialization1.61-dev
Description: serialization library for C++ (default version)
This package forms part of the Boost C++ Libraries collection,
containing the following functionalities:
@@ -583,14 +583,14 @@
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.60).
+ Boost version (currently 1.61).
Package: libboost-signals-dev
Homepage: http://www.boost.org/libs/signals/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-signals1.60-dev
+Depends: ${misc:Depends}, libboost-signals1.61-dev
Description: managed signals and slots library for C++ (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -601,14 +601,14 @@
"emitted."
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-system-dev
Homepage: http://www.boost.org/libs/system/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-system1.60-dev
+Depends: ${misc:Depends}, libboost-system1.61-dev
Description: Operating system (e.g. diagnostics support) library (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -621,14 +621,14 @@
associated error_category.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-test-dev
Homepage: http://www.boost.org/libs/test/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-test1.60-dev
+Depends: ${misc:Depends}, libboost-test1.61-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.
@@ -638,14 +638,14 @@
* Unit test framework to simplify writing test cases.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-thread-dev
Homepage: http://www.boost.org/libs/thread/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-thread1.60-dev
+Depends: ${misc:Depends}, libboost-thread1.61-dev
Description: portable C++ multi-threading (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -655,14 +655,14 @@
registers.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-timer-dev
Homepage: http://www.boost.org/libs/timer/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-timer1.60-dev
+Depends: ${misc:Depends}, libboost-timer1.61-dev
Description: C++ wall clock and CPU process timers (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -676,14 +676,14 @@
auto_cpu_timer object is destroyed.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-type-erasure-dev
Homepage: http://www.boost.org/doc/libs/1_60_0/doc/html/boost_typeerasure.html
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-type-erasure1.60-dev
+Depends: ${misc:Depends}, libboost-type-erasure1.61-dev
Description: C++ runtime polymorphism based on concepts (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -693,14 +693,14 @@
runtime flexibility of virtual functions.
.
This package is a dependency package, which depends on Debian's default
- Boost version (currently 1.60).
+ Boost version (currently 1.61).
Package: libboost-wave-dev
Homepage: http://www.boost.org/libs/wave/
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, libboost-wave1.60-dev
+Depends: ${misc:Depends}, libboost-wave1.61-dev
Description: C99/C++ preprocessor library (default version)
This package forms part of the Boost C++ Libraries collection.
.
@@ -710,4 +710,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.60).
+ Boost version (currently 1.61).
Modified: boost-defaults/trunk/debian/create-boost-defaults-control.py
URL: http://svn.debian.org/wsvn/pkg-boost/boost-defaults/trunk/debian/create-boost-defaults-control.py?rev=14989&op=diff
==============================================================================
--- boost-defaults/trunk/debian/create-boost-defaults-control.py (original)
+++ boost-defaults/trunk/debian/create-boost-defaults-control.py Thu Aug 4 13:16:37 2016
@@ -70,7 +70,7 @@
def dependsLibDev(p, versionedName):
'''Set package Depends for a library -dev package.'''
- return 'g++ (>= 4:5-0), g++-5 (>= 5.2.1-11), libstdc++-5-dev (>= 5.2.1-11), ${misc:Depends}, ' + versionedName
+ return '${misc:Depends}, ' + versionedName
def dependsDbg(p, versionedName):
'''Set package Depends for libboost-dbg.'''
More information about the pkg-boost-commits
mailing list