File: control

package info (click to toggle)
golang-github-smallstep-scep 0.0~git20250318.a25cabb-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 272 kB
  • sloc: makefile: 28
file content (34 lines) | stat: -rw-r--r-- 1,195 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
Source: golang-github-smallstep-scep
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 golang-any,
 golang-github-smallstep-pkcs7-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-smallstep-scep
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-smallstep-scep.git
Homepage: https://github.com/smallstep/scep
XS-Go-Import-Path: github.com/smallstep/scep

Package: golang-github-smallstep-scep-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-smallstep-pkcs7-dev,
 ${misc:Depends},
Description: Simple Certificate Enrollment Protocol (SCEP) Go tools (library)
 scep is a Golang implementation of the Simple Certificate Enrollment
 Protocol (SCEP).
 .
 This package started its life as part of https://github.com/micromdm/scep
 The core SCEP protocol was extracted from it and is now being
 maintained by smallstep (https://smallstep.com).
 .
 This package contains the Go development library.