[Pkg-sugar-commit] [sugar-presence-service] 02/06: Modernize CDBS use: Use variable cdbs_python2_defaultruntime when available.

Jonas Smedegaard dr at jones.dk
Tue Dec 13 12:55:04 UTC 2016


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

js pushed a commit to branch master
in repository sugar-presence-service.

commit e11008d7c08432a07820abf51f69552cc30c4f16
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Dec 13 13:27:51 2016 +0100

    Modernize CDBS use: Use variable cdbs_python2_defaultruntime when available.
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index a31121e..9d87456 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,8 +27,8 @@ include /usr/share/cdbs/1/class/python-autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 
 # 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))
+#  * 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))
 
 DEB_UPSTREAM_PACKAGE = $(pkg)
 DEB_UPSTREAM_URL = http://download.sugarlabs.org/sources/sucrose/glucose/$(DEB_UPSTREAM_PACKAGE)

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



More information about the pkg-sugar-commit mailing list