From 05bd43e84dca6b4c92a2e87234300531d36e5a58 Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko <debian@onerussian.com> Date: Wed, 11 Jan 2012 12:45:12 -0500 Subject: [PATCH] Operate on 'requested' not all supported Python versions --- debian/changelog | 1 + debian/rules | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0eaa170d50..d17aa6d327 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ scikit-learn (0.10.0~pre1-1) unstable; urgency=low main * Adjusted dfsg and other rules to operate on sklearn directory * Dropping cherry-picked fix up_release_sv_coef_memory + * Operate on 'requested' not all supported Python versions -- Yaroslav Halchenko <debian@onerussian.com> Tue, 10 Jan 2012 17:52:27 -0500 diff --git a/debian/rules b/debian/rules index 55fe1f6066..850da5ecd6 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ PACKAGE_NAME = python-sklearn PACKAGE_ROOT_DIR = debian/${PACKAGE_NAME} -PYVERS = $(shell pyversions -vs) +PYVERS = $(shell pyversions -vr) PYVER = $(shell pyversions -vd) # Mega rule -- GitLab