From becf1b7ac316b9f695fafe41b273890e8330592e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Thu, 3 May 2012 21:44:51 -0400 Subject: [PATCH] PKG: actually we should only care about "requested" not all "supported" python version otherwise it will try to build for python2.5 on squeeze --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 90bd3c87..bef58d4c 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ PACKAGE_NAME = python-skimage PACKAGE_ROOT_DIR = $(CURDIR)/debian/${PACKAGE_NAME} -PYVERS = $(shell pyversions -vs) +PYVERS = $(shell pyversions -vr) PYVER = $(shell pyversions -vd) # Mega rule