]> granicus.if.org Git - pdns/commitdiff
wiggy
authorBert Hubert <bert.hubert@netherlabs.nl>
Sun, 16 Feb 2003 13:50:50 +0000 (13:50 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sun, 16 Feb 2003 13:50:50 +0000 (13:50 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@153 d19b8d6e-7fed-0310-83ef-9ca221ded41b

debian/control
debian/rules

index d4b771076a36fedca86f57a1b42f6bd928beb8cb..11afb7b308975305caa73d26ef25c1356436dae8 100644 (file)
@@ -3,7 +3,7 @@ Section: net
 Priority: extra
 Standards-Version: 3.5.8
 Maintainer: Wichert Akkerman <wakkerma@debian.org>
-Build-Depends: automake1.5, autoconf, libtool, flex, bison, docbook-utils, libmysqlclient10-dev, postgresql-dev, tdb-dev, libgdbmg1-dev, libpqpp-dev
+Build-Depends: automake1.5, autoconf, libtool, flex, bison, docbook-utils, libmysqlclient10-dev, postgresql-dev, tdb-dev, libgdbmg1-dev, libpqpp-dev, libldap2-dev
 
 Package: pdns
 Architecture: any
@@ -44,6 +44,13 @@ Description: pipe/coprocess backend for pDNS
  allows PowerDNS to retrieve domain info from a process that accepts
  questions on stdin and returns answers on stdout. 
 
+Package: pdns-backend-ldap
+Architecture: any
+Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends}
+Provides: pdns-backend
+Description: LDAP backend for pDNS
+ This package contains a LDAP backend for the PowerDNS nameserver.
+
 Package: pdns-backend-mysql
 Architecture: any
 Depends: pdns (= ${dpkg:Version}), ${shlibs:Depends}
index 55fb196d6c11644cfb9b539b83d463e8e8c18510..2e0f9487c1824a98aa9470d6d8a5b71b0a074d64 100755 (executable)
@@ -2,8 +2,8 @@
 
 tmpdir         := $(shell pwd)/debian/tmp
 be_tmpdir      := $(shell pwd)/debian/tmp-backend
-backends       := mysql pipe xdb gmysql gpgsql
-debs           := mysql pipe xdb pgsql
+backends       := ldap mysql pipe xdb gmysql gpgsql
+debs           := ldap mysql pipe xdb pgsql
 
 configure:
        ./bootstrap