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