You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ee...@apache.org on 2011/11/10 05:54:48 UTC

svn commit: r1200148 - /cassandra/branches/cassandra-1.0/debian/control

Author: eevans
Date: Thu Nov 10 04:54:47 2011
New Revision: 1200148

URL: http://svn.apache.org/viewvc?rev=1200148&view=rev
Log:
allow cassandra deb package to replace apache-cassandra1

Patch by paul cannon; reviewed by eevans for CASSANDRA-3480

Modified:
    cassandra/branches/cassandra-1.0/debian/control

Modified: cassandra/branches/cassandra-1.0/debian/control
URL: http://svn.apache.org/viewvc/cassandra/branches/cassandra-1.0/debian/control?rev=1200148&r1=1200147&r2=1200148&view=diff
==============================================================================
--- cassandra/branches/cassandra-1.0/debian/control (original)
+++ cassandra/branches/cassandra-1.0/debian/control Thu Nov 10 04:54:47 2011
@@ -11,6 +11,8 @@ 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), adduser, libjna-java
+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.