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