[Pkg-sugar-commit] [sugar-etoys-activity] 02/07: Modernize CDBS use: Generalize resolving build-dependency on python.

Jonas Smedegaard dr at jones.dk
Tue Dec 13 22:20:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository sugar-etoys-activity.

commit d6088214099aa0ef38d9e8a60187d16b774409d6
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Dec 13 22:16:21 2016 +0100

    Modernize CDBS use: Generalize resolving build-dependency on python.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 14c0309..c00669d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -34,7 +34,8 @@ DEB_UPSTREAM_TARBALL_MD5 = 44673a6624aa695e661b799d2a92b522
 CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip
 
 # Suppress unneeded auto-resolved build-dependency on python-dev
-CDBS_BUILD_DEPENDS_class_python-sugar_python = python
+#  * TODO: drop cdbs_python_binary fallback when cdbs 0.4.150 is stable
+CDBS_BUILD_DEPENDS_class_python-sugar_python = $(or $(cdbs_python2_defaultruntime),$(cdbs_python_binary))
 
 # Build-depend unversioned on debhelper
 #  TODO: Drop when adopted in cdbs

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-sugar/sugar-etoys-activity.git



More information about the pkg-sugar-commit mailing list