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 41 42 43 44 45
|
Source: golang-github-theupdateframework-go-tuf
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-docopt-docopt-go-dev,
golang-github-dustin-go-humanize-dev,
golang-github-golang-leveldb-dev,
golang-github-google-gofuzz-dev,
golang-github-secure-systems-lab-go-securesystemslib-dev,
golang-github-stretchr-testify-dev,
golang-github-syndtr-goleveldb-dev,
golang-golang-x-crypto-dev,
golang-golang-x-term-dev,
golang-gopkg-check.v1-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-theupdateframework-go-tuf
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-theupdateframework-go-tuf.git
Homepage: https://github.com/theupdateframework/go-tuf
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/theupdateframework/go-tuf
Package: golang-github-theupdateframework-go-tuf-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-dustin-go-humanize-dev,
golang-github-docopt-docopt-go-dev,
golang-github-golang-leveldb-dev,
golang-github-google-gofuzz-dev,
golang-github-secure-systems-lab-go-securesystemslib-dev,
golang-github-stretchr-testify-dev,
golang-github-syndtr-goleveldb-dev,
golang-golang-x-crypto-dev,
golang-golang-x-term-dev,
golang-gopkg-check.v1-dev,
${misc:Depends}
Description: Securing software in golang (library)
The Update Framework (TUF) helps developers maintain the security of software
update systems, providing protection even against attackers that compromise
the repository or signing keys. TUF provides a flexible framework and
specification that developers can adopt into any software update system.
|