File: control

package info (click to toggle)
golang-github-google-certificate-transparency 1.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,764 kB
  • sloc: sh: 606; makefile: 103; sql: 16
file content (49 lines) | stat: -rw-r--r-- 2,206 bytes parent folder | download | duplicates (2)
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
Source: golang-github-google-certificate-transparency
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any,
               golang-github-golang-mock-dev,
               golang-github-gorilla-mux-dev,
               golang-github-hashicorp-golang-lru-v2-dev,
               golang-github-mattn-go-sqlite3-dev,
               golang-github-rs-cors-dev,
               golang-github-spf13-cobra-dev,
               golang-github-spf13-pflag-dev,
               golang-github-transparency-dev-merkle-dev,
               golang-google-protobuf-dev,
               golang-k8s-klog-dev,
Standards-Version: 4.7.2
Homepage: https://github.com/google/certificate-transparency-go
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-google-certificate-transparency
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-google-certificate-transparency.git
XS-Go-Import-Path: github.com/google/certificate-transparency-go
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-google-certificate-transparency-dev
Architecture: all
Depends: golang-github-golang-mock-dev,
         golang-github-gorilla-mux-dev,
         golang-github-hashicorp-golang-lru-v2-dev,
         golang-github-mattn-go-sqlite3-dev,
         golang-github-rs-cors-dev,
         golang-github-spf13-cobra-dev,
         golang-github-spf13-pflag-dev,
         golang-github-transparency-dev-merkle-dev,
         golang-google-protobuf-dev,
         golang-k8s-klog-dev,
         ${misc:Depends},
         ${shlibs:Depends},
Breaks: golang-github-sigstore-sigstore-go-dev (<< 0.6.2-3~),
Description: Framework for monitoring and auditing SSL certificates
 The Certificate Transparency project provides a framework to explore
 ideas to improve the security of HTTPS connections by adding new
 functional components to the current SSL security system: logging,
 monitoring and auditing.
 .
 Please see http://www.certificate-transparency.org for more details
 about certificate transparency and how it works.