mirror of
https://github.com/Ysurac/openmptcprouter-vps-admin.git
synced 2025-02-12 18:41:52 +00:00
8 lines
138 B
Makefile
Executable file
8 lines
138 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
#export DH_VERBOSE = 1
|
|
|
|
# Security Hardening
|
|
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
|
|
|
%:
|
|
dh $@ --with python3
|