Source: zookeeper Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page , tony mancill Build-Depends: ant (>= 1.6.0), ant-optional, autoconf, automake, default-jdk (>= 2:1.6), default-jdk-doc, dh-python, help2man, ivy-debian-helper, javacc, javahelper (>= 0.28), junit4, libapacheds-java, libboost-dev, libcppunit-dev, libcommons-collections3-java, libcommons-io-java, libjline-java, liblog4cxx-dev, liblog4j1.2-java (>> 1.2.15-8), libmockito-java, libslf4j-java, libtool, libxerces2-java, libxml2-dev, maven-repo-helper, pkg-config, procps, python3-all-dev, debhelper-compat (= 12) Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/java-team/zookeeper.git Vcs-Browser: https://salsa.debian.org/java-team/zookeeper Homepage: https://zookeeper.apache.org Rules-Requires-Root: no Package: libzookeeper-java Architecture: all Depends: libjline-java, liblog4j1.2-java (>> 1.2.15-8), 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: 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: python3-zookeeper Architecture: any Section: python X-Python3-Version: ${python3:Versions} Depends: libzookeeper-mt2 (= ${binary:Version}), ${misc:Depends}, ${python3: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.