[robot-player] 05/08: Improve rules file: use python2 and cmake buildsystem
Jose Luis Rivero
jrivero-guest at moszumanska.debian.org
Sun Nov 15 00:26:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
jrivero-guest pushed a commit to branch master
in repository robot-player.
commit 172c40d2afe5ee5c5569feef7c7f6d1080c1556b
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date: Sun Nov 15 00:22:51 2015 +0000
Improve rules file: use python2 and cmake buildsystem
---
debian/rules | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 3c12fcf..2ede672 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,10 @@
RENAMED_BINARIES=player playerv playercam playerjoy playernav playerprint playervcr playerwritemap pmaptest
-%:
- dh $@
+.PHONY: override_dh_clean \
+ override_dh_install \
+ override_dh_auto_configure \
+ override_dh_auto_build
override_dh_clean:
dh_clean
@@ -23,3 +25,5 @@ override_dh_auto_build:
dh_auto_build
# docs don't get built automatically
(cd obj-$(DEB_BUILD_GNU_TYPE) && make doc)
+%:
+ dh $@ --with python2 --buildsystem=cmake
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/robot-player.git
More information about the debian-science-commits
mailing list