1
0
Fork 0

Adding debian version 0.0~git20190502.809d437-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 17:51:49 +02:00
parent 289829de85
commit 820a9896d7
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 74 additions and 0 deletions

23
debian/control vendored Normal file
View file

@ -0,0 +1,23 @@
Source: golang-github-blakesmith-ar
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/blakesmith/ar
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-github-blakesmith-ar
Vcs-Git: https://forgejo.debian.net/forgejo/golang-github-blakesmith-ar
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/blakesmith/ar
Package: golang-github-blakesmith-ar-dev
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: ar archive file library (Go library)
ar is a Go library to reading and writing ar archive files.