File: control

package info (click to toggle)
golang-github-twpayne-go-pinentry 0.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 4
file content (38 lines) | stat: -rw-r--r-- 1,322 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
Source: golang-github-twpayne-go-pinentry
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Ryan Kavanagh <rak@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 golang-any,
 golang-github-golang-mock-dev,
 golang-github-rs-zerolog-dev,
 golang-github-stretchr-testify-dev,
 golang-go.uber-multierr-dev,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-twpayne-go-pinentry
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-twpayne-go-pinentry.git
Homepage: https://github.com/twpayne/go-pinentry
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/twpayne/go-pinentry

Package: golang-github-twpayne-go-pinentry-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-golang-mock-dev,
 golang-github-rs-zerolog-dev,
 golang-github-stretchr-testify-dev,
 golang-go.uber-multierr-dev,
 ${misc:Depends},
Enhances:
 gnupg-agent,
Description: go client library for GnuPG's pinentry
 This library provides an interface to GnuPG pinentry, a pass-phrase entry
 system. This library implements all pinentry features. It also implements a
 full parser of the underlying Assuan protocol for better compatibility with
 all pinentry implementations.