2023-06-23 14:25:16 +02:00
|
|
|
#!/usr/bin/make -f
|
|
|
|
# -*- makefile -*-
|
2023-06-23 14:20:53 +02:00
|
|
|
|
2023-06-23 14:25:16 +02:00
|
|
|
# Uncomment this to turn on verbose mode.
|
|
|
|
#export DH_VERBOSE=1
|
2023-06-23 14:20:53 +02:00
|
|
|
|
2023-06-23 14:25:16 +02:00
|
|
|
%:
|
|
|
|
dh $@ --buildsystem=meson
|
2023-06-23 14:20:53 +02:00
|
|
|
|
2023-06-23 14:25:16 +02:00
|
|
|
override_dh_auto_configure:
|
|
|
|
dh_auto_configure -- -Dbindir=games
|
2023-06-23 14:20:53 +02:00
|
|
|
|
2023-06-23 14:25:16 +02:00
|
|
|
override_dh_builddeb:
|
|
|
|
dh_builddeb -- -Zgzip
|