+++ /dev/null
-usr/lib/*/pdns/liblmdbbackend.so*
+++ /dev/null
-#!/bin/sh
-#
-# postinst script for pdns-backend-lmdb
-
-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
-
+++ /dev/null
-#!/bin/sh
-#
-# Add call to init script to actually stop pdns.
-
-set -e
-
-if [ -x "/etc/init.d/pdns" ]; then
- invoke-rc.d pdns stop || exit $?
-fi
-
-#DEBHELPER#
-
-exit 0
-
CXXFLAGS += -DPACKAGEVERSION='"$(version)"'
# Backends
-backends := bind ldap pipe gmysql gpgsql gsqlite3 geoip lua lmdb mydns remote
+backends := bind ldap pipe gmysql gpgsql gsqlite3 geoip lua mydns remote
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)