File: control

package info (click to toggle)
gitsign 0.13.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,028 kB
  • sloc: makefile: 52; sh: 9
file content (71 lines) | stat: -rw-r--r-- 2,233 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Source: gitsign
Section: vcs
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Simon Josefsson <simon@josefsson.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 git <!nocheck>,
 golang-any,
 golang-github-github-smimesign-dev,
 golang-github-go-git-go-git-dev (>> 5.13.1~),
 golang-github-go-openapi-runtime-dev,
 golang-github-go-openapi-strfmt-dev,
 golang-github-in-toto-in-toto-golang-dev,
 golang-github-mattn-go-tty-dev,
 golang-github-patrickmn-go-cache-dev,
 golang-github-sigstore-cosign-dev,
 golang-github-sigstore-rekor-dev,
 golang-github-sigstore-sigstore-dev,
 help2man <!nodoc>,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/gitsign
Vcs-Git: https://salsa.debian.org/go-team/packages/gitsign.git
Homepage: https://github.com/sigstore/gitsign
XS-Go-Import-Path: github.com/sigstore/gitsign

Package: gitsign
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Built-Using:
 ${misc:Built-Using},
Static-Built-Using:
 ${misc:Static-Built-Using},
Description: Keyless Git signing using Sigstore (program)
 Keyless Git signing with Sigstore!
 .
 This is heavily inspired by (https://github.com/github/smimesign), but
 uses keyless Sigstore to sign Git commits with your own GitHub / OIDC
 identity.
 .
 This package contains the command-line gitsign binary.

Package: golang-github-sigstore-gitsign-dev
Section: golang
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-github-smimesign-dev,
 golang-github-go-git-go-git-dev (>> 5.13.1~),
 golang-github-go-openapi-runtime-dev,
 golang-github-go-openapi-strfmt-dev,
 golang-github-in-toto-in-toto-golang-dev,
 golang-github-mattn-go-tty-dev,
 golang-github-patrickmn-go-cache-dev,
 golang-github-sigstore-cosign-dev,
 golang-github-sigstore-rekor-dev,
 golang-github-sigstore-sigstore-dev,
 ${misc:Depends},
Description: Keyless Git signing using Sigstore (library)
 Keyless Git signing with Sigstore!
 .
 This is heavily inspired by (https://github.com/github/smimesign), but
 uses keyless Sigstore to sign Git commits with your own GitHub / OIDC
 identity.
 .
 This package contains the Go development library.