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 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
debsig-verify - 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.
Releases
--------
The current legacy, stable and development releases can be found at:
<https://deb.debian.org/debian/pool/main/d/debsig-verify/>
For older releases check:
<https://snapshot.debian.org/package/debsig-verify/>
Mailing List
------------
The subscription interface and web archives can be found at:
<https://lists.debian.org/debian-dpkg/>
The mailing list address is (no subscription required to post):
debian-dpkg@lists.debian.org
Source Repository
-----------------
The primary repository can be browsed and cloned from:
<https://git.dpkg.org/cgit/dpkg/debsig-verify.git>
Building from git source
------------------------
To prepare the debsig-verify source tree from git before starting the build
process some required software needs to be installed:
GNU autoconf >= 2.60
GNU automake >= 1.11
After installing the needed software, and running the following command on
the git tree:
$ ./autogen
the source should be roughly equivalent to the distributed tar source.
Building from source
--------------------
The minimum software required to configure and build debsig-verify from a
tarball is:
C99 compiler
GNU make
pkgconf
libdpkg-dev
libexpat1-dev
The build process is done by running the usual «./configure; make check».
To see all available configuration options please run «./configure --help».
|