mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 15:41:19 +00:00
b17ee0c16e
Largely cribbed from libhandy, thanks due to Guido.
11 lines
199 B
Makefile
Executable file
11 lines
199 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@ -- -B_build
|
|
|
|
override_dh_auto_test:
|
|
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
|
|
xvfb-run ninja -C _build test
|
|
endif
|