From c98ac36a18fc1f35f32d53dd9f6fbb6843d73792 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Thu, 25 Nov 2021 14:18:56 +0100 Subject: [PATCH] drop .PHONY Gbp-Dch: ignore --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 49793bc..cbcc343 100755 --- a/debian/rules +++ b/debian/rules @@ -22,12 +22,12 @@ override_dh_clean: rm -rf $(FLAVORS:%=$(builddir)%) rm -f $(FLAVORS:%=jacktrip-%.1) -.PHONY: $(patsubst %,configure_%,$(FLAVORS)) +#.PHONY: $(patsubst %,configure_%,$(FLAVORS)) override_dh_auto_configure-arch: $(patsubst %,configure_%,$(FLAVORS)) configure_%: dh_auto_configure -a -B $(builddir)$* -- $(strip $(CONFIG) $(CONFIG_$*)) $(CURDIR)/jacktrip.pro -.PHONY: $(patsubst %,build_%,$(FLAVORS)) +#.PHONY: $(patsubst %,build_%,$(FLAVORS)) override_dh_auto_build-arch: $(patsubst %,build_%,$(FLAVORS)) $(patsubst %,$(builddir)%/jacktrip.1,$(FLAVORS)) build_%: dh_auto_build -a -B $(builddir)$* -- -f Makefile.Release -- 2.30.2