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
22
internal/cmd/oohelperd/debian/control
Normal file
22
internal/cmd/oohelperd/debian/control
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
Source: oohelperd
|
||||
Maintainer: Federico Ceratto <federico@openobservatory.org>
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Build-Depends:
|
||||
devscripts,
|
||||
dpkg-dev,
|
||||
Standards-Version: 4.5.0
|
||||
Vcs-Browser: https://github.com/ooni/probe-cli
|
||||
Vcs-Git: https://github.com/ooni/probe-cli.git
|
||||
Homepage: https://github.com/ooni/probe-cli
|
||||
Rules-Requires-Root: no
|
||||
XS-Go-Import-Path: github.com/ooni/probe-cli
|
||||
|
||||
Package: oohelperd
|
||||
Architecture: any
|
||||
Pre-Depends: debconf (>= 1.0.0)
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends},
|
||||
adduser,
|
||||
debconf
|
||||
Built-Using: ${misc:Built-Using}
|
||||
Description: OONI test helper
|
||||
Loading…
Reference in a new issue