]> granicus.if.org Git - pdns/commitdiff
Disable building the lmdb backend in packages
authorPieter Lexis <pieter.lexis@powerdns.com>
Fri, 10 Jul 2015 09:23:02 +0000 (11:23 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 15 Jul 2015 14:13:28 +0000 (16:13 +0200)
build-scripts/debian-authoritative/pdns-backend-lmdb.install [deleted file]
build-scripts/debian-authoritative/pdns-backend-lmdb.postinst [deleted file]
build-scripts/debian-authoritative/pdns-backend-lmdb.prerm [deleted file]
build-scripts/debian-authoritative/rules

diff --git a/build-scripts/debian-authoritative/pdns-backend-lmdb.install b/build-scripts/debian-authoritative/pdns-backend-lmdb.install
deleted file mode 100644 (file)
index 45673ff..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/pdns/liblmdbbackend.so*
diff --git a/build-scripts/debian-authoritative/pdns-backend-lmdb.postinst b/build-scripts/debian-authoritative/pdns-backend-lmdb.postinst
deleted file mode 100644 (file)
index 7778c6a..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/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
-
diff --git a/build-scripts/debian-authoritative/pdns-backend-lmdb.prerm b/build-scripts/debian-authoritative/pdns-backend-lmdb.prerm
deleted file mode 100644 (file)
index 3298654..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/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
-
index 3af80ed42daff266416f486164dd1d177dd72662..abf935488951e28f5bd5e136b19b94272b055de1 100755 (executable)
@@ -5,7 +5,7 @@ version := $(shell dpkg-parsechangelog -SVersion).$(shell dpkg-vendor --query Ve
 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)