From: Christian Hofstaedtler Date: Tue, 2 Jul 2013 20:49:38 +0000 (+0200) Subject: build-recursor: stop using CDBS (-b), switch to 'single' X-Git-Tag: rec-3.6.0-rc1~598^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=028a41c8a6da39fbcb3b9b02e12183f683ae5f4d;p=thirdparty%2Fpdns.git build-recursor: stop using CDBS (-b), switch to 'single' option -b is gone from newer dh_make versions. --- diff --git a/pdns/build-recursor b/pdns/build-recursor index 4a55246cda..2226755294 100755 --- a/pdns/build-recursor +++ b/pdns/build-recursor @@ -1,6 +1,7 @@ #!/bin/sh +set -e cd pdns-recursor-$1 -dh_make -e bert.hubert@netherlabs.nl -b -f ../pdns-recursor-$1.tar.bz2 < /dev/null +dh_make -e bert.hubert@netherlabs.nl -s -f ../pdns-recursor-$1.tar.bz2 < /dev/null #[ -e debian/control ] || dh_make -e bert.hubert@netherlabs.nl -s -r cdbs -f ../pdns-recursor-$1.tar.bz2 < /dev/null perl -i -pe 's/Description: <.*>/Description: extremely powerful and versatile recursing nameserver/' debian/control export LUA=1