[Reproducible-commits] [cdbs] 20/41: Rename cdbs_python3_builddeps → cdbs_python_builddeps_python3. 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 5d7603cc8ee9cd15979eca185dae7bef4ea312e9
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Apr 22 23:19:50 2014 +0200

    Rename cdbs_python3_builddeps → cdbs_python_builddeps_python3. Drop the former without deprecation (unused outside cdbs).
    
    Dropped variable verified againt <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 5122cf1..6c6bb29 100644
--- a/1/class/python-vars.mk.in
+++ b/1/class/python-vars.mk.in
@@ -199,7 +199,7 @@ cdbs_python_builddeps_python2 = $(if $(cdbs_pythonsystem_python2),\
 		python-all-dev,\
 		python-dev (>= 2.3.5-7)\
 			$(_cdbs_python2_altflavor:%=, %-dev)))
-cdbs_python3_builddeps = $(if $(cdbs_pythonsystem_python3),\
+cdbs_python_builddeps_python3 = $(if $(cdbs_pythonsystem_python3),\
 	$(if $(_cdbs_python3_arch_packages),\
 		python3-all-dev (>= 3.1),\
 		python3-dev\
@@ -207,7 +207,7 @@ cdbs_python3_builddeps = $(if $(cdbs_pythonsystem_python3),\
 cdbs_python_builddeps = \
 	$(cdbs_python_builddeps_legacy), \
 	$(cdbs_python_builddeps_python2), \
-	$(cdbs_python3_builddeps)
+	$(cdbs_python_builddeps_python3)
 cdbs_python_builddeps_cdbs = $(strip \
 	$(if $(_cdbs_python3_indep_packages),\
 		$(comma) cdbs (>= 0.4.93~),\

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