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
|
Source: onak
Section: net
Priority: optional
Maintainer: Jonathan McDowell <noodles@earth.li>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Arch: cmake,
libcurl4-gnutls-dev | libcurl-dev,
libdb-dev,
libsystemd-dev (>= 214) [linux-any] | libsystemd-daemon-dev [linux-any],
nettle-dev,
pkgconf
Standards-Version: 4.7.2
Homepage: https://www.earth.li/projectpurple/progs/onak.html
Vcs-Browser: https://the.earth.li/gitweb/?p=onak.git;a=summary
Vcs-Git: https://the.earth.li/git/onak.git
Rules-Requires-Root: no
Package: onak
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, adduser
Recommends: apache2 | httpd
Suggests: db-util
Description: OpenPGP Key Server
onak is an OpenPGP compatible keyserver which supports multiple subkeys,
photo ids and path finding between keys. It can provide an HKP
compatible interface for use with the --keyserver option of gnupg as
well as including a command line tool for querying the key database.
|