mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-17 16:05:36 +00:00
7 lines
91 B
Text
7 lines
91 B
Text
|
#!/usr/bin/make -f
|
||
|
|
||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||
|
|
||
|
%:
|
||
|
dh $@ -- -B_build
|