mirror of
https://github.com/lubuntu-team/trojita-packaging.git
synced 2025-02-15 09:48:19 +00:00
9 lines
122 B
Makefile
Executable File
9 lines
122 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@ --buildsystem=cmake
|
|
|
|
override_dh_auto_test:
|
|
xvfb-run -a dh_auto_test
|