root/trunk/pdns/debian/control @ 49

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 
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
11Description: 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
16Package: pdns-backend-bind
17Architecture: any
18Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends}
19Provides: pdns-backend
20Description: 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
25Package: pdns-backend-mysql
26Architecture: any
27Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends}
28Provides: pdns-backend
29Description: MySQL backend for pDNS
30 This package contains a MySQL backend for the PowerDNS nameserver.
31
Note: See TracBrowser for help on using the browser.