|
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 | |
|---|
| 1 | Source: pdns |
|---|
| 2 | Section: net |
|---|
| 3 | Priority: extra |
|---|
| 4 | Standards-Version: 3.5.8 |
|---|
| 5 | Maintainer: Wichert Akkerman <wakkerma@debian.org> |
|---|
| 6 | Build-Depends: automake1.5, autoconf, libtool, flex, bison, docbook-utils, libmysqlclient10-dev, postgresql-dev, libstdc++-dev |
|---|
| 7 | |
|---|
| 8 | Package: pdns |
|---|
| 9 | Architecture: any |
|---|
| 10 | Depends: ${shlibs:Depends}, pdns-backend-bind | pdns-backend |
|---|
| 11 | Recommends: pdns-doc |
|---|
| 12 | Description: 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 | |
|---|
| 17 | Package: pdns-doc |
|---|
| 18 | Architecture: all |
|---|
| 19 | Description: 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 | |
|---|
| 24 | Package: pdns-backend-bind |
|---|
| 25 | Architecture: any |
|---|
| 26 | Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends} |
|---|
| 27 | Provides: pdns-backend |
|---|
| 28 | Description: 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 | |
|---|
| 33 | Package: pdns-backend-mysql |
|---|
| 34 | Architecture: any |
|---|
| 35 | Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends} |
|---|
| 36 | Provides: pdns-backend |
|---|
| 37 | Description: MySQL backend for pDNS |
|---|
| 38 | This package contains a MySQL backend for the PowerDNS nameserver. |
|---|
| 39 | |
|---|