[Pkg-sugar-commit] [sugar-calculate-activity] 02/06: Tidy rules file: Fix resolve build-dependency on python when using CDBS 0.4.150.

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


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

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

commit 9f533e58edf7c887aef70e5754fedd56ba430632
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Dec 13 19:51:36 2016 +0100

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

diff --git a/debian/rules b/debian/rules
index abbcb34..3c9684e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +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
-#  * TODO: drop cdbs_python_binary fallback when cdbs 0.5 is stable
-CDBS_BUILD_DEPENDS_class_python-sugar_python = $(or $(cdbs_curpythonruntime),$(cdbs_python_binary))
+#  * 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-calculate-activity.git



More information about the pkg-sugar-commit mailing list