[Reproducible-commits] [cdbs] 19/41: Rename cdbs_python2_builddeps → cdbs_python_builddeps_python2. Drop the former without deprecation (unused outside cdbs).

Mattia Rizzolo mattia at debian.org
Tue May 10 14:42:27 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 ad983cdf550586114f6b49e271fee481af678f6c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 22 23:19:13 2014 +0200

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

diff --git a/1/class/python-vars.mk.in b/1/class/python-vars.mk.in
index 81ba188..5122cf1 100644
--- a/1/class/python-vars.mk.in
+++ b/1/class/python-vars.mk.in
@@ -194,7 +194,7 @@ cdbs_python_builddeps_legacy = $(if $(DEB_PYTHON_SYSTEM),\
 		python-all-dev,\
 		python-dev (>= 2.3.5-7)\
 			$(cdbs_python_nondefault_version:%=, python%-dev)))
-cdbs_python2_builddeps = $(if $(cdbs_pythonsystem_python2),\
+cdbs_python_builddeps_python2 = $(if $(cdbs_pythonsystem_python2),\
 	$(if $(_cdbs_python2_arch_packages),\
 		python-all-dev,\
 		python-dev (>= 2.3.5-7)\
@@ -206,7 +206,7 @@ cdbs_python3_builddeps = $(if $(cdbs_pythonsystem_python3),\
 			$(_cdbs_python3_altflavor:%=, %-dev)))
 cdbs_python_builddeps = \
 	$(cdbs_python_builddeps_legacy), \
-	$(cdbs_python2_builddeps), \
+	$(cdbs_python_builddeps_python2), \
 	$(cdbs_python3_builddeps)
 cdbs_python_builddeps_cdbs = $(strip \
 	$(if $(_cdbs_python3_indep_packages),\

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