From fb2e9a8b54b0e404d76fe93b969e47a8209d1532 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Sat, 16 Dec 2017 02:22:18 +0100 Subject: debian/rules: execute new debian/compat.sh file before the actual build. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 9bda99719..90234c516 100755 --- a/debian/rules +++ b/debian/rules @@ -111,7 +111,7 @@ override_dh_auto_install: PREFIX=/usr dh_auto_install -Smakefile override_dh_auto_build: - + debian/compat.sh PREFIX=/usr dh_auto_build --parallel -- CDEBUGFLAGS="$(CPPFLAGS) $(CFLAGS)" LOCAL_LDFLAGS="$(LDFLAGS)" SHLIBGLOBALSFLAGS='$(filter-out -pie,$(LDFLAGS))' override_dh_strip: -- cgit v1.2.3