From 0fb5ecab9276d2c0866aac705b36498e1c7b9df8 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Wed, 6 Jul 2016 18:11:53 +0200 Subject: [PATCH] Debian packaging: stop recommending/suggesting some packages Drop Suggests: pdns-recursor is not that common on the same machine. Drop Recommends: mysql-client, as with default apt settings, that would remove an installed mariadb server. (Drop Recommends: postgresql-client for consistency.) --- build-scripts/debian-authoritative/control.in | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-scripts/debian-authoritative/control.in b/build-scripts/debian-authoritative/control.in index bd5bcd41ab..f9ec15bf0d 100644 --- a/build-scripts/debian-authoritative/control.in +++ b/build-scripts/debian-authoritative/control.in @@ -11,7 +11,7 @@ Package: pdns-server Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ucf (>= 0.28), adduser, lsb-base (>= 3.2-14) Replaces: pdns -Suggests: pdns-backend, pdns-recursor +Suggests: pdns-backend Description: extremely powerful and versatile nameserver PowerDNS is a versatile nameserver which supports a large number of different backends ranging from simple zonefiles to relational @@ -106,8 +106,6 @@ Description: geoip backend for PowerDNS Package: pdns-backend-mysql Architecture: any Depends: pdns-server (>= ${source:Version}), ucf (>= 0.28), ${shlibs:Depends}, ${misc:Depends} -Recommends: mysql-client -Suggests: mysql-server Provides: pdns-backend Description: generic MySQL backend for PowerDNS PowerDNS is a versatile nameserver which supports a large number @@ -134,8 +132,6 @@ Description: generic UnixODBC backend for PowerDNS Package: pdns-backend-pgsql Architecture: any Depends: pdns-server (>= ${source:Version}), ucf (>= 0.28), ${shlibs:Depends}, ${misc:Depends} -Recommends: postgresql-client -Suggests: postgresql Provides: pdns-backend Description: generic PostgreSQL backend for PowerDNS PowerDNS is a versatile nameserver which supports a large number -- 2.47.2