Change logs for boost1.67 source package in Sid

  • boost1.67 (1.67.0-18) unstable; urgency=medium
    
      * Build-Depend on libicu-dev (<< 64), to prevent recompiling with recent
        versions of libicu, which would break dependencies which still use the
        unversioned libboost-regex1.67.0 dependency (closes: #960623).
      * Fix allocator usage in multi_array when targetting C++20 (closes:
        #958022).
    
     -- Giovanni Mascellani <email address hidden>  Sun, 17 May 2020 17:48:01 +0200
  • boost1.67 (1.67.0-17) unstable; urgency=medium
    
      * Expose Python version information in dependencies to Python packages, so
        that removing a supported Python version does not result in silently
        broken reverse dependencies (closes: #948273). Thanks to Andreas Beckmann
        for the patch.
    
     -- Giovanni Mascellani <email address hidden>  Tue, 07 Jan 2020 13:13:25 +0100
  • boost1.67 (1.67.0-16.1) unstable; urgency=high
    
      * Non-maintainer upload.
      * Revert the Python 2 removal, this requires a package rename
        that will happen with the transition to 1.71. (Closes: #945840)
    
     -- Adrian Bunk <email address hidden>  Mon, 06 Jan 2020 14:28:23 +0200
  • boost1.67 (1.67.0-16) unstable; urgency=medium
    
      [ Giovanni Mascellani ]
      * Update branch in Vcs-Git and gbp.conf.
      * Patch undefined behaviour leading to crashing libboost-numpy (closes:
        #945987).
    
      [ Dimitri John Ledkov ]
      * Actually fix python test case using correct CMake syntax.
    
     -- Dimitri John Ledkov <email address hidden>  Wed, 11 Dec 2019 14:00:23 +0000
  • boost1.67 (1.67.0-15) unstable; urgency=medium
    
      [ Matthias Klose ]
      * Allow stderr in autopkgtests
    
      [ Dimitri John Ledkov ]
      * Port boost-python autopkgtest to python3
      * Port mpi-python tests
      * Switch autopkgtest deps to python3
    
     -- Dimitri John Ledkov <email address hidden>  Fri, 29 Nov 2019 00:47:48 +0000
  • boost1.67 (1.67.0-14) unstable; urgency=medium
    
      [ Dimitri John Ledkov ]
      * Remove myself from uploaders.
      * Provide and Encode icuabi in libboost-regex shlibdeps. This de-couples
        boost & icu transitions.
      * Drop py2 builds. (Closes: #936227)
      * Drop Debian-only compat py library symlinks. (Closes: #914513)
    
      [ Giovanni Mascellani ]
      * Add -contract as dependency of -dev-all.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 28 Nov 2019 07:17:15 +0000
  • boost1.67 (1.67.0-13) unstable; urgency=medium
    
      * [c573257] Fix FTBFS in boost.compute with GCC-8. (Closes: #921247)
      * [086d453] Trim trailing whitespace.
      * [d21d6e3] Use secure URI in Homepage field.
      * [957aa8b] Bump debhelper from old 9 to 10.
    
     -- Anton Gladky <email address hidden>  Mon, 04 Feb 2019 15:25:45 +0100
  • boost1.67 (1.67.0-12) unstable; urgency=medium
    
      * Add patch to fix FTBFS of package bali-phy on ppc64* (closes: #903665).
      * Ignore file .gitlab-ci.yml when creating the source package.
      * Expose supported Python version as virtual packages, so that reverse
        dependencies can depend on the right package (closes: #911625).
      * Work around broken architecture detection under x32.
    
     -- Giovanni Mascellani <email address hidden>  Wed, 23 Jan 2019 12:14:16 +0100
  • boost1.67 (1.67.0-11) unstable; urgency=medium
    
      [ Giovanni Mascellani ]
      * Split debian/rules into arch and indep rules, so that arch-independent
        packages are not uselessly built when arch-dependent packages are
        requested and viceversa (closes: #914053).
        + This should also fix some intermittent FTBFS (closes: #913709).
      * Backport patch to fix build on kFreeBSD (closes: #913710).
      * Quit quickly if compilation fails, in order to save on CPU cycles
        and produce easier-to-read build logs.
    
      [ Dimitri John Ledkov ]
      * Cherrypick predef upstream patch to correctly detect BOOST_OS_LINUX
        using __linux__ define (closes: #914688).
    
      [ Giovanni Mascellani ]
      * Replace other appearances of __linux with __linux__.
    
     -- Giovanni Mascellani <email address hidden>  Fri, 30 Nov 2018 18:12:49 +0100
  • boost1.67 (1.67.0-10) unstable; urgency=medium
    
      [ Giovanni Mascellani ]
      * Rebuild against icu 63.
        + Add shlibs versioning information and breakages so that reverse
          dependencies are rebuilt appropriately.
      * Fail on errors happening inside bash for loops (closes: #912910).
    
      [ Dimitri John Ledkov ]
      * Add breaks on nheko in unstable.
    
     -- Dimitri John Ledkov <email address hidden>  Tue, 13 Nov 2018 12:47:47 +0000
  • boost1.67 (1.67.0-9) unstable; urgency=medium
    
      * Drop rtupdate logic for python2, it was never ported to python3 and
        upstream has moved onto co-installable names anyway. Also python2
        default is not going change ever again.
      * Include patch to unbreak mongo testsuite with boost 1.67 program
        options.
    
     -- Dimitri John Ledkov <email address hidden>  Thu, 01 Nov 2018 17:19:30 +0000
  • boost1.67 (1.67.0-8) unstable; urgency=medium
    
      [ Ondřej Nový ]
      * d/rules: Remove trailing whitespaces
      * d/watch: Use https protocol
    
      [ Giovanni Mascellani ]
      * Add a missing #include line.
    
     -- Giovanni Mascellani <email address hidden>  Fri, 26 Oct 2018 17:22:09 +0200
  • boost1.67 (1.67.0-7) unstable; urgency=medium
    
      * [99c7ebf] Remove dependency on libstdc++(-4.8|)-dev. (Closes: #908737)
    
     -- Anton Gladky <email address hidden>  Thu, 13 Sep 2018 20:57:27 +0200
  • boost1.67 (1.67.0-6) unstable; urgency=medium
    
      * [d7d1d71] Add missing dependency in container-test
    
     -- Anton Gladky <email address hidden>  Thu, 02 Aug 2018 17:36:08 +0200
  • boost1.67 (1.67.0-5) unstable; urgency=medium
    
      * [62204f4] Add missing dependencies for tests
    
     -- Anton Gladky <email address hidden>  Wed, 01 Aug 2018 19:17:49 +0200
  • boost1.67 (1.67.0-4) unstable; urgency=medium
    
      [ Anton Gladky ]
      * [ca43632] Add autopkkgtest for boost-container
      * [de56556] Add autopkkgtest for boost-coroutine
      * [2a45bdf] Add autopkkgtest for boost-stacktrace
    
      [ Giovanni Mascellani ]
      * [75b7d7e] Fix dependency of libboost-numpy1.67-dev (closes: #905056).
    
     -- Anton Gladky <email address hidden>  Tue, 31 Jul 2018 23:02:17 +0200
  • boost1.67 (1.67.0-3) unstable; urgency=medium
    
      * [4675688] Add graphviz into the Build-Depends-Indep
      * [5d193b8] Do not fail during copy on arch-indep build. (Closes: #904484)
    
     -- Anton Gladky <email address hidden>  Wed, 25 Jul 2018 22:38:55 +0200
  • boost1.67 (1.67.0-2) unstable; urgency=medium
    
      * Add myself to uploaders
      * Add basic autopkgtests
    
     -- Anton Gladky <email address hidden>  Fri, 20 Jul 2018 19:05:19 +0200
  • boost1.67 (1.67.0-1) unstable; urgency=medium
    
      [ Dimitri John Ledkov ]
      * coroutine2 is no longer excludable library, adjust debian/rules.
      * Cherrypick upstream patch to fix python module_init symbol visibility.
      * Further fixup boost-mpi-python library tag.
      * Correct mpi python extension suffix, as per PEP-3149.
      * Use separate stagedirs for sub-builds
      * Stop using pyid, which is now meant for python variants only
        (e.g. debug)
      * Switch to the new upstream python tags for python like libraries.
      * Continue to provide old names, as compat symlinks in the -dev packages
        only. This is to be dropped.
      * Add myself as uploader.
    
      [ Giovanni Mascellani ]
      * New upstream release.
      * Add myself as uploader.
      * Enable hardening flags.
      * Rewrite debian/copyright in better detail.
    
     -- Dimitri John Ledkov 🌈 <email address hidden>  Thu, 05 Jul 2018 12:03:59 +0100