* 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).