[python-qt-binding] 01/01: Run cmake in debhelper to generate *.cmake files (needed for rviz)

Jochen Sprickerhof jspricke-guest at moszumanska.debian.org
Wed Sep 2 17:48:44 UTC 2015


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

jspricke-guest pushed a commit to branch master
in repository python-qt-binding.

commit 6b4cbdfdf447b10434b2258a48ee40229ddcbfa9
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date:   Wed Sep 2 19:48:08 2015 +0200

    Run cmake in debhelper to generate *.cmake files (needed for rviz)
---
 debian/rules | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/debian/rules b/debian/rules
index df6ed8d..43e6f00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,18 @@
 %:
 	dh $@ --with python2 --buildsystem=python_distutils
 
+build:
+	dh build --parallel --buildsystem=cmake
+
+binary:
+	dh binary --parallel --buildsystem=cmake
+
+override_dh_auto_install:
+	dh_auto_install --
+	-rm -f debian/python-qt-binding/usr/*.*
+	-rm -f debian/python-qt-binding/usr/.*
+
 override_dh_clean:
+	dh_auto_clean -O--parallel -O--buildsystem=cmake
 	rm -rf src/python_qt_binding.egg-info
 	dh_clean

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/python-qt-binding.git



More information about the debian-science-commits mailing list