1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236
|
libbloom (2.0-0.2) unstable; urgency=medium
* Non-maintainer upload.
* d/patches: add patch to fix build & tests on 32-bit platforms
* d/control: remove arch-is-64-bit from B-D
-- Shengqi Chen <harry-chen@outlook.com> Sun, 27 Oct 2024 00:44:43 +0800
libbloom (2.0-0.1) unstable; urgency=medium
* Non-maintainer upload.
* Upload to unstable.
-- Shengqi Chen <harry-chen@outlook.com> Fri, 25 Oct 2024 15:15:30 +0800
libbloom (2.0-0.1~exp1) experimental; urgency=medium
* New upstream version 2.0.
* d/patches: refresh
* d/patches: add Forwarded headers
* d/control: update compact level to 13, std-ver to 4.7.0
(no changes required)
* Bump SOVERSION to libbloom2 due to API removal
* Disable building on 32-bit arches due to upstream limit
* d/patches: add CPPFLAGS into CFLAGS to fix blhc issues
-- Shengqi Chen <harry-chen@outlook.com> Wed, 09 Oct 2024 00:48:08 +0800
libbloom (1.6-7) unstable; urgency=medium
* Team upload.
* debian/clean: Manually clean some generated files to fix package
build twice in a row. (Closes: #1048826, #1049748)
-- Boyuan Yang <byang@debian.org> Thu, 17 Aug 2023 16:32:07 -0400
libbloom (1.6-6) unstable; urgency=medium
* debian/patches:
- Update patch 02 no to fail if there's no valgrind installed.
-- Roger Shimizu <rosh@debian.org> Sun, 05 Sep 2021 20:08:52 +0900
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.
-- Roger Shimizu <rosh@debian.org> Sun, 05 Sep 2021 17:04:53 +0900
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.
-- Roger Shimizu <rosh@debian.org> Sat, 04 Sep 2021 00:26:06 +0900
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.
-- Roger Shimizu <rosh@debian.org> Wed, 20 May 2020 01:27:36 +0900
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.
-- Boyuan Yang <byang@debian.org> Sun, 13 Oct 2019 13:58:15 -0400
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
-- Roger Shimizu <rogershimizu@gmail.com> Sat, 17 Aug 2019 19:24:43 +0900
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.
-- Roger Shimizu <rogershimizu@gmail.com> Thu, 21 Mar 2019 14:14:36 +0900
libbloom (1.5-4) unstable; urgency=medium
* debian/control:
- Migrate Vcs-* from alioth to salsa.
-- Roger Shimizu <rogershimizu@gmail.com> Sun, 10 Jun 2018 18:17:46 +0900
libbloom (1.5-3) unstable; urgency=medium
* debian/debian/libbloom1.symbols:
- Add symbols file for libbloom1.
-- Roger Shimizu <rogershimizu@gmail.com> Sun, 22 Oct 2017 23:13:38 +0900
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).
-- Roger Shimizu <rogershimizu@gmail.com> Tue, 17 Oct 2017 23:58:51 +0900
libbloom (1.5-1~bpo8+1) jessie-backports-sloppy; urgency=medium
* Rebuild for jessie-backports-sloppy.
-- Roger Shimizu <rogershimizu@gmail.com> Wed, 05 Jul 2017 23:12:25 +0900
libbloom (1.5-1~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.
-- Roger Shimizu <rogershimizu@gmail.com> Fri, 30 Jun 2017 22:38:16 +0900
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.
-- Roger Shimizu <rogershimizu@gmail.com> Sat, 10 Jun 2017 00:50:27 +0900
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).
-- Roger Shimizu <rogershimizu@gmail.com> Tue, 16 May 2017 18:52:18 +0900
libbloom (1.4-5) unstable; urgency=medium
* debian/patches:
- Amend previous patch (0004) that FTBFS on buildd all ARCHs.
(Closes: #860506, #862445).
-- Roger Shimizu <rogershimizu@gmail.com> Sat, 13 May 2017 10:53:19 +0900
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.
-- Roger Shimizu <rogershimizu@gmail.com> Fri, 12 May 2017 23:39:46 +0900
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.
-- Roger Shimizu <rogershimizu@gmail.com> Fri, 21 Apr 2017 22:28:08 +0900
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.
-- Roger Shimizu <rogershimizu@gmail.com> Thu, 13 Apr 2017 01:22:07 +0900
libbloom (1.4-1) unstable; urgency=low
* Initial release (Closes: #858026).
-- Roger Shimizu <rogershimizu@gmail.com> Mon, 20 Mar 2017 17:09:44 +0900
|