[SCM] python-pyo/master: Compile with double-precision flag.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Wed Feb 6 19:01:11 UTC 2013


The following commit has been merged in the master branch:
commit ad1577e2350c2c9df9b42cf2b3a83e3756d8f52d
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Wed Feb 6 13:44:59 2013 -0500

    Compile with double-precision flag.

diff --git a/debian/rules b/debian/rules
index 374154c..ba01fb1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ buildvers := $(shell pyversions -rv)
 override_dh_auto_build:
 	set -e; \
 		for i in $(buildvers); do \
-			python$$i setup.py build --use-jack; \
+			python$$i setup.py build --use-jack --use-double; \
 		done
 
 override_dh_auto_install:

-- 
python-pyo packaging



More information about the pkg-multimedia-commits mailing list