oohelperd packaging and CI (#374)
Closes https://github.com/ooni/backend/issues/499 Co-authored-by: Simone Basso <bassosimone@gmail.com>
This commit is contained in:
parent
fd5405ade1
commit
8e26dbae8e
10 changed files with 196 additions and 0 deletions
19
internal/cmd/oohelperd/debian/rules
Executable file
19
internal/cmd/oohelperd/debian/rules
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
#!/usr/bin/make -f
|
||||
|
||||
export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_clean:
|
||||
dh_auto_clean
|
||||
|
||||
override_dh_auto_build:
|
||||
# The oohelperd binary is provided
|
||||
cp ../../../oohelperd .
|
||||
|
||||
override_dh_dwz:
|
||||
true
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- --no-source
|
||||
Loading…
Reference in a new issue