[med-svn] [ball] 05/13: Use python-helper properly to resolve ${python:Depends}

Andreas Tille tille at debian.org
Wed May 18 12:49:36 UTC 2016


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

tille pushed a commit to branch master
in repository ball.

commit 5df34d419c004f661cbe40f03b3325c4549719c9
Author: Andreas Tille <tille at debian.org>
Date:   Wed May 18 12:10:44 2016 +0200

    Use python-helper properly to resolve ${python:Depends}
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9ba4d8c..5a93960 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Uploaders: Andreas Tille <tille at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               dh-python,
                qt4-dev-tools,
                libqt4-dev,
                libqt4-opengl-dev,
diff --git a/debian/rules b/debian/rules
index 13a4abf..5262420 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ PYTHON_SITE_PATH=$(shell python -c "import distutils.sysconfig; print distutils.
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@ --buildsystem=cmake --builddirectory=build
+	dh $@ --buildsystem=cmake --builddirectory=build --with python2
 
 override_dh_auto_configure:
 	mkdir -p build

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



More information about the debian-med-commit mailing list