10 lines
141 B
Makefile
Executable file
10 lines
141 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
export DEB_BUILD_HARDENING=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
# quick file permission fix
|
|
override_dh_fixperms:
|
|
dh_fixperms -Xetc/gclog.conf
|