mirror of
https://github.com/safing/portmaster-packaging.git
synced 2026-05-20 20:10:34 +00:00
12 lines
157 B
Makefile
12 lines
157 B
Makefile
#!/usr/bin/make -f
|
|
#export DH_VERBOSE = 1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
#Don't run strip for go-binaries
|
|
override_dh_strip:
|
|
|
|
override_dh_installsystemd:
|
|
dh_installsystemd -r
|