bookkeeper 4.2.4-3 source package in Ubuntu
Changelog
bookkeeper (4.2.4-3) unstable; urgency=medium * Team upload. * Revert libnetty-3.9-java build-dep to libnetty-java. Tweak debian/maven.rules for netty 4.x. (Closes: #802061) -- tony mancill <email address hidden> Sun, 25 Oct 2015 10:57:24 -0700
Upload details
- Uploaded by:
- Debian Java Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Java Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
bookkeeper_4.2.4-3.dsc | 2.3 KiB | d988d908fb11fab9d629027649f86d5c525e1a44c42ac5dddc51f461196502bc |
bookkeeper_4.2.4.orig.tar.gz | 757.1 KiB | 4a7a6af278ec0745bbbddf25c8a922108837fd88a157555b99e07fe8628c1878 |
bookkeeper_4.2.4-3.debian.tar.xz | 3.4 KiB | 1548d3c75e197654d7ce962b2f0208dbb5f4cb059b57955de5f0dcaf01985a6c |
Available diffs
- diff from 4.2.4-2 to 4.2.4-3 (596 bytes)
No changes file available.
Binary packages built by this source
- libbookkeeper-java: Replicated log service
BookKeeper is a replicated log service which can be used to build replicated
state machines. A log contains a sequence of events which can be applied to
a state machine. BookKeeper guarantees that each replica state machine will
see all the same entries, in the same order.