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
bba519501c
commit
aa671e8f07
|
|
@ -1,4 +1,5 @@
|
|||
2.2.20
|
||||
* Remove dh_python use from Debian packaging (CASSANDRA-18558)
|
||||
* Add python2 location to RPMs (CASSANDRA-16822)
|
||||
* CQL shell should prefer newer TLS version by default (CASSANDRA-16695)
|
||||
* Fix Debian init start/stop (CASSANDRA-15770)
|
||||
|
|
|
|||
|
|
@ -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