File: control

package info (click to toggle)
notary 0.6.1~ds2-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,072 kB
  • sloc: python: 1,112; sh: 481; makefile: 183; sql: 155
file content (118 lines) | stat: -rw-r--r-- 5,607 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
Source: notary
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Rebillout <arnaud.rebillout@collabora.com>,
           Michael Hudson-Doyle <mwhudson@debian.org>,
           Tianon Gravi <tianon@debian.org>
Build-Depends: debhelper (>= 11~),
               dh-golang,
               golang-any,
               golang-github-bugsnag-bugsnag-go-dev,
               golang-github-cloudflare-cfssl-dev,
               golang-github-docker-distribution-dev (>= 2.7.1~),
               golang-github-docker-go-connections-dev (>= 0.3.0~),
               golang-github-docker-go-dev,
               golang-github-dvsekhvalnov-jose2go-dev,
               golang-github-go-sql-driver-mysql-dev,
               golang-github-gorilla-mux-dev,
               golang-github-jinzhu-gorm-dev,
               golang-github-lib-pq-dev,
               golang-github-mattn-go-sqlite3-dev,
               golang-github-miekg-pkcs11-dev (>= 0.0~git20160602~),
#               golang-github-prometheus-client-golang-dev,    # vendored
               golang-github-shopify-logrus-bugsnag-dev (>= 0.0~git20171204~),
               golang-github-sirupsen-logrus-dev (>= 1.0.2~),
               golang-github-spf13-cobra-dev,
               golang-github-spf13-viper-dev,
               golang-github-stretchr-testify-dev,
               golang-golang-x-crypto-dev,
               golang-golang-x-net-dev (>= 0.0+git20160110~),
               golang-golang-x-sys-dev,
               golang-google-grpc-dev (>= 0.0~git20151002~),
               golang-gopkg-gorethink-gorethink.v3-dev,
               golang-goprotobuf-dev,
               openssl
Standards-Version: 4.1.4
Homepage: https://github.com/theupdateframework/notary
Vcs-Browser: https://salsa.debian.org/go-team/packages/notary
Vcs-Git: https://salsa.debian.org/go-team/packages/notary.git
XS-Go-Import-Path: github.com/theupdateframework/notary
Testsuite: autopkgtest-pkg-go

Package: notary
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: tool for running and interacting with trusted collections
 Notary is a project that allows anyone to have trust over arbitrary
 collections of data.
 .
 The Notary project comprises a server (cmd/notary-server) and a client
 (cmd/notary) for running and interacting with trusted collections.
 .
 Notary aims to make the internet more secure by making it easy for people to
 publish and verify content. We often rely on TLS to secure our communications
 with a web server which is inherently flawed, as any compromise of the server
 enables malicious content to be substituted for the legitimate content.
 .
 With Notary, publishers can sign their content offline using keys kept highly
 secure. Once the publisher is ready to make the content available, they can
 push their signed trusted collection to a Notary Server.
 .
 Consumers, having acquired the publisher's public key through a secure
 channel, can then communicate with any notary server or (insecure) mirror,
 relying only on the publisher's key to determine the validity and integrity
 of the received content.
 .
 This package contains the binaries/tools.

Package: golang-github-docker-notary-dev
Provides: golang-github-theupdateframework-notary-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-bugsnag-bugsnag-go-dev,
         golang-github-cloudflare-cfssl-dev,
         golang-github-docker-go-connections-dev (>= 0.3.0~),
         golang-github-docker-go-dev,
         golang-github-dvsekhvalnov-jose2go-dev,
         golang-github-go-sql-driver-mysql-dev,
         golang-github-gorilla-mux-dev,
         golang-github-jinzhu-gorm-dev,
         golang-github-lib-pq-dev,
         golang-github-mattn-go-sqlite3-dev,
         golang-github-miekg-pkcs11-dev (>= 0.0~git20160602~),
#         golang-github-prometheus-client-golang-dev,    # vendored
         golang-github-shopify-logrus-bugsnag-dev (>= 0.0~git20171204~),
         golang-github-sirupsen-logrus-dev (>= 1.0.2~),
         golang-github-spf13-cobra-dev,
         golang-github-spf13-viper-dev,
         golang-github-stretchr-testify-dev,
         golang-golang-x-crypto-dev,
         golang-golang-x-net-dev (>= 0.0+git20160110~),
         golang-golang-x-sys-dev,
         golang-google-grpc-dev (>= 0.0~git20151002~),
         golang-gopkg-gorethink-gorethink.v3-dev,
         golang-goprotobuf-dev
Description: library for running and interacting with trusted collections
 Notary is a project that allows anyone to have trust over arbitrary
 collections of data.
 .
 The Notary project comprises a server (cmd/notary-server) and a client
 (cmd/notary) for running and interacting with trusted collections.
 .
 Notary aims to make the internet more secure by making it easy for people to
 publish and verify content. We often rely on TLS to secure our communications
 with a web server which is inherently flawed, as any compromise of the server
 enables malicious content to be substituted for the legitimate content.
 .
 With Notary, publishers can sign their content offline using keys kept highly
 secure. Once the publisher is ready to make the content available, they can
 push their signed trusted collection to a Notary Server.
 .
 Consumers, having acquired the publisher's public key through a secure
 channel, can then communicate with any notary server or (insecure) mirror,
 relying only on the publisher's key to determine the validity and integrity
 of the received content.
 .
 This package contains the source.