1
0
mirror of https://git.dpkg.org/git/dpkg/debsig-verify.git synced 2025-04-04 16:05:26 +00:00
Files

52 lines
1.9 KiB
Plaintext

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.