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
|
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.6.2
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
debhelper (>= 13.10),
pkg-config,
libdpkg-dev (>= 1.18.11),
libexpat1-dev,
gpg <!nocheck> | gnupg <!nocheck> | sqop <!nocheck> | sq <!nocheck>,
# We need the agent for the test suite as we are handling a secret keyring.
gpg-agent <!nocheck> | gnupg-agent <!nocheck> | sqop <!nocheck> | sq <!nocheck>,
Package: debsig-verify
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
gpg | gnupg,
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.
|