[Reproducible-commits] [cdbs] 10/41: Rename cdbs_python_pysupport → cdbs_pythonsystem_pysupport. 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 8fec709d6f640e6080001b581fdbd29d852c2a70
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 22 13:52:02 2014 +0200

    Rename cdbs_python_pysupport → cdbs_pythonsystem_pysupport. 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 bbbe557..068bd9d 100644
--- a/1/class/python-module.mk.in
+++ b/1/class/python-module.mk.in
@@ -35,7 +35,7 @@ CDBS_BUILD_DEPENDS_class_python-module_pycentral ?= python-central
 CDBS_BUILD_DEPENDS_class_python-module_python2 ?= python
 CDBS_BUILD_DEPENDS_class_python-module_python3 ?= python3
 CDBS_BUILD_DEPENDS += $(strip \
-	$(if $(cdbs_python_pysupport),\
+	$(if $(cdbs_pythonsystem_pysupport),\
 		$(comma) $(CDBS_BUILD_DEPENDS_class_python-module_pysupport)))
 CDBS_BUILD_DEPENDS += $(strip \
 	$(if $(cdbs_python_pycentral),\
diff --git a/1/class/python-vars.mk.in b/1/class/python-vars.mk.in
index e8ede4a..2596d1d 100644
--- a/1/class/python-vars.mk.in
+++ b/1/class/python-vars.mk.in
@@ -83,10 +83,10 @@ cdbs_python_indep_packages = $(strip \
 cdbs_python_destdir = $(or $(DEB_PYTHON_DESTDIR),$(DEB_DESTDIR))
 
 # packaging systems to use
-cdbs_python_pysupport = $(filter pysupport,$(DEB_PYTHON_SYSTEM))
+cdbs_pythonsystem_pysupport = $(filter pysupport,$(DEB_PYTHON_SYSTEM))
 cdbs_python_pycentral = $(filter pycentral,$(DEB_PYTHON_SYSTEM))
 cdbs_python_legacy_system = $(or $(strip \
-	$(cdbs_python_pysupport)),$(strip \
+	$(cdbs_pythonsystem_pysupport)),$(strip \
 	$(cdbs_python_pycentral)),\
 	$(error unsupported Python system: $(DEB_PYTHON_SYSTEM) \
 		(select either pysupport or pycentral, or leave empty \
@@ -215,7 +215,7 @@ cdbs_python_builddeps_cdbs = $(strip \
 			$(comma) cdbs (>= 0.4.90~))))
 
 # check if build is possible
-$(if $(cdbs_python_pysupport),\
+$(if $(cdbs_pythonsystem_pysupport),\
 	$(if $(cdbs_python_build_versions),\
 		,\
 		$(error invalid setting in debian/pyversions)))

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