[Pkg-sugar-commit] [sugar-memorize-activity] 07/08: Tidy rules file: Fix resolve build-dependency on python when using CDBS 0.4.150.

Jonas Smedegaard dr at jones.dk
Tue Dec 13 21:14:40 UTC 2016


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

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

commit 6d77bef4c48f501cfce98b2464ff44acbd031b87
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Dec 13 21:26:19 2016 +0100

    Tidy rules file: Fix resolve build-dependency on python when using CDBS 0.4.150.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 14844bb..4a2077b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,8 @@ DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
 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$(cdbs_python_nondefault_version)
+#  * 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))
 
 # Needed (always/often) at runtime
 # TODO: only recommend gstreamer1.0-espeak when upstream fallback bug fixed

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



More information about the pkg-sugar-commit mailing list