[
https://issues.apache.org/jira/browse/CASSANDRA-10853?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246035#comment-15246035
]
Michael Shuler commented on CASSANDRA-10853:
--------------------------------------------
C* branches 2.1+ now require cython at build time for copyutil, so let's
include this, too
{noformat}
diff --git a/debian/control b/debian/control
index 8a30de1..93b6aa5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: misc
Priority: extra
Maintainer: Eric Evans <[email protected]>
Uploaders: Sylvain Lebresne <[email protected]>
-Build-Depends: debhelper (>= 5), openjdk-7-jdk | java7-jdk, ant (>= 1.7),
ant-optional (>= 1.7), python-support, dpatch, bash-completion
+Build-Depends: debhelper (>= 5), openjdk-7-jdk | java7-jdk, ant (>= 1.7),
ant-optional (>= 1.7), python-support, dpatch, bash-completion, cython
Homepage: http://cassandra.apache.org
Vcs-Git: http://git-wip-us.apache.org/repos/asf/cassandra.git
Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=cassandra.git
{noformat}
> deb package migration to dh_python2
> -----------------------------------
>
> Key: CASSANDRA-10853
> URL: https://issues.apache.org/jira/browse/CASSANDRA-10853
> Project: Cassandra
> Issue Type: Task
> Components: Packaging
> Reporter: Michael Shuler
> Assignee: Michael Shuler
> Fix For: 3.0.x, 3.x
>
>
> I'm working on a deb job in jenkins, and I had forgotten to open a bug for
> this. There is no urgent need, since {{python-support}} is in Jessie, but
> this package is currently in transition to be removed.
> http://deb.li/dhs2p
> During deb build:
> {noformat}
> dh_pysupport: This program is deprecated, you should use dh_python2 instead.
> Migration guide: http://deb.li/dhs2p
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)