[Pkg-sugar-commit] [sugar] 07/08: Fix simply build-depend on python (not bogusly use _runtime_ in attempt to cover theoretic non-default version).
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 11d0c5e8eba099521f0ae0468e9eafb9897f8982
Author: Jonas Smedegaard <dr at jones.dk>
Date: Mon Apr 20 20:40:49 2015 +0200
Fix simply build-depend on python (not bogusly use _runtime_ in attempt to cover theoretic non-default version).
---
debian/rules | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index b316f41..ba6dbc4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -40,8 +40,7 @@ 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
-# * 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))
+CDBS_BUILD_DEPENDS_class_python-autotools_python = python
# 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