[Pkg-libvirt-commits] [SCM] Libguestfs Debian packaging branch, master, updated. debian/1%1.16.18-1-89-g6038ece

Hilko Bengen bengen at debian.org
Mon Jan 7 18:44:47 UTC 2013


The following commit has been merged in the master branch:
commit 864d2941bae7fce5ddfe81936a2c52be951ab209
Author: Hilko Bengen <bengen at debian.org>
Date:   Sat Jun 23 22:11:16 2012 +0200

    Disabled strict checking for format-security related errors in test programs

diff --git a/debian/rules b/debian/rules
index 6386c1d..b6dd9b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,7 +85,8 @@ override_dh_auto_test:
 		$(filter-out $(PYTHON_DEFAULT), $(PYTHONS)) \
 		$(filter-out $(RUBY_DEFAULT), $(RUBIES)) \
 	; do \
-		dh_auto_test --builddir=$(CURDIR)/debian/build-$$p ; \
+		dh_auto_test --builddir=$(CURDIR)/debian/build-$$p \
+			-- CFLAGS="$(filter-out -Werror=format-security,$(CFLAGS))"; \
 	done
 
 override_dh_auto_install:

-- 
Libguestfs Debian packaging



More information about the Pkg-libvirt-commits mailing list