mirror of
https://github.com/Ysurac/openmptcprouter-vps-admin.git
synced 2025-02-13 02:51:50 +00:00
9 lines
138 B
Text
9 lines
138 B
Text
|
#!/usr/bin/make -f
|
||
|
#export DH_VERBOSE = 1
|
||
|
|
||
|
# Security Hardening
|
||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||
|
|
||
|
%:
|
||
|
dh $@ --with python3
|