summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 1868f8c0866ba31ea4f8934c79a18f071cf4d942 (plain)
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
Source: golang-github-sigstore-sigstore
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Original-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-azure-azure-sdk-for-go-dev,
               golang-github-azure-go-autorest-dev,
               golang-github-aws-aws-sdk-go-v2-dev,
               golang-github-coreos-go-oidc-dev,
               golang-github-go-test-deep-dev,
               golang-github-google-go-cmp-dev,
               golang-github-google-go-containerregistry-dev,
               golang-github-coreos-go-oidc-v3-dev,
#               golang-github-hashicorp-vault-dev,
               golang-github-jellydator-ttlcache-dev,
               golang-github-mitchellh-go-homedir-dev,
               golang-github-pkg-browser-dev,
               golang-github-secure-systems-lab-go-securesystemslib-dev (>> 0.8.0~),
               golang-github-segmentio-ksuid-dev,
               golang-github-skratchdot-open-golang-dev,
               golang-github-stretchr-testify-dev,
               golang-github-theupdateframework-go-tuf-dev,
               golang-golang-x-crypto-dev,
               golang-golang-x-oauth2-dev,
               golang-golang-x-term-dev,
               golang-google-api-dev,
               golang-google-genproto-dev,
               golang-google-protobuf-dev,
#               golang-googlecloud-go-dev,
               golang-gopkg-square-go-jose.v2-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-sigstore-sigstore
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-sigstore-sigstore.git
Homepage: https://github.com/sigstore/sigstore
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/sigstore/sigstore

Package: golang-github-sigstore-sigstore-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-azure-azure-sdk-for-go-dev,
         golang-github-azure-go-autorest-dev,
         golang-github-aws-aws-sdk-go-v2-dev,
         golang-github-coreos-go-oidc-dev,
         golang-github-go-test-deep-dev,
         golang-github-google-go-cmp-dev,
         golang-github-google-go-containerregistry-dev,
         golang-github-coreos-go-oidc-v3-dev,
#         golang-github-hashicorp-vault-dev,
         golang-github-jellydator-ttlcache-dev,
         golang-github-mitchellh-go-homedir-dev,
         golang-github-pkg-browser-dev,
         golang-github-secure-systems-lab-go-securesystemslib-dev (>> 0.8.0~),
         golang-github-segmentio-ksuid-dev,
         golang-github-skratchdot-open-golang-dev,
         golang-github-stretchr-testify-dev,
         golang-github-theupdateframework-go-tuf-dev,
         golang-golang-x-crypto-dev,
         golang-golang-x-oauth2-dev,
         golang-golang-x-term-dev,
         golang-google-api-dev,
         golang-google-genproto-dev,
         golang-google-protobuf-dev,
#         golang-googlecloud-go-dev,
         golang-gopkg-square-go-jose.v2-dev,
         ${misc:Depends}
Description: Common go library shared across sigstore services and clients (library)
 sigstore/sigstore is a generic library / framework that is utilized by
 various other clients and projects including fulcio (webPKI), cosign
 (container and OCI signing tool) and tektoncd/chains (Supply Chain
 Security in Tekton Pipelines).