[Pkg-sugar-commit] [sugar-log-activity] 05/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 17:14:07 UTC 2016


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

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

commit 1b5e8c9da55f76103b87aae70efd2bbdd28c04d0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Dec 13 17:58:03 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 b0d29b0..dd51286 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,8 @@ DEB_UPSTREAM_URL = http://download.sugarlabs.org/sources/sucrose/fructose/$(DEB_
 DEB_UPSTREAM_TARBALL_EXTENSION = tar.bz2
 
 # 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))
 
 # Override Sugar toolkit to use
 CDBS_BUILD_DEPENDS_class_python-sugar_sugar = python-sugar3, unzip

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



More information about the pkg-sugar-commit mailing list