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
|
Source: golang-github-smallstep-truststore
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
Standards-Version: 4.6.1.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-smallstep-truststore
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-smallstep-truststore.git
Homepage: https://github.com/smallstep/truststore
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/smallstep/truststore
Package: truststore
Architecture: any
Breaks: golang-truststore (<< 0.12.0~)
Replaces: golang-truststore (<< 0.12.0~)
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Go application for local installation of development certificates
Go Report Card:
https://goreportcard.com/report/github.com/smallstep/truststore
.
Based on https://github.com/FiloSottile/mkcert
Package: golang-truststore
Architecture: any
Section: oldlibs
Depends: truststore,
${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Transitional package
This is a transitional package. It can safely be removed.
Package: golang-github-smallstep-truststore-dev
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Go library for local installation of development certificates
Documentation:
https://godoc.org/github.com/smallstep/truststore
.
Go Report Card:
https://goreportcard.com/report/github.com/smallstep/truststore
.
Based on https://github.com/FiloSottile/mkcert
|