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 35 36 37 38 39 40
|
Source: golang-pault-go-debian
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Paul Tagliamonte <paultag@debian.org>,
Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-crypto-dev,
golang-pault-go-topsort-dev,
golang-github-xi2-xz-dev,
golang-github-kjk-lzma-dev,
Standards-Version: 4.6.1
Homepage: https://pault.ag/go/debian
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-pault-go-debian
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-pault-go-debian.git
XS-Go-Import-Path: pault.ag/go/debian
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-go
Package: golang-pault-go-debian-dev
Architecture: all
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends},
golang-golang-x-crypto-dev,
golang-pault-go-topsort-dev,
golang-github-xi2-xz-dev,
golang-github-kjk-lzma-dev,
Description: library to parse and handle common Debian file formats
This module contains a bunch of helpers to write programs that interact
with common Debian file formats - currently centered around Debian Development
tools.
.
This module currently contains support for:
.
- Dependencies
- Versions
- Control files
|