root/trunk/pdns/debian/control @ 51

Revision 51, 1.3 KB (checked in by ahu, 10 years ago)

juh

  • Property svn:eol-style set to native
  • Property svn:keywords set to author date id revision
Line 
1Source: pdns
2Section: net
3Priority: extra
4Standards-Version: 3.5.8
5Maintainer: Wichert Akkerman <wakkerma@debian.org>
6Build-Depends: automake1.5, autoconf, libtool, flex, bison, docbook-utils, libmysqlclient10-dev, postgresql-dev, libstdc++-dev
7
8Package: pdns
9Architecture: any
10Depends: ${shlibs:Depends}, pdns-backend-bind | pdns-backend
11Recommends: pdns-doc
12Description: extremely powerful and versatile nameserver
13 PowerDNS is a versatile nameserver which supports a large number
14 of different backends ranging from simple zonefiles to relational
15 databases and load balancing/failover algorithms.
16
17Package: pdns-doc
18Architecture: all
19Description: PowerDNS manual
20 This is the complete manual for PowerDNS, documenting both
21 how to install and configure it as well as how to write
22 new backend modules.
23
24Package: pdns-backend-bind
25Architecture: any
26Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends}
27Provides: pdns-backend
28Description: bind backend for pDNS
29 This package contains the bind backend for the PowerDNS nameserver. This
30 allows pDNS to use the configuration and zone files from the ISC bind
31 nameserver.
32
33Package: pdns-backend-mysql
34Architecture: any
35Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends}
36Provides: pdns-backend
37Description: MySQL backend for pDNS
38 This package contains a MySQL backend for the PowerDNS nameserver.
39
Note: See TracBrowser for help on using the browser.