[ignition-msgs] 02/04: Fix lintian problems with flags

Jose Luis Rivero jrivero-guest at moszumanska.debian.org
Thu Jul 28 01:56:06 UTC 2016


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

jrivero-guest pushed a commit to branch master
in repository ignition-msgs.

commit cfaee06c6b5f46d820726a01ed654bb1a6110de1
Author: Jose Luis Rivero <jrivero at osrfoundation.org>
Date:   Wed Jul 27 23:09:51 2016 +0000

    Fix lintian problems with flags
---
 debian/rules | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 8a17a60..f605172 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,12 +5,13 @@
 # dh-make output file, you may use that output file without restriction.
 # This special exception was added by Craig Small in version 0.37 of dh-make.
 
-
 .PHONY: override_dh_auto_configure
 
 override_dh_auto_configure:
 	dh_auto_configure -- \
-	    -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-            $(CONFIGURE_ARGS)
+                -DUSE_HOST_CFLAGS:BOOL=False \
+                -DUSE_UPSTREAM_CFLAGS:BOOL=False \
+                -DCMAKE_BUILD_TYPE=RelWithDebInfo
+
 %:
-	dh $@ --parallel --buildsystem=cmake
+	dh $@ --buildsystem=cmake --parallel

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ignition-msgs.git



More information about the debian-science-commits mailing list