[Pkg-sugar-commit] [sugar] 01/08: Make build-dependency suppression future compatible with cdbs 0.5.

Jonas Smedegaard dr at jones.dk
Mon Apr 20 18:59:18 UTC 2015


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

js pushed a commit to branch master
in repository sugar.

commit 1b4a0d6c0c292ff0fcd9e1ea17af7a3fe50856ae
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Apr 20 15:11:31 2015 +0200

    Make build-dependency suppression future compatible with cdbs 0.5.
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c290d13..d1c6fbf 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,7 +40,8 @@ DEB_UPSTREAM_URL = http://download.sugarlabs.org/sources/sucrose/glucose/$(DEB_U
 DEB_UPSTREAM_TARBALL_EXTENSION = tar.xz
 
 # Suppress unneeded auto-resolved build-dependency on python-dev
-CDBS_BUILD_DEPENDS_class_python-autotools_python = python$(cdbs_python_nondefault_version)
+#  * TODO: drop cdbs_python_binary fallback when cdbs 0.5 is stable
+CDBS_BUILD_DEPENDS_class_python-autotools_python = $(or $(cdbs_curpythonruntime),$(cdbs_python_binary))
 
 # Needed by upstream build process
 bdeps = libgtk-3-dev, libglib2.0-dev, python-gtk2-dev, libgconf2-dev

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



More information about the pkg-sugar-commit mailing list