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:
Eric Evans 2010-12-04 01:49:43 +00:00
parent 5362293ed2
commit f1a8c47d5b
1 changed files with 1 additions and 1 deletions

2
debian/control vendored
View File

@ -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.