mirror of
https://github.com/Ysurac/openmptcprouter-vps.git
synced 2025-03-09 15:50:00 +00:00
Add initial Debian packages files
This commit is contained in:
parent
637e2ee08a
commit
91116306a1
6 changed files with 51 additions and 0 deletions
13
debian/rules
vendored
Executable file
13
debian/rules
vendored
Executable file
|
@ -0,0 +1,13 @@
|
|||
#!/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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue