mirror of https://github.com/apache/cassandra
Fix for dh_installinit syntax for CASSANDRA-2481
Patch by Paul Cannon, reviewed by brandonwilliams git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1124338 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2dd17718d2
commit
85ea33912e
|
|
@ -46,7 +46,7 @@ binary-indep: build install
|
|||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs
|
||||
dh_installinit -u'start 50 2 3 4 5 . stop 50 0 1 6'
|
||||
dh_installinit -u'start 50 2 3 4 5 . stop 50 0 1 6 .'
|
||||
dh_installdocs README.txt CHANGES.txt NEWS.txt
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
|
|
|
|||
Loading…
Reference in New Issue