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
|
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>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-go-ldap-ldap-dev,
golang-github-notaryproject-notation-core-go-dev,
golang-github-notaryproject-notation-go-dev,
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-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-golang-x-net-dev,
golang-golang-x-term-dev,
golang-logrus-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.0
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,
golang-github-notaryproject-notation-go-dev,
golang-github-notaryproject-tspclient-go-dev,
golang-github-opencontainers-go-digest-dev,
golang-github-opencontainers-image-spec-dev,
golang-github-spf13-cobra-dev,
golang-github-spf13-pflag-dev,
golang-golang-x-net-dev,
golang-golang-x-term-dev,
golang-logrus-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.
Package: notation
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends}
Built-Using:
${misc: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.
|