1
0
Fork 0

Adding debian version 3.5.1-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-18 18:13:04 +02:00
parent 097626e61a
commit 0c05f145ef
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 80 additions and 0 deletions

32
debian/control vendored Normal file
View file

@ -0,0 +1,32 @@
Source: golang-github-mholt-archiver
Section: golang
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-andybalholm-brotli-dev,
golang-github-dsnet-compress-dev,
golang-github-klauspost-compress-dev,
golang-github-klauspost-pgzip-dev,
golang-github-nwaples-rardecode-dev,
golang-github-pierrec-lz4-dev,
golang-github-ulikunitz-xz-dev,
golang-golang-x-text-dev,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/mholt/archiver
Vcs-Browser: https://forgejo.debian.net/forgejo/golang-github-mholt-archiver
Vcs-Git: https://forgejo.debian.net/forgejo/golang-github-mholt-archiver
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/mholt/archiver
Package: golang-github-mholt-archiver-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
Description: multi-format archive utility (Go library)
archiver is Go library to handle multiple archive formats.