debian: set buildsystem to meson, not meson+ninja

The latter fails on Ubuntu, presumably due to an older debhelper version.

related to #4086
This commit is contained in:
Michael Stapelberg 2020-05-19 18:48:16 +02:00
parent 97e477777e
commit ff6c2d2214

2
debian/rules vendored
View File

@ -22,4 +22,4 @@ override_dh_builddeb:
dh_builddeb -- -Zgzip
%:
dh $@ --buildsystem=meson+ninja
dh $@ --buildsystem=meson