]> git.ipfire.org Git - thirdparty/pdns.git/blob - builder-support/debian/recursor/ubuntu-trusty/control
auth: Fix ENTs removal when "replacing" new records
[thirdparty/pdns.git] / builder-support / debian / recursor / ubuntu-trusty / control
1 Source: pdns-recursor
2 Section: net
3 Priority: extra
4 Standards-Version: 4.1.2
5 Maintainer: PowerDNS.COM BV <powerdns.support@powerdns.com>
6 Build-Depends: debhelper (>= 9~),
7 dh-autoreconf,
8 libboost-all-dev,
9 libluajit-5.1-dev,
10 libprotobuf-dev,
11 libsnmp-dev,
12 libssl-dev,
13 pkg-config,
14 protobuf-compiler,
15 ragel
16 Homepage: https://www.powerdns.com/
17
18 Package: pdns-recursor
19 Architecture: any
20 Depends: adduser,
21 dns-root-data,
22 ${misc:Depends},
23 ${shlibs:Depends}
24 Description: PowerDNS Recursor
25 High-performance resolving name server, utilizing multiple
26 processor and including Lua scripting capabilities.
27
28 Package: pdns-recursor-dbg
29 Section: debug
30 Architecture: any
31 Depends: pdns-recursor (= ${binary:Version}), ${misc:Depends}
32 Description: debugging symbols for PowerDNS recursor
33 PowerDNS is a versatile nameserver which supports a large number
34 of different backends ranging from simple zonefiles to relational
35 databases and load balancing/failover algorithms.
36 PowerDNS tries to emphasize speed and security.
37 .
38 This package contains debugging symbols for PowerDNS to assist in
39 debugging, such as with gdb. It is not required for normal operation.