[SCM] pyliblo/master: Build with cython.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Mon Aug 26 19:37:40 UTC 2013


The following commit has been merged in the master branch:
commit 818d4324086230884956023d0a1322b68db5629e
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Mon Aug 26 21:39:17 2013 +0200

    Build with cython.

diff --git a/debian/control b/debian/control
index 76dc0ea..098c6fc 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,8 @@ Build-Depends:
  debhelper (>= 9),
  liblo-dev (>= 0.26~repack),
  python-all-dev,
+ cython,
+ cython3,
  python3-all-dev
 Standards-Version: 3.9.4
 X-Python-Version: >= 2.5
diff --git a/debian/rules b/debian/rules
index 1e7af9f..4746c2b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ PYTHON3=$(shell py3versions -vr)
 	dh $@ --with python2,python3
 
 build-python%:
-	python$* setup.py build
+	python$* setup.py build --with-cython
 
 override_dh_auto_build: $(PYTHON3:%=build-python%)
 	dh_auto_build

-- 
pyliblo packaging



More information about the pkg-multimedia-commits mailing list