File: control

package info (click to toggle)
bookkeeper 4.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, stretch
  • size: 4,488 kB
  • sloc: java: 49,186; sh: 1,794; xml: 1,529; python: 520; makefile: 6
file content (38 lines) | stat: -rw-r--r-- 1,539 bytes parent folder | download
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
Source: bookkeeper
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: debhelper (>= 10),
               default-jdk,
               junit4,
               libcommons-cli-java,
               libcommons-codec-java,
               libcommons-collections3-java,
               libcommons-configuration-java,
               libcommons-io-java,
               libguava-java (>= 18.0-4~),
               libjna-java,
               liblog4j1.2-java (>= 1.2.15),
               libmaven-antrun-plugin-java,
               libmaven-dependency-plugin-java,
               libnetty-java (>= 1:4~),
               libprotobuf-java,
               libslf4j-java,
               libzookeeper-java (>= 3.4.6-5~),
               maven-debian-helper (>= 1.5),
               protobuf-compiler
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/bookkeeper.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/bookkeeper.git
Homepage: http://bookkeeper.apache.org

Package: libbookkeeper-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Suggests: ${maven:OptionalDepends}
Description: 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.