From: IOhannes m zmölnig (Debian/GNU) Date: Thu, 21 Apr 2022 12:53:42 +0000 (+0200) Subject: Switch buildsystem to 'meson' X-Git-Tag: archive/raspbian/2.5.1+ds-1+rpi1~1^2~155 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e0eab8944d28e9d7680e26ce46444dc38c4ff380;p=jacktrip.git Switch buildsystem to 'meson' --- diff --git a/debian/control b/debian/control index 7625144..2b2b1df 100644 --- a/debian/control +++ b/debian/control @@ -10,8 +10,8 @@ Build-Depends: help2man, libjack-dev, librtaudio-dev, + meson, pkg-config, - qt5-qmake, qtbase5-dev, Standards-Version: 4.6.0 Rules-Requires-Root: no diff --git a/debian/rules b/debian/rules index 894dab5..b3b59ae 100755 --- a/debian/rules +++ b/debian/rules @@ -16,7 +16,7 @@ export QT_SELECT=qt5 DEB_SRCDIR = . %: - dh $@ --sourcedirectory=$(DEB_SRCDIR) --buildsystem=qmake + dh $@ --sourcedirectory=$(DEB_SRCDIR) --buildsystem=meson override_dh_clean: dh_clean