1
0
Fork 0

Adding debian version 1.2.3-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 13:10:33 +02:00
parent d4d4f346b4
commit c6c73c3147
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 85 additions and 0 deletions

28
debian/control vendored Normal file
View file

@ -0,0 +1,28 @@
Source: golang-github-42wim-httpsig
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-golang-x-crypto-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/42wim/httpsig
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-github-42wim-httpsig
Vcs-Git: https://forgejo.debian.net/forgejo/golang-github-42wim-httpsig
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/42wim/httpsig
Package: golang-github-42wim-httpsig-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
golang-golang-x-crypto-dev,
${misc:Depends},
Description: implementation of the HTTP Signatures RFC draft (Go library)
httpsig is a Go library that implements HTTP Signatures. It supports many
different combinations of MAC, HMAC signing of hash, or RSA signing of hash
schemes.