15 lines
269 B
Makefile
Executable file
15 lines
269 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- \
|
|
-Dman=true \
|
|
-Dx11=true
|
|
|
|
override_dh_gnome_clean:
|
|
dh_gnome_clean --no-control
|