|
Revision 49, 1.1 KB
(checked in by ahu, 11 years ago)
|
|
from wiggy
|
-
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 | Description: extremely powerful and versatile nameserver |
|---|
| 12 | PowerDNS is a versatile nameserver which supports a large number |
|---|
| 13 | of different backends ranging from simple zonefiles to relational |
|---|
| 14 | databases and load balancing/failover algorithms. |
|---|
| 15 | |
|---|
| 16 | Package: pdns-backend-bind |
|---|
| 17 | Architecture: any |
|---|
| 18 | Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends} |
|---|
| 19 | Provides: pdns-backend |
|---|
| 20 | Description: bind backend for pDNS |
|---|
| 21 | This package contains the bind backend for the PowerDNS nameserver. This |
|---|
| 22 | allows pDNS to use the configuration and zone files from the ISC bind |
|---|
| 23 | nameserver. |
|---|
| 24 | |
|---|
| 25 | Package: pdns-backend-mysql |
|---|
| 26 | Architecture: any |
|---|
| 27 | Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends} |
|---|
| 28 | Provides: pdns-backend |
|---|
| 29 | Description: MySQL backend for pDNS |
|---|
| 30 | This package contains a MySQL backend for the PowerDNS nameserver. |
|---|
| 31 | |
|---|