File: control

package info (click to toggle)
debsig-verify 0.33
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 896 kB
  • sloc: sh: 6,428; ansic: 1,219; makefile: 102
file content (51 lines) | stat: -rw-r--r-- 1,908 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
Source: debsig-verify
Section: admin
Priority: optional
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Uploaders: Guillem Jover <guillem@debian.org>
Vcs-Browser: https://git.dpkg.org/cgit/dpkg/debsig-verify.git
Vcs-Git: https://git.dpkg.org/git/dpkg/debsig-verify.git
Standards-Version: 4.7.2
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 debhelper (>= 13.10),
 pkgconf,
 libdpkg-dev (>= 1.22.0),
 libexpat1-dev,
# Needed by debsig-verify itself during the test suite execution.
 gpg <!nocheck> | gpg-from-sq <!nocheck>,
# Needed by the test suite scaffolding.
 gpg <!nocheck> | sqop <!nocheck> | rsop <!nocheck> | gosop <!nocheck> | pgpainless-cli <!nocheck> | sq <!nocheck>,
# We need the agent for the test suite as we are handling a secret keyring.
 gpg-agent <!nocheck> | sqop <!nocheck> | rsop <!nocheck> | gosop <!nocheck> | pgpainless-cli <!nocheck> | sq <!nocheck>,
Build-Conflicts:
# Uses new sq features, w/o requiring a hard build dependency on sq.
 sq (<< 1.0.0~),
# Uses required SOP features, w/o requiring a hard dependency on sqop.
 sqop (<< 0.27.2~),
# Uses required SOP features, w/o requiring a hard dependency on rsop.
 rsop (<< 0.4.0~),
# Uses required SOP features, w/o requiring a hard dependency on gosop.
 gosop (<< 1.1.0~),
# Uses required SOP features, w/o requiring a hard dependency on pgpainless.
 pgpainless-cli (<< 1.3.13~),
 libsop-java-java (<< 4.0.7~),

Package: debsig-verify
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 gpg,
Suggests:
 debian-keyring,
 debsigs,
Enhances:
 dpkg,
Built-Using: ${sourcedep:libdpkg-dev}
Description: Debian package signature verification tool
 This tool inspects and verifies binary package digital signatures based
 on predetermined policies, complementing repository signatures or allowing
 to verify the authenticity of a package even after download when detached
 from a repository.