mirror of
https://github.com/lutris/lutris
synced 2024-11-02 14:59:58 +00:00
2530b35d1f
Signed-off-by: Stephan Lachnit <stephanlachnit@debian.org>
14 lines
245 B
Makefile
Executable file
14 lines
245 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --buildsystem=meson
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- -Dbindir=games
|
|
|
|
override_dh_builddeb:
|
|
dh_builddeb -- -Zgzip
|