This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-2.2
in repository https://gitbox.apache.org/repos/asf/cassandra.git


The following commit(s) were added to refs/heads/cassandra-2.2 by this push:
     new aa671e8f07 remove dh_python use from Debian packaging
aa671e8f07 is described below

commit aa671e8f075a61e5fda538c640d9d2bbce9d8ff2
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Thu Jun 1 15:27:25 2023 -0500

    remove dh_python use from Debian packaging
    
    Patch by brandonwilliams; reviewed by mck for CASSANDRA-18558
---
 CHANGES.txt  | 1 +
 debian/rules | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index a38085384f..de8b14f24a 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)
diff --git a/debian/rules b/debian/rules
index ff1d64df1b..9cd7f3e451 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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 \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to