1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: debsigs
Section: devel
Priority: optional
Maintainer: Peter Pentchev <roam@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.5.0
Vcs-Git: https://gitlab.com/debsigs/debsigs.git
Vcs-Browser: https://gitlab.com/debsigs/debsigs
Rules-Requires-Root: no
Package: debsigs
Architecture: all
Multi-Arch: foreign
Depends: ${perl:Depends}, ${misc:Depends}, gnupg, binutils
Recommends: debsig-verify
Description: toolset for cryptographically signing Debian packages
debsigs is a package that allows GPG signatures to be embedded inside Debian
packages. These signatures can later be verified by package retrieval and
installation tools to ensure the authenticity of the contents of the
package.
|