File: control

package info (click to toggle)
golang-github-smallstep-certificates 0.20.0-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 23,144 kB
  • sloc: sh: 278; makefile: 170
file content (73 lines) | stat: -rw-r--r-- 3,234 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
Source: golang-github-smallstep-certificates
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Peymaneh <peymaneh@posteo.net>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-masterminds-sprig-dev,
               golang-github-aws-aws-sdk-go-dev,
               golang-github-go-chi-chi-dev,
               golang-github-go-kit-kit-dev,
               golang-github-pkg-errors-dev,
               golang-github-urfave-cli-dev,
               golang-github-stretchr-testify-dev <!nocheck>,
               golang-github-sirupsen-logrus-dev,
               golang-github-smallstep-assert-dev <!nocheck>,
               golang-github-smallstep-nosql-dev,
               golang-github-thalesignite-crypto11-dev,
               golang-github-micromdm-scep-dev,
               golang-github-newrelic-go-agent-dev,
               golang-github-go-piv-piv-go-dev,
               golang-github-google-uuid-dev,
               golang-github-rs-xid-dev,
               golang-github-fullsailor-pkcs7-dev,
               golang-github-slackhq-nebula-dev (>= 1.9.3~),
               golang-golang-x-crypto-dev,
               golang-golang-x-net-dev,
               golang-gopkg-square-go-jose.v2-dev,
               golang-step-cli-utils-dev (>= 0.7.5-3),
               golang-github-smallstep-crypto-dev,
               golang-step-linkedca-dev,
               libpcsclite-dev,
Standards-Version: 4.6.1.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-smallstep-certificates
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-smallstep-certificates.git
Homepage: https://github.com/smallstep/certificates
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/smallstep/certificates

Package: golang-github-smallstep-certificates-dev
Architecture: all
Depends: golang-github-masterminds-sprig-dev,
         golang-github-aws-aws-sdk-go-dev,
         golang-github-go-chi-chi-dev,
         golang-github-go-kit-kit-dev,
         golang-github-pkg-errors-dev,
         golang-github-urfave-cli-dev,
         golang-github-sirupsen-logrus-dev,
         golang-github-smallstep-nosql-dev,
         golang-github-thalesignite-crypto11-dev,
         golang-github-micromdm-scep-dev,
         golang-github-newrelic-go-agent-dev,
         golang-github-go-piv-piv-go-dev,
         golang-github-google-uuid-dev,
         golang-github-rs-xid-dev,
         golang-github-fullsailor-pkcs7-dev,
         golang-github-slackhq-nebula-dev (>= 1.9.3~),
         golang-golang-x-crypto-dev,
         golang-golang-x-net-dev,
         golang-gopkg-square-go-jose.v2-dev,
         golang-step-cli-utils-dev (>= 0.7.5-3),
         golang-github-smallstep-crypto-dev,
         golang-step-linkedca-dev,
         libpcsclite-dev,
         ${misc:Depends}
Description: go libraries for private certificate authority
 step-ca is and online certificate authority for secure, automated certificate
 management.
 .
 This package provides multiple go modules used by step-ca (scep, acme, db to
 name a few) as well as example implementations of clients and servers.