mirror of https://github.com/apache/cassandra
debian: depend on adduser
Patch by paul cannon; reviewed by eevans for CASSANDRA-1816 git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1042083 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5362293ed2
commit
f1a8c47d5b
|
|
@ -10,7 +10,7 @@ Standards-Version: 3.8.3
|
|||
|
||||
Package: cassandra
|
||||
Architecture: all
|
||||
Depends: openjdk-6-jre-headless (>= 6b11) | java6-runtime, jsvc (>= 1.0), libcommons-daemon-java (>= 1.0)
|
||||
Depends: openjdk-6-jre-headless (>= 6b11) | java6-runtime, jsvc (>= 1.0), libcommons-daemon-java (>= 1.0), adduser
|
||||
Description: distributed storage system for structured data
|
||||
Cassandra is a distributed (peer-to-peer) system for the management
|
||||
and storage of structured data.
|
||||
|
|
|
|||
Loading…
Reference in New Issue