File: control

package info (click to toggle)
golang-github-micromdm-scep 2.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 404 kB
  • sloc: makefile: 50; sh: 27
file content (49 lines) | stat: -rw-r--r-- 1,869 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
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-coreos-bbolt-dev,
               golang-github-go-kit-kit-dev,
               golang-github-gorilla-mux-dev,
               golang-github-pkg-errors-dev,
               golang-github-smallstep-scep-dev
Standards-Version: 4.7.2
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: Simple Certificate Enrollment Protocol server/client in Go
 scep implements Simple Certificate Enrollment Protocol server and client.
 .
 This package provides the binaries 'scepserver' and 'scepclient'.

Package: golang-github-micromdm-scep-dev
Architecture: all
Depends: golang-github-coreos-bbolt-dev,
         golang-github-go-kit-kit-dev,
         golang-github-gorilla-mux-dev,
         golang-github-pkg-errors-dev,
         golang-github-smallstep-scep-dev,
         ${misc:Depends}
Description: Simple Certificate Enrollment Protocol 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
 .
 This package contains the Go development library.