]> the.earth.li Git - onak.git/blob - debian/control
Move to CMake over autoconf
[onak.git] / debian / control
1 Source: onak
2 Section: net
3 Priority: optional
4 Maintainer: Jonathan McDowell <noodles@earth.li>
5 Build-Depends: cmake,
6         debhelper (>= 9),
7         dh-systemd,
8         libcurl4-gnutls-dev | libcurl-dev,
9         libdb-dev,
10         libsystemd-dev (>= 214) [linux-any] | libsystemd-daemon-dev [linux-any],
11         nettle-dev
12 Standards-Version: 3.9.8.0
13 Homepage: https://www.earth.li/projectpurple/progs/onak.html
14 Vcs-Browser: https://the.earth.li/gitweb/?p=onak.git;a=summary
15 Vcs-Git: https://the.earth.li/git/onak.git
16
17 Package: onak
18 Architecture: any
19 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, adduser
20 Recommends: apache2 | httpd
21 Suggests: db-util
22 Description: OpenPGP Key Server
23  onak is an OpenPGP compatible keyserver which supports multiple subkeys,
24  photo ids and path finding between keys. It can provide an HKP
25  compatible interface for use with the --keyserver option of gnupg as
26  well as including a command line tool for querying the key database.