[Reproducible-commits] [cdbs] 05/41: Fix error message to talk about multiple python implementations (not packaging systems nor too specific ones).

Mattia Rizzolo mattia at debian.org
Tue May 10 14:42:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch reproducible
in repository cdbs.

commit 55a68a6695cd201a97a41cae5d23facd9b3aba6a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Jan 20 09:54:17 2014 +0100

    Fix error message to talk about multiple python implementations (not packaging systems nor too specific ones).
---
 1/class/python-vars.mk.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/1/class/python-vars.mk.in b/1/class/python-vars.mk.in
index 7ac5903..7f33356 100644
--- a/1/class/python-vars.mk.in
+++ b/1/class/python-vars.mk.in
@@ -106,9 +106,10 @@ cdbs_python_systems = $(strip \
 cdbs_python_stem = $(if $(DEB_PYTHON_SYSTEM),,$(if $(cdbs_python3_packages),3))
 cdbs_python_stem += $(strip \
 	$(if $(word 2,$(cdbs_python_systems)),$(error \
-	use of both "python2" and "python3" packaging systems is unsupported here - \
-	either change target binary package names, explicitly set \
-	DEB_PYTHON2_PACKAGES and/or DEB_PYTHON3_PACKAGES or set an alternative DEB_PYTHON_SYSTEM)))
+	use of multiple python implementations is unsupported here - \
+	either change target binary package names, or explicitly set \
+	or suppress the binary packages to operate on using either \
+	DEB_PYTHON3_PACKAGES or another DEB_*_PACKAGES variable)))
 
 # Calculate cdbs_python_build_versions
 cdbs_python_current_version := $(if $(DEB_PYTHON_SYSTEM)$(cdbs_python2),$(shell pyversions -vd))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/cdbs.git



More information about the Reproducible-commits mailing list