1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-27 10:53:44 +02:00

Build debian packages using specification files instead of shell script.

This commit is contained in:
Henrik Hautakoski 2022-08-19 17:02:18 +02:00
parent 6f8a3db85e
commit 7043d67945
No known key found for this signature in database
GPG key ID: 608414D93E862CCD
9 changed files with 79 additions and 39 deletions

17
debian/control vendored Normal file
View file

@ -0,0 +1,17 @@
Source: eosio-api-healthcheck
Section: introspection
Build-Depends:
debhelper (>= 11)
Standards-Version: 4.0.0
Vcs-Git: https://github.com/eosswedenorg/eos-api-healthcheck.git
Vcs-Browser: https://github.com/eosswedenorg/eos-api-healthcheck
Priority: optional
Maintainer: Henrik Hautakoski <henrik@eossweden.org>
Package: eosio-api-healthcheck
Section: introspection
Priority: optional
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}
Homepage: https://github.com/eosswedenorg/eos-api-healthcheck
Description: HAproxy healthcheck program for EOSIO API.