summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control45
1 files changed, 45 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..15d4875
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.