File: control

package info (click to toggle)
golang-github-micromdm-scep 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 436 kB
  • sloc: makefile: 47; sh: 27
file content (45 lines) | stat: -rw-r--r-- 1,812 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
Source: golang-github-micromdm-scep
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-boltdb-bolt-dev,
               golang-github-fullsailor-pkcs7-dev (>= 0.0~git20210826.33d0574~),
               golang-github-go-kit-kit-dev,
               golang-github-gorilla-mux-dev,
               golang-github-pkg-errors-dev,
Standards-Version: 4.6.1.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-micromdm-scep
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-micromdm-scep.git
Homepage: https://github.com/micromdm/scep
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/micromdm/scep

Package: scep
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: SCEP server and client written in go
 scep implements Simple Certificate Enrollment Protocol server and client.
 This package provides its binaries scepserver and scepclient.

Package: golang-github-micromdm-scep-dev
Architecture: all
Depends: golang-github-boltdb-bolt-dev,
         golang-github-fullsailor-pkcs7-dev (>= 0.0~git20210826.33d0574~),
         golang-github-go-kit-kit-dev,
         golang-github-gorilla-mux-dev,
         golang-github-pkg-errors-dev,
         ${misc:Depends},
Description: SCEP go library
 This package provides a Simple Certificate Enrollment Protocol library for
 usage in another go project.
 .
 An example server implementation will be installed to
 /usr/share/doc/golang-github-micromdm-scep-dev/examples/
 .
 Documentation: https://pkg.go.dev/github.com/micromdm/scep/v2/scep