1
0
Fork 0

Adding debian version 1.6.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-17 05:44:01 +02:00
parent 9412e3a223
commit 50708c5cd8
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 73 additions and 0 deletions

25
debian/control vendored Normal file
View file

@ -0,0 +1,25 @@
Source: golang-github-twin-health
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/TwiN/health
Vcs-Browser: https://forgejo.debian.net/gatus/golang-github-twin-health
Vcs-Git: https://forgejo.debian.net/gatus/golang-github-twin-health
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/TwiN/health
Package: golang-github-twin-health-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: health check endpoint handler (Go library)
health is a Go library used for creating health check endpoints for service
monitoring.