From 86c5a00c23a57f881f545732a1b35fe190546fb3 Mon Sep 17 00:00:00 2001 From: Michael Shuler Date: Fri, 29 Apr 2016 08:14:58 +0800 Subject: [PATCH] deb package migration to dh_python2, added missing debian rules Patch by Michael Shuler; reviewed by tjake for CASSANDRA-10853 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 405175ddcf..70db61c054 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 \