diff -Nru boost1.58-1.58.0+dfsg/debian/changelog boost1.58-1.58.0+dfsg/debian/changelog --- boost1.58-1.58.0+dfsg/debian/changelog 2016-06-09 18:51:21.000000000 +0000 +++ boost1.58-1.58.0+dfsg/debian/changelog 2016-08-14 21:50:43.000000000 +0000 @@ -1,3 +1,10 @@ +boost1.58 (1.58.0+dfsg-5.1+rpi1) stretch-staging; urgency=medium + + * Force build with g++-5 (since the package FTBFS with g++-6) + * Fix clean target. + + -- Peter Michael Green Sun, 14 Aug 2016 21:50:43 +0000 + boost1.58 (1.58.0+dfsg-5.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru boost1.58-1.58.0+dfsg/debian/libboost1.58-dev.examples boost1.58-1.58.0+dfsg/debian/libboost1.58-dev.examples --- boost1.58-1.58.0+dfsg/debian/libboost1.58-dev.examples 1970-01-01 00:00:00.000000000 +0000 +++ boost1.58-1.58.0+dfsg/debian/libboost1.58-dev.examples 2016-08-14 21:50:43.000000000 +0000 @@ -0,0 +1 @@ +libs/random/src/random_device.cpp diff -Nru boost1.58-1.58.0+dfsg/debian/libboost1.58-doc.doc-base boost1.58-1.58.0+dfsg/debian/libboost1.58-doc.doc-base --- boost1.58-1.58.0+dfsg/debian/libboost1.58-doc.doc-base 1970-01-01 00:00:00.000000000 +0000 +++ boost1.58-1.58.0+dfsg/debian/libboost1.58-doc.doc-base 2016-08-14 21:50:43.000000000 +0000 @@ -0,0 +1,16 @@ +Document: boost +Title: Boost C++ Libraries +Author: The Boost.org collaboration +Abstract: 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. +Section: Programming/C++ + +Format: HTML +Index: /usr/share/doc/libboost1.58-doc/HTML/index.htm +Files: /usr/share/doc/libboost1.58-doc/HTML/* diff -Nru boost1.58-1.58.0+dfsg/debian/libboost1.58-doc.README.Debian boost1.58-1.58.0+dfsg/debian/libboost1.58-doc.README.Debian --- boost1.58-1.58.0+dfsg/debian/libboost1.58-doc.README.Debian 1970-01-01 00:00:00.000000000 +0000 +++ boost1.58-1.58.0+dfsg/debian/libboost1.58-doc.README.Debian 2016-08-14 21:50:43.000000000 +0000 @@ -0,0 +1,13 @@ + Building Boost.Python Examples + ------------------------------ + +1. Ensure the package libboostX.YZ-dev is installed (provides bjam). + +2. Copy the contents of examples/libs/python/example elsewhere before +attempting to build, since the build creates files inside the example +directory. + +3. Change to the directory created in step 2, then "bjam test". + + + -- Steve M. Robbins , Thu, 11 Aug 2011 22:57:55 -0500 diff -Nru boost1.58-1.58.0+dfsg/debian/libboost-doc.doc-base boost1.58-1.58.0+dfsg/debian/libboost-doc.doc-base --- boost1.58-1.58.0+dfsg/debian/libboost-doc.doc-base 1970-01-01 00:00:00.000000000 +0000 +++ boost1.58-1.58.0+dfsg/debian/libboost-doc.doc-base 2016-08-14 21:50:43.000000000 +0000 @@ -0,0 +1,16 @@ +Document: boost +Title: Boost C++ Libraries +Author: The Boost.org collaboration +Abstract: 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. +Section: Programming/C++ + +Format: HTML +Index: /usr/share/doc/libboost1.58-doc/HTML/index.htm +Files: /usr/share/doc/libboost1.58-doc/HTML/* diff -Nru boost1.58-1.58.0+dfsg/debian/libboost-python1.58-dev.README.Debian boost1.58-1.58.0+dfsg/debian/libboost-python1.58-dev.README.Debian --- boost1.58-1.58.0+dfsg/debian/libboost-python1.58-dev.README.Debian 1970-01-01 00:00:00.000000000 +0000 +++ boost1.58-1.58.0+dfsg/debian/libboost-python1.58-dev.README.Debian 2016-08-14 21:50:43.000000000 +0000 @@ -0,0 +1,31 @@ + Multiple Python Runtime Support + ------------------------------- + +The Debian Boost.Python packages support python versions: 2.4, 2.5. + +This is achieved by decorating the library names with the python +version. You can choose either to use Boost.Python with a specific +Python version, or use the default Python version. + + + Choosing the default Python + --------------------------- + +You may simply link with -lboost_python. This will always be the +default python version. + +These default symlinks are automatically updated when the Python +runtime version changes. + + + Choosing a specific Python Version + ---------------------------------- + +The library names are suffixed by "-py24" and "-py25", allowing you to +select the specific Python version desired. This holds true +for both the upstream names and the simplified Debian names. + +So link against -lboost_python-py24 for Python 2.4. + + + -- Steve M. Robbins , Mon, 16 Feb 2009 16:04:22 z diff -Nru boost1.58-1.58.0+dfsg/debian/rules boost1.58-1.58.0+dfsg/debian/rules --- boost1.58-1.58.0+dfsg/debian/rules 2016-06-09 17:15:55.000000000 +0000 +++ boost1.58-1.58.0+dfsg/debian/rules 2016-08-14 21:50:43.000000000 +0000 @@ -94,6 +94,10 @@ ifeq ($(JUST_MPI),yes) sed -i "s/mpi-default-dev,/mpi-default-dev, libboost-serialization$(PKGVERSION)-dev, libboost-python$(PKGVERSION)-dev,/" debian/control endif + rm -f b2 bjam bootstrap.log project-config.jam + rm -rf libs/config/checks/architecture/bin + rm -rf tools/build/src/engine/bin.* + rm -rf tools/build/src/engine/bootstrap dh_auto_clean override_dh_compress: @@ -293,7 +297,7 @@ ) \ ) -TOOLSET_CONFIG = 'using gcc : : : "$(CPPFLAGS)" "$(CFLAGS)" "$(CXXFLAGS) -Wno-unused-local-typedefs" "$(LDFLAGS)" ;' +TOOLSET_CONFIG = 'using gcc : : $(DEB_HOST_GNU_TYPE)-g++-5 : "$(CPPFLAGS)" "$(CFLAGS)" "$(CXXFLAGS) -Wno-unused-local-typedefs" "$(LDFLAGS)" ;' BUILD_CONTEXT = yes BUILD_LONG_DOUBLE = yes