From: Christian Hofstaedtler Date: Wed, 6 Jul 2016 16:11:53 +0000 (+0200) Subject: Debian packaging: stop recommending/suggesting some packages X-Git-Tag: rec-4.0.0~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4124%2Fhead;p=thirdparty%2Fpdns.git 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.) --- 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