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
|
Source: debsig-verify
Section: admin
Priority: optional
Maintainer: Dpkg Developers <debian-dpkg@lists.debian.org>
Uploaders: Guillem Jover <guillem@debian.org>
Vcs-Browser: https://anonscm.debian.org/cgit/dpkg/debsig-verify.git
Vcs-Git: https://anonscm.debian.org/git/dpkg/debsig-verify.git
Build-Depends:
debhelper (>= 9),
pkg-config,
libdpkg-dev (>= 1.18.11),
libxmltok1-dev,
gnupg <!nocheck>,
Standards-Version: 3.9.8
Package: debsig-verify
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
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.
|