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
|
Source: zookeeper
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: James Page <james.page@ubuntu.com>
Build-Depends:
ant (>= 1.6.0),
ant-optional,
autoconf,
automake,
debhelper (>= 9~),
default-jdk (>= 2:1.6),
default-jdk-doc,
dh-python,
dh-systemd,
help2man,
ivy-debian-helper,
javacc,
javahelper (>= 0.28),
junit4,
libboost-dev,
libcppunit-dev,
libjline-java,
liblog4cxx-dev,
liblog4j1.2-java (>> 1.2.15-8),
libmockito-java,
libnetty-3.9-java,
libslf4j-java,
libtool,
libxerces2-java,
libxml2-dev,
maven-repo-helper,
procps,
python-all-dev (>= 2.6.6-3~)
X-Python-Version: >= 2.6
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-java/zookeeper.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/zookeeper.git
Homepage: http://zookeeper.apache.org
Package: libzookeeper-java
Architecture: all
Depends:
libjline-java,
liblog4j1.2-java (>> 1.2.15-8),
libnetty-3.9-java,
libslf4j-java,
libxerces2-java,
${misc:Depends}
Suggests: libzookeeper-java-doc
Description: Core Java libraries for zookeeper
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains the java .jar files.
Package: zookeeper
Architecture: all
Depends:
adduser,
default-jre-headless | java6-runtime-headless,
libzookeeper-java (= ${binary:Version}),
${misc:Depends}
Description: High-performance coordination service for distributed applications
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains the shell scripts and an example configuration but does
not automatically start up the service. The example configuration is installed
with the update-alternatives mechanism.
Package: zookeeperd
Architecture: all
Depends: lsb-base (>= 3.2-14), zookeeper (= ${binary:Version}), ${misc:Depends}
Description: Init control scripts for zookeeper
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains init.d scripts to start and stop zookeeper and starts
zookeeper on installation.
Package: libzookeeper-java-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}
Description: API Documentation for zookeeper
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
Package: libzookeeper-mt2
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Multi threaded C bindings for zookeeper
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains the multi-threaded libraries for the C bindings.
Package: libzookeeper-st2
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Single threaded C bindings for zookeeper
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains the single-threaded libraries for the C bindings.
Package: libzookeeper2
Architecture: any
Priority: extra
Section: oldlibs
Depends: libzookeeper-mt2 (= ${binary:Version}), ${misc:Depends}
Description: C bindings for zookeeper - transitional package
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
Transitional package for renaming of libzookeeper2 -> libzookeeper-mt2.
Package: libzookeeper-mt-dev
Architecture: any
Section: libdevel
Replaces: libzookeeper-dev
Provides: libzookeeper-dev
Depends:
libzookeeper-mt2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts: libzookeeper-dev
Description: Development files for multi threaded zookeeper C bindings
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains the development files for the multi threaded C bindings.
Package: libzookeeper-st-dev
Architecture: any
Section: libdevel
Replaces: libzookeeper-dev
Provides: libzookeeper-dev
Depends:
libzookeeper-st2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Conflicts: libzookeeper-dev
Description: Development files for single threaded zookeeper C bindings
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains the development files for the single threaded C bindings.
Package: zookeeper-bin
Architecture: any
Section: misc
Depends:
libzookeeper-mt2 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Command line utilities for zookeeper
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains additional zookeeper command line utilities using the C
binding. See the "zookeeper" package for command line utilities using the java
binding.
Package: python-zookeeper
Architecture: any
Section: python
XB-Python-Version: ${python:Versions}
Depends:
libzookeeper-mt2 (= ${binary:Version}),
${misc:Depends},
${python:Depends},
${shlibs:Depends}
Description: Python bindings for zookeeper
ZooKeeper is a centralized, reliable, service for maintaining configuration
information, naming, providing distributed synchronization, and group
services. All of these kinds of services are used in some form or another by
distributed applications.
.
This package contains the Python bindings.
|