Skip to content

Changelog libbloom (1.6-6)

2021

libbloom (1.6-6) unstable; urgency=medium

   * debian/patches:
     - Update patch 02 no to fail if there's no valgrind installed.

libbloom (1.6-5) unstable; urgency=medium

   * debian/control & debian/tests/control:
     - Add restrict of B-D for valgrind (Closes: #993614).
       Thanks to Adrian Bunk for raising this issue.
   * debian/patches:
     - Update patch 01 to output that the test is by shared library,
       not static one.
     - Update patch 02 to check valgrind command availability before
       invoking.

libbloom (1.6-4) unstable; urgency=medium

   * debian/patches:
     - Add a patch for autopkgtest, or CI pipeline:
         autopkgtest-Use-system-library-to-run-test.patch
       It uses system's include and library, and skip to build local
       library.
     - Add patch 02 to add verbose log of valgrind output.
   * debian/tests/upstream-test-suite:
     - Apply the patch above.
     - Use "make release_test" instead of "make test" to run the test.
   * debian/tests/control:
     - Install build-essential and library for the test.
   * debian/upstream/metadata:
     - Remove Homepage entry to make lintian happy.
   * debian/control & debian/tests/control:
     - In order to perform more tests, add to B-D: ploticus, valgrind
   * debian/rules:
     - Use "make release_test" for dh_auto_test.

2020

libbloom (1.6-3) unstable; urgency=medium

   * debian/control and debian/copyright:
     - Update to use my debian email.
     - Update URL of upstream.
   * debian/control:
     - Bump policy version to 4.5.0 (no change).
   * Add debian/upstream/metadata
   * debian/rules:
     - Clean up security hardening.
   * debian/libcorkipset1.symbols:
     - Add Build-Depends-Package as requested by lintian.

2019

libbloom (1.6-2) unstable; urgency=medium

   * Team upload.
   * debian/libbloom1.symbols: Add new symbol.
   * debian/control:
     + Bump debhelper compat to v12.
     + Bump Standards-Version to 4.4.1.

libbloom (1.6-1) unstable; urgency=medium

   * New upstream release: 1.6
     - Added a simple bloom_reset() function.
     - Performance boost on membership test if element not present.
     - Test cleanup and coverage.
   * debian/control:
     - Use tracker mail as maintainer address.
   * debian/patches:
     - Refresh patch: 0001

libbloom (1.5-5) unstable; urgency=medium

   [ Helmut Grohne ]
   * Fix FTCBFS: (Closes: #923264)
     + Let dh_auto_build pass cross tools to make.
     + Honour DEB_BUILD_OPTIONS=nocheck.
     + Fix host/target confusion.
     + Let dpkg's architecture.mk initialize DEB_HOST_MULTIARCH.

2018

libbloom (1.5-4) unstable; urgency=medium

   * debian/control:
     - Migrate Vcs-* from alioth to salsa.

2017

libbloom (1.5-3) unstable; urgency=medium

   * debian/debian/libbloom1.symbols:
     - Add symbols file for libbloom1.

libbloom (1.5-2) unstable; urgency=medium

   * debian/watch:
     - Update to match with the filename in pristine-tar.
   * debian/tests:
     - Add upstream test suite for autopkgtest.
   * debian/control:
     - Bump up Standards-Version to 4.1.1 (with autopkgtest above).

libbloom (1.5-1~bpo8+1) jessie-backports-sloppy; urgency=medium

   * Rebuild for jessie-backports-sloppy.

libbloom (1.5-1~bpo9+1) stretch-backports; urgency=medium

   * Rebuild for stretch-backports.

libbloom (1.5-1) unstable; urgency=medium

   * New upstream version 1.5 (Closes: #862769)
   * debian/patches:
     - Remove backported patches.
   * debian/copyright:
     - Update the copyright year.

libbloom (1.4-6) unstable; urgency=medium

   * Fix the typo of bug number in previous release (1.4-5).
   * debian/patches:
     - Amend previous patch (0004) that still FTBFS on Hurd.
       (Closes: #860506).

libbloom (1.4-5) unstable; urgency=medium

   * debian/patches:
     - Amend previous patch (0004) that FTBFS on buildd all ARCHs.
       (Closes: #860506, #862445).

libbloom (1.4-4) unstable; urgency=medium

   * debian/patches:
     - Add patch to extend RPATH setting to GNU/kFreeBSD and Hurd.
       Hopefully to fix FTBFS issue on the two platforms.

libbloom (1.4-3) unstable; urgency=medium

   * debian/copyright:
     - Move the paragraph of MIT/Expat license to the right position.
       Text copy of MIT/Expat license is from debmake package:
         /usr/share/debmake/extra4/Expat
   * debian/control:
     - Add collab-maint Vcs repo.
   * debian/rules:
     - Fix Multi-Arch triplet directory.
       Install library files into /usr/lib/${DEB_TARGET_MULTIARCH}
       directory, instead of /usr/lib/${DEB_TARGET_GNU_TYPE}.
       Should be the right triplet directory this time.
   * debian/watch:
     - Add a missing quotes mark after the equal mark. Now uscan
       command can work as expected.

libbloom (1.4-2) unstable; urgency=medium

   * debian/patches:
     - backport a patch from upstream to enable BITS setting.
   * debian/rules:
     - Set BITS=default when building/testing according to upstream's
       advice:
         https://github.com/jvirkki/libbloom/issues/6
       Apparently the BITS setting (-m32/-m64) is merely for solaris,
       so we simply ignore this in debian.

libbloom (1.4-1) unstable; urgency=low

   * Initial release (Closes: #858026).