1
0
Fork 0

Adding debian version 0.0~git20250501.cd50c6a-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 22:35:45 +02:00
parent d8f2a7c92a
commit 1bc8445651
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 74 additions and 0 deletions

26
debian/control vendored Normal file
View file

@ -0,0 +1,26 @@
Source: golang-github-go-ap-errors
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-valyala-fastjson-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/go-ap/errors
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-github-go-ap-errors
Vcs-Git: https://forgejo.debian.net/forgejo/golang-github-go-ap-errors
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/go-ap/errors
Package: golang-github-go-ap-errors-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-valyala-fastjson-dev,
${misc:Depends},
Description: Errors handling for other go-ap packages (Go library)
errors is a internal Go library used by other go-ap (ActivityPub) Go libraries.