[SCM] catkin branch, master, updated. upstream/0.5.67-2-g5b22bff

Thomas Moulard thomas.moulard at gmail.com
Wed Jun 19 05:06:13 UTC 2013


The following commit has been merged in the master branch:
commit 5b22bffbb227937006d334accf788ed3379d2f29
Author: Thomas Moulard <thomas.moulard at gmail.com>
Date:   Wed Jun 19 14:05:49 2013 +0900

    Run dh twice as two concurrent build system are used.

diff --git a/debian/rules b/debian/rules
index ad1c596..96693d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 
 %:
 	dh  $@ --parallel --buildsystem=cmake
+	dh  $@ --parallel --buildsystem=python_distutils
 
 override_dh_auto_clean:
 	dh_auto_clean --

-- 
catkin



More information about the debian-science-commits mailing list