summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: ffaebf7cf9581f8d0e802ffb6fae892a410085c5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh ${@} --buildsystem=meson+ninja --with python3

override_dh_auto_configure:
	dh_auto_configure -- -Dman=true

override_dh_auto_test:
	dh_auto_test || true