.
This package contains an LDAP backend for the PowerDNS nameserver.
-Package: pdns-backend-geo
-Architecture: any
-Depends: pdns-server (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
-Provides: pdns-backend
-Description: geo backend for PowerDNS
- PowerDNS is a versatile nameserver which supports a large number
- of different backends ranging from simple zonefiles to relational
- databases and load balancing/failover algorithms.
- PowerDNS tries to emphasize speed and security.
- .
- This package contains a geobackend for the PowerDNS nameserver. This backend
- balances the load throughout the world so that people access the
- geographically nearest available server.
-
Package: pdns-backend-geoip
Architecture: any
Depends: pdns-server (>= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}
+++ /dev/null
-#!/bin/sh
-#
-# postinst script for pdns-backend-geo
-
-set -e
-
-if [ -n "$PDNSDEBUG" ]; then
- echo "now debugging $0 $@"
- set -x
-fi
-
-# Activate trigger
-dpkg-trigger pdns-server
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-
-#DEBHELPER#
-
-exit 0
-
CXXFLAGS += -DPACKAGEVERSION='"$(version)"'
# Backends
-backends := bind ldap pipe gmysql gpgsql gsqlite3 geo geoip lua lmdb mydns remote
+backends := bind ldap pipe gmysql gpgsql gsqlite3 geoip lua lmdb mydns remote
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)