1
0
Fork 0

Adding debian version 1.0.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 14:08:47 +02:00
parent 4a5c02e4d1
commit af704efbc6
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 79 additions and 0 deletions

29
debian/control vendored Normal file
View file

@ -0,0 +1,29 @@
Source: golang-forgejo-go-chi-binding
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-go-chi-chi-dev,
golang-github-stretchr-testify-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://code.forgejo.org/go-chi/binding
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-binding
Vcs-Git: https://forgejo.debian.net/forgejo/golang-forgejo-go-chi-binding
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: code.forgejo.org/go-chi/binding
Package: golang-forgejo-go-chi-binding-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-go-chi-chi-dev,
golang-github-stretchr-testify-dev,
${misc:Depends},
Description: request data binding and validation for net/http (Go library)
binding is a Go library providing request data binding and validation for
net/http.