File: control

package info (click to toggle)
golang-github-endophage-gotuf 0.0~git20151020.0.2df1c8e-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 436 kB
  • ctags: 504
  • sloc: makefile: 27
file content (40 lines) | stat: -rw-r--r-- 1,822 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
35
36
37
38
39
40
Source: golang-github-endophage-gotuf
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-ed25519-dev | golang-github-agl-ed25519-dev,
               golang-github-google-gofuzz-dev,
               golang-github-jfrazelle-go-dev,
               golang-github-mattn-go-sqlite3-dev,
               golang-github-stretchr-testify-dev,
               golang-go,
               golang-go.crypto-dev | golang-golang-x-crypto-dev,
               golang-logrus-dev | golang-github-sirupsen-logrus-dev
Standards-Version: 3.9.6
Homepage: https://github.com/endophage/gotuf
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-endophage-gotuf.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-endophage-gotuf.git
XS-Go-Import-Path: github.com/endophage/gotuf

Package: golang-github-endophage-gotuf-dev
Architecture: all
Depends: golang-ed25519-dev | golang-github-agl-ed25519-dev,
         golang-github-google-gofuzz-dev,
         golang-github-jfrazelle-go-dev,
         golang-github-mattn-go-sqlite3-dev,
         golang-github-stretchr-testify-dev,
         golang-go.crypto-dev | golang-golang-x-crypto-dev,
         golang-logrus-dev | golang-github-sirupsen-logrus-dev,
         ${misc:Depends},
         ${shlibs:Depends}
Description: Go implementation of the TUF specification
 This is still a work in progress but will shortly be a fully compliant Go
 implementation of The Update Framework (TUF).
 .
 This repository provides a library only. The Notary project from Docker should
 be considered the official CLI to be used with this implementation of TUF.
 .
 This package contains the source.