Source: zookeeper Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: James Page , tony mancill Build-Depends: autoconf, automake, default-jdk, default-jdk-doc, dh-python, help2man, javacc, javahelper, junit5, libasm-java, libbcpkix-java, libbcprov-java, libboost-dev, libbuild-helper-maven-plugin-java, libcommons-cli-java, libcommons-collections4-java, libcommons-io-java, libcppunit-dev, libdropwizard-metrics-java, libexec-maven-plugin-java, libfindbugs-annotations-java, libhamcrest-java, libjackson2-databind-java, libjaxrs-api-java, libjersey1-client-java, libjersey1-core-java, libjersey1-json-java, libjersey1-server-java, libjersey1-servlet-java, libjline2-java, liblogback-java, liblog4cxx-dev, libmockito-java, libjavacc-maven-plugin-java, libjetty9-java, libjetty9-extra-java, libmaven-antrun-plugin-java, libmaven-install-plugin-java, libmaven-javadoc-plugin-java, libmaven-source-plugin-java, libnetty-java, libnetty-tcnative-java, libservlet-api-java, libslf4j-java, libsnappy-java, libtool, libxml2-dev, maven-debian-helper, pkg-config, procps, python3-all-dev, debhelper-compat (= 13) Standards-Version: 4.6.2 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: ${java:Depends}, libnetty-tcnative-java, liblog4j1.2-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, 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 Pre-Depends: ${misc:Pre-Depends} Depends: 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 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.