mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-01 22:58:41 -04:00
14 lines
205 B
Text
14 lines
205 B
Text
|
|
#!/usr/bin/make -f
|
||
|
|
# -*- makefile -*-
|
||
|
|
|
||
|
|
export DH_VERBOSE=1
|
||
|
|
export DH_OPTIONS=-v
|
||
|
|
|
||
|
|
include /usr/share/dpkg/pkg-info.mk
|
||
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||
|
|
|
||
|
|
%:
|
||
|
|
dh $@ --buildsystem=meson
|
||
|
|
|
||
|
|
|