mirror of https://github.com/apache/cassandra
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
Source: cassandra
|
|
Section: misc
|
|
Priority: extra
|
|
Maintainer: Eric Evans <eevans@apache.org>
|
|
Uploaders: Sylvain Lebresne <slebresne@apache.org>
|
|
Build-Depends: debhelper (>= 5), openjdk-8-jdk | java8-jdk, ant (>= 1.9), ant-optional (>= 1.9), dh-python, python-dev (>= 2.7) | python2-dev (>= 2.7), dpatch, bash-completion
|
|
Homepage: http://cassandra.apache.org
|
|
Vcs-Git: http://git-wip-us.apache.org/repos/asf/cassandra.git
|
|
Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=cassandra.git
|
|
Standards-Version: 3.8.3
|
|
|
|
Package: cassandra
|
|
Architecture: all
|
|
Depends: openjdk-8-jre-headless | java8-runtime, adduser, python (>= 2.7) | python2 (>= 2.7), ${misc:Depends}
|
|
Recommends: ntp | time-daemon
|
|
Suggests: cassandra-tools
|
|
Conflicts: apache-cassandra1
|
|
Replaces: apache-cassandra1
|
|
Description: distributed storage system for structured data
|
|
Cassandra is a distributed (peer-to-peer) system for the management
|
|
and storage of structured data.
|
|
|
|
Package: cassandra-tools
|
|
Architecture: all
|
|
Depends: cassandra (= ${binary:Version}), ${misc:Depends}
|
|
Description: distributed storage system for structured data
|
|
Cassandra is a distributed (peer-to-peer) system for the management
|
|
and storage of structured data.
|
|
.
|
|
This package contains extra tools for working with Cassandra clusters.
|