deb package migration to dh_python2, added missing debian rules

Patch by Michael Shuler; reviewed by tjake for CASSANDRA-10853


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/86c5a00c
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/86c5a00c
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/86c5a00c

Branch: refs/heads/cassandra-2.2
Commit: 86c5a00c23a57f881f545732a1b35fe190546fb3
Parents: 72057c6
Author: Michael Shuler <mich...@pbandjelly.org>
Authored: Fri Apr 29 08:14:58 2016 +0800
Committer: Stefania Alborghetti <stefania.alborghe...@datastax.com>
Committed: Fri Apr 29 08:16:02 2016 +0800

----------------------------------------------------------------------
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/86c5a00c/debian/rules
----------------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
index 405175d..70db61c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,7 +39,7 @@ install: build
        dh_testroot
        dh_installdirs
        dh_install
-       dh_pysupport
+       dh_python2
 
        # Copy in the jar and symlink to something stable
        dh_install build/apache-cassandra-$(VERSION).jar \

Reply via email to