[SCM] Control pipeline recipes from the European Southern Observatory branch, debian, updated. upstream/0.3.5.1-37-g5954cc9

Ole Streicher debian at liska.ath.cx
Mon Sep 17 08:55:31 UTC 2012


The following commit has been merged in the debian branch:
commit 5954cc9bb506eaf2a88d18b28a541a1ce2f0bb88
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Sep 17 10:55:06 2012 +0200

    Fix build warnings (Q&D)

diff --git a/debian/rules b/debian/rules
index 158b4f3..bef8792 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,13 @@
 #!/usr/bin/make -f
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+CFLAGS += -Werror=format-security
 
 %:
 	dh $@
 
 build_test_recipe:
-	(cd test/iiinstrumentp && ./bootstrap && ./configure && make)
+	(cd test/iiinstrumentp && ./bootstrap && ./configure && make CPPFLAGS="$$CPPFLAGS -D_XOPEN_SOURCE=500")
 
 override_dh_auto_test: build_test_recipe
 	for PYTHON in $(shell pyversions -r); do \

-- 
Control pipeline recipes from the European Southern Observatory



More information about the debian-science-commits mailing list