From e0eab8944d28e9d7680e26ce46444dc38c4ff380 Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Thu, 21 Apr 2022 14:53:42 +0200 Subject: [PATCH] Switch buildsystem to 'meson' --- debian/control | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2