[SCM] python-pyo/master: Fix var name in rules.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Sat Jun 9 16:19:01 UTC 2012


The following commit has been merged in the master branch:
commit 63c7a67472354e8e134b02e18b6f00495284c923
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Sat Jun 9 08:55:09 2012 -0400

    Fix var name in rules.

diff --git a/debian/rules b/debian/rules
index 6e1e90f..374154c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 export PYTHONWARNINGS=d
-PYVERS=$(shell pyversions -vr debian/control)
+buildvers := $(shell pyversions -rv)
 
 %:
 	dh $@ --with python2

-- 
python-pyo packaging



More information about the pkg-multimedia-commits mailing list