From 6ab897f66b68b857e19f6e603968a7a35b2b66df Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Fri, 4 Jun 2021 16:14:03 -0500 Subject: [PATCH] disable wrap mode for debian (if deps are missing we don't run packaging) --- contrib/debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/debian/rules b/contrib/debian/rules index 60f888853..9e708ec01 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -13,7 +13,7 @@ endif CONFARGS = ifneq ($(CI),) - CONFARGS += --werror --wrap-mode=default + CONFARGS += --werror endif ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))