[ros-actionlib] 01/01: WIP
Jochen Sprickerhof
jspricke at moszumanska.debian.org
Fri Nov 4 21:37:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
jspricke pushed a commit to branch ristest
in repository ros-actionlib.
commit 0307d781a5ab2b3b95447ac50610fc0d87e678fe
Author: Jochen Sprickerhof <git at jochen.sprickerhof.de>
Date: Sun Oct 23 06:47:05 2016 +0200
WIP
---
debian/rules | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 8c64390..0d17bbc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,12 @@ export ROS_HOME=$(CURDIR)/build/ros
dh $@ --parallel --buildsystem=cmake --with python2 --builddirectory=build
override_dh_auto_test:
- make -C build run_tests
+ make -C build tests
+ make -C build test
+
+override_dh_auto_clean:
+ dh_auto_clean --
+ find . -name '*.pyc' -print0 | xargs -0 rm -f
get-orig-source:
uscan --verbose --force-download --repack --compress xz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ros/ros-actionlib.git
More information about the debian-science-commits
mailing list