[Reproducible-commits] [cdbs] 29/41: Rephrase python-module.mk warning to mention multiple python systems (not python2 and python3 specifically).

Mattia Rizzolo mattia at debian.org
Tue May 10 14:42:28 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 8dbe89abc10b143c93f5968d6747a5f6f8b90a09
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Aug 28 01:07:25 2014 +0200

    Rephrase python-module.mk warning to mention multiple python systems (not python2 and python3 specifically).
---
 1/class/python-module.mk.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/1/class/python-module.mk.in b/1/class/python-module.mk.in
index a45b533..72a0e85 100644
--- a/1/class/python-module.mk.in
+++ b/1/class/python-module.mk.in
@@ -46,9 +46,9 @@ CDBS_BUILD_DEPENDS += $(strip \
 
 $(patsubst %,testsanity/%,$(DEB_ALL_PACKAGES)) :: testsanity/% :
 	$(if $(word 2,$(cdbs_curpythonsystems)),$(error \
-		binary package $(cdbs_curpkg) use both "python2" and \
-		"python3" packaging systems - either explicitly set \
-		DEB_PYTHON2_PACKAGES and/or DEB_PYTHON3_PACKAGES \
+		cannot determine which packaging system to use for \
+		binary package $(cdbs_curpkg) - either include it in \
+		either DEB_PYTHON3_PACKAGES or another DEB_*_PACKAGES, \
 		or set an alternative DEB_PYTHON_SYSTEM))
 
 # Optionally use debhelper (if not then these rules are simply ignored)

-- 
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