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

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


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

commit 527c0cb3a0ed842e08685d9cb9954ddb99f93465
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Wed May 31 17:07:30 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 fe4b307e1b..a45c3f964b 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -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)
 
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