From: IOhannes m zmölnig (Debian/GNU) Date: Sat, 17 Jun 2023 21:18:53 +0000 (+0200) Subject: Fixing the missing-sources handling X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~73 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=83ecc29b66668e736da291f5d487b2cfdcd0b7b4;p=jacktrip.git Fixing the missing-sources handling Gbp-Dch: ignore --- diff --git a/debian/clean b/debian/clean index 75167fa..eb15f9e 100644 --- a/debian/clean +++ b/debian/clean @@ -1 +1,2 @@ debian/build/ +externals/Simple-FFT/include/ diff --git a/debian/rules b/debian/rules index 49327c8..9455b58 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,6 @@ CONFIG_gui = -Dnogui=false -Drtaudio=enabled -Djack=enabled builddir=debian/build/flavor- -simple-fft-include=$(CURDIR)/externals/Simple-FFT/include/ export QT_SELECT=qt5 DEB_SRCDIR = . @@ -19,12 +18,9 @@ DEB_SRCDIR = . %: dh $@ --sourcedirectory=$(DEB_SRCDIR) --buildsystem=meson -execute_before_dh_auto_build: +execute_before_dh_auto_configure: cp -r $(CURDIR)/debian/missing-sources/Simple-FFT/include/ \ - $(simple-fft-include) - -execute_after_dh_auto_clean: - rm -rf $(simple-fft-include) + $(CURDIR)/externals/Simple-FFT/include/ #.PHONY: $(patsubst %,configure_%,$(FLAVORS)) override_dh_auto_configure-arch: $(patsubst %,configure_%,$(FLAVORS))