File: control

package info (click to toggle)
golang-github-keltia-archive 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 200 kB
  • sloc: makefile: 21
file content (34 lines) | stat: -rw-r--r-- 1,351 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Source: golang-github-keltia-archive
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>
	, Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev,
               golang-github-proglottis-gpgme-dev,
               golang-github-klauspost-compress-dev,
Standards-Version: 4.5.1
Homepage: https://github.com/keltia/archive
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-keltia-archive
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-keltia-archive.git
XS-Go-Import-Path: github.com/keltia/archive
Testsuite: autopkgtest-pkg-go

Package: golang-github-keltia-archive-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-pkg-errors-dev,
         golang-github-stretchr-testify-dev,
         golang-github-proglottis-gpgme-dev,
         golang-github-klauspost-compress-dev,
Description: Small Go library for handling archives of various types.
 The module currently supports the following "archives":
 .
  * plain text
  * gzip files (one file per stream, only first stream)
  * zip files
  * GPG files (either .asc or .gpg)