File: control

package info (click to toggle)
golang-github-notaryproject-notation 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,284 kB
  • sloc: sh: 346; makefile: 79; python: 60
file content (72 lines) | stat: -rw-r--r-- 2,747 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
Source: golang-github-notaryproject-notation
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Reinhard Tartler <siretart@tauware.de>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-go-ldap-ldap-dev,
 golang-github-notaryproject-notation-core-go-dev (>> 1.1.0-7~),
 golang-github-notaryproject-notation-go-dev (>> 1.2.1-5~),
 golang-github-notaryproject-tspclient-go-dev,
 golang-github-onsi-ginkgo-v2-dev,
 golang-github-opencontainers-go-digest-dev,
 golang-github-opencontainers-image-spec-dev,
 golang-github-sirupsen-logrus-dev,
 golang-github-spf13-cobra-dev,
 golang-github-spf13-pflag-dev,
 golang-golang-x-net-dev,
 golang-golang-x-term-dev,
 help2man <!nodoc>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-notaryproject-notation
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-notaryproject-notation.git
Homepage: https://github.com/notaryproject/notation
XS-Go-Import-Path: github.com/notaryproject/notation

Package: golang-github-notaryproject-notation-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-go-ldap-ldap-dev,
 golang-github-notaryproject-notation-core-go-dev (>> 1.1.0-7~),
 golang-github-notaryproject-notation-go-dev (>> 1.2.1-5~),
 golang-github-notaryproject-tspclient-go-dev,
 golang-github-opencontainers-go-digest-dev,
 golang-github-opencontainers-image-spec-dev,
 golang-github-sirupsen-logrus-dev,
 golang-github-spf13-cobra-dev,
 golang-github-spf13-pflag-dev,
 golang-golang-x-net-dev,
 golang-golang-x-term-dev,
 ${misc:Depends}
Description: CLI tool to sign and verify artifacts (library)
 Notation is a CLI project to add signatures as standard items in the OCI
 registry ecosystem, and to build a set of simple tooling for signing and
 verifying these signatures. This should be viewed as similar security to
 checking git commit signatures, although the signatures are generic and
 can be used for additional purposes.
 .
 This package contains the Go source code.

Package: notation
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Built-Using:
 ${misc:Built-Using}
Static-Built-Using:
 ${misc:Static-Built-Using}
Description: CLI tool to sign and verify artifacts (program)
 Notation is a CLI project to add signatures as standard items in the OCI
 registry ecosystem, and to build a set of simple tooling for signing and
 verifying these signatures. This should be viewed as similar security to
 checking git commit signatures, although the signatures are generic and
 can be used for additional purposes.
 .
 This package contains the command-line tool 'notation'.