]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove Geo Backend from debian auth build
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 16 Jun 2015 11:02:17 +0000 (13:02 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 16 Jun 2015 11:02:17 +0000 (13:02 +0200)
build-scripts/debian-authoritative/config/pdns.local.geo.conf [deleted file]
build-scripts/debian-authoritative/control
build-scripts/debian-authoritative/pdns-backend-geo.docs [deleted file]
build-scripts/debian-authoritative/pdns-backend-geo.examples [deleted file]
build-scripts/debian-authoritative/pdns-backend-geo.install [deleted file]
build-scripts/debian-authoritative/pdns-backend-geo.postinst [deleted file]
build-scripts/debian-authoritative/pdns-backend-geo.prerm [deleted file]
build-scripts/debian-authoritative/rules

diff --git a/build-scripts/debian-authoritative/config/pdns.local.geo.conf b/build-scripts/debian-authoritative/config/pdns.local.geo.conf
deleted file mode 100644 (file)
index 3eb85b5..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-# geo Configuration
-#
-# See for more information /usr/share/doc/pdns-backend-geo/README
-#
-# geo-zone=
-# geo-soa-values=
-# geo-ns-records=
-# geo-ttl=
-# geo-ns-ttl=
-# geo-ip-map-zonefile=
-# geo-maps=
index 7afa70ec7263ebf24c47027e9ebaccb3fcfb74a4..6d87215c27fd0fa82dd23964bb95ac172468c6cc 100644 (file)
@@ -86,20 +86,6 @@ Description: LDAP backend for PowerDNS
  .
  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}
diff --git a/build-scripts/debian-authoritative/pdns-backend-geo.docs b/build-scripts/debian-authoritative/pdns-backend-geo.docs
deleted file mode 100644 (file)
index b00a925..0000000
+++ /dev/null
@@ -1 +0,0 @@
-modules/geobackend/README
diff --git a/build-scripts/debian-authoritative/pdns-backend-geo.examples b/build-scripts/debian-authoritative/pdns-backend-geo.examples
deleted file mode 100644 (file)
index ed419f8..0000000
+++ /dev/null
@@ -1 +0,0 @@
-debian/config/pdns.local.geo.conf
diff --git a/build-scripts/debian-authoritative/pdns-backend-geo.install b/build-scripts/debian-authoritative/pdns-backend-geo.install
deleted file mode 100644 (file)
index 9d07378..0000000
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/pdns/libgeobackend.so*
diff --git a/build-scripts/debian-authoritative/pdns-backend-geo.postinst b/build-scripts/debian-authoritative/pdns-backend-geo.postinst
deleted file mode 100644 (file)
index 6511fad..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-#!/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
-
diff --git a/build-scripts/debian-authoritative/pdns-backend-geo.prerm b/build-scripts/debian-authoritative/pdns-backend-geo.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 97d3ad8cf4d909cbe5f3cd0ed80399d2eb225186..fd01f7c1a0d9efc468416cb1d5aa0748595926fe 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 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)