From 5ba7a8e44351d75c23d42d80e2d3991281a85e61 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 7 May 2019 12:47:21 +0200 Subject: [PATCH] pkgs: don't depend on dns-root-data on Trusty That package does not exist on Trusty --- builder-support/debian/recursor/ubuntu-trusty/control | 1 - builder-support/debian/recursor/ubuntu-trusty/rules | 1 - 2 files changed, 2 deletions(-) diff --git a/builder-support/debian/recursor/ubuntu-trusty/control b/builder-support/debian/recursor/ubuntu-trusty/control index 2f0cfa8d04..2fef0f55fd 100644 --- a/builder-support/debian/recursor/ubuntu-trusty/control +++ b/builder-support/debian/recursor/ubuntu-trusty/control @@ -18,7 +18,6 @@ Homepage: https://www.powerdns.com/ Package: pdns-recursor Architecture: any Depends: adduser, - dns-root-data, ${misc:Depends}, ${shlibs:Depends} Description: PowerDNS Recursor diff --git a/builder-support/debian/recursor/ubuntu-trusty/rules b/builder-support/debian/recursor/ubuntu-trusty/rules index 3134815a95..33787b1ba9 100755 --- a/builder-support/debian/recursor/ubuntu-trusty/rules +++ b/builder-support/debian/recursor/ubuntu-trusty/rules @@ -33,7 +33,6 @@ override_dh_auto_install: -e 's!# quiet=.*!quiet=yes!' \ -e 's!# setgid=.*!setgid=pdns!' \ -e 's!# setuid=.*!setuid=pdns!' \ - -e 's!# hint-file=.*!&\nhint-file=/usr/share/dns/root.hints!' \ > debian/tmp/etc/powerdns/recursor.conf override_dh_strip: -- 2.47.2