mirror of https://github.com/apache/cassandra
remove dh_python use from Debian packaging
Patch by brandonwilliams; reviewed by mck for CASSANDRA-18558
This commit is contained in:
parent
b828f7ea1b
commit
527c0cb3a0
|
|
@ -1,4 +1,5 @@
|
|||
3.0.30
|
||||
* Remove dh_python use in Debian packaging (CASSANDRA-18558)
|
||||
* Pass down all contact points to driver for cassandra-stress (CASSANDRA-18025)
|
||||
* Validate the existence of a datacenter in nodetool rebuild (CASSANDRA-14319)
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,6 @@ install: build
|
|||
dh_testroot
|
||||
dh_installdirs
|
||||
dh_install
|
||||
dh_python2
|
||||
|
||||
# Copy in the jar and symlink to something stable
|
||||
dh_install build/apache-cassandra-$(VERSION).jar \
|
||||
|
|
|
|||
Loading…
Reference in New Issue