From f1a8c47d5b3f034ee9b28d35dce751e689252c11 Mon Sep 17 00:00:00 2001 From: Eric Evans Date: Sat, 4 Dec 2010 01:49:43 +0000 Subject: [PATCH] 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 --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index bc9fe74b26..b3aa0ce4db 100644 --- a/debian/control +++ b/debian/control @@ -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.