mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-02-12 19:31:54 +00:00
14 lines
237 B
Text
14 lines
237 B
Text
|
#!/usr/bin/make -f
|
||
|
#export DH_VERBOSE = 1
|
||
|
|
||
|
# Security Hardening
|
||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||
|
|
||
|
%:
|
||
|
dh $@
|
||
|
|
||
|
override_dh_auto_install:
|
||
|
mkdir -p /usr/share/omr-server/shorewall4
|
||
|
mkdir -p /usr/share/omr-server/shorewall6
|
||
|
|