* debian/patches:
- Update patch 02 no to fail if there's no valgrind installed.
* 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.
* 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.
* 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.
* Team upload.
* debian/libbloom1.symbols: Add new symbol.
* debian/control:
+ Bump debhelper compat to v12.
+ Bump Standards-Version to 4.4.1.
* 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
[ 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.
* debian/control:
- Migrate Vcs-* from alioth to salsa.
* debian/debian/libbloom1.symbols:
- Add symbols file for libbloom1.
* 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).
* Rebuild for jessie-backports-sloppy.
* Rebuild for stretch-backports.
* New upstream version 1.5 (Closes: #862769)
* debian/patches:
- Remove backported patches.
* debian/copyright:
- Update the copyright year.
* 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).
* debian/patches:
- Amend previous patch (0004) that FTBFS on buildd all ARCHs.
(Closes: #860506, #862445).
* debian/patches:
- Add patch to extend RPATH setting to GNU/kFreeBSD and Hurd.
Hopefully to fix FTBFS issue on the two platforms.
* 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.
* 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.
* Initial release (Closes: #858026).