[Reproducible-commits] [cdbs] 11/41: Rename cdbs_python_pycentral → cdbs_pythonsystem_pycentral. Drop the former without deprecation (unused outside cdbs).

Mattia Rizzolo mattia at debian.org
Tue May 10 14:42:26 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 8a9ff72e11d3eb938092a2b99fa3ad9e9720b199
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 22 13:56:21 2014 +0200

    Rename cdbs_python_pycentral → cdbs_pythonsystem_pycentral. Drop the former without deprecation (unused outside cdbs).
    
    Dropped variable verified against <http://codesearch.debian.net>.
---
 1/class/python-module.mk.in | 2 +-
 1/class/python-vars.mk.in   | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/1/class/python-module.mk.in b/1/class/python-module.mk.in
index 068bd9d..d628ac5 100644
--- a/1/class/python-module.mk.in
+++ b/1/class/python-module.mk.in
@@ -38,7 +38,7 @@ CDBS_BUILD_DEPENDS += $(strip \
 	$(if $(cdbs_pythonsystem_pysupport),\
 		$(comma) $(CDBS_BUILD_DEPENDS_class_python-module_pysupport)))
 CDBS_BUILD_DEPENDS += $(strip \
-	$(if $(cdbs_python_pycentral),\
+	$(if $(cdbs_pythonsystem_pycentral),\
 		$(comma) $(CDBS_BUILD_DEPENDS_class_python-module_pycentral)))
 CDBS_BUILD_DEPENDS += $(strip \
 	$(if $(cdbs_python2),\
diff --git a/1/class/python-vars.mk.in b/1/class/python-vars.mk.in
index 2596d1d..8c69f28 100644
--- a/1/class/python-vars.mk.in
+++ b/1/class/python-vars.mk.in
@@ -84,10 +84,10 @@ cdbs_python_destdir = $(or $(DEB_PYTHON_DESTDIR),$(DEB_DESTDIR))
 
 # packaging systems to use
 cdbs_pythonsystem_pysupport = $(filter pysupport,$(DEB_PYTHON_SYSTEM))
-cdbs_python_pycentral = $(filter pycentral,$(DEB_PYTHON_SYSTEM))
+cdbs_pythonsystem_pycentral = $(filter pycentral,$(DEB_PYTHON_SYSTEM))
 cdbs_python_legacy_system = $(or $(strip \
 	$(cdbs_pythonsystem_pysupport)),$(strip \
-	$(cdbs_python_pycentral)),\
+	$(cdbs_pythonsystem_pycentral)),\
 	$(error unsupported Python system: $(DEB_PYTHON_SYSTEM) \
 		(select either pysupport or pycentral, or leave empty \
 		for default python2/python3))))
@@ -219,7 +219,7 @@ $(if $(cdbs_pythonsystem_pysupport),\
 	$(if $(cdbs_python_build_versions),\
 		,\
 		$(error invalid setting in debian/pyversions)))
-$(if $(cdbs_python_pycentral),\
+$(if $(cdbs_pythonsystem_pycentral),\
 	$(if $(cdbs_python_build_versions),\
 		,\
 		$(error invalid setting for XS-Python-Version)))

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