1
0
Fork 0

Adding debian version 2.52.6-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-17 07:35:10 +02:00
parent 6d002e9543
commit c8e233fb1e
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
8 changed files with 153 additions and 0 deletions

44
debian/control vendored Normal file
View file

@ -0,0 +1,44 @@
Source: golang-github-gofiber-fiber
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-fxamacker-cbor-dev,
golang-github-google-uuid-dev,
golang-github-mattn-go-colorable-dev,
golang-github-mattn-go-isatty-dev,
golang-github-mattn-go-runewidth-dev,
golang-github-stretchr-testify-dev,
golang-github-tinylib-msgp-dev,
golang-github-valyala-bytebufferpool-dev,
golang-github-valyala-fasthttp-dev,
golang-golang-x-crypto-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/gofiber/fiber
Vcs-Browser: https://forgejo.debian.net/gatus/golang-github-gofiber-fiber
Vcs-Git: https://forgejo.debian.net/gatus/golang-github-gofiber-fiber
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/gofiber/fiber
Package: golang-github-gofiber-fiber-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-fxamacker-cbor-dev,
golang-github-google-uuid-dev,
golang-github-mattn-go-colorable-dev,
golang-github-mattn-go-isatty-dev,
golang-github-stretchr-testify-dev,
golang-github-tinylib-msgp-dev,
golang-github-valyala-bytebufferpool-dev,
golang-github-valyala-fasthttp-dev,
golang-golang-x-crypto-dev,
${misc:Depends},
Description: Express inspired web framework (Go library)
Fiber is a web framework, created with the idea of minimalism and follows the UNIX way.
It is inspired by Express, the popular web framework for Node.js.