From: Christian Hofstaedtler Date: Thu, 13 Feb 2014 14:12:37 +0000 (+0100) Subject: Recursor Set Build-Depends in auto-built .dsc file X-Git-Tag: rec-3.6.0-rc1~180^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=97ecd9095a3b804e5154a1600539fc48efd80c7e;p=thirdparty%2Fpdns.git Recursor Set Build-Depends in auto-built .dsc file Useful for people working from git, yet still needing to deploy to wheezy for testing. --- diff --git a/pdns/build-recursor b/pdns/build-recursor index d4517fe955..70bc9a5845 100755 --- a/pdns/build-recursor +++ b/pdns/build-recursor @@ -6,6 +6,8 @@ dh_make -e bert.hubert@netherlabs.nl -s -f ../pdns-recursor-$1.tar.bz2 -p pdns-r cp pdns-recursor.init.d debian/init.d #[ -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 +# only to be nice to people usind the generated .dsc +perl -i -pe 's/(Build-Depends: .*)/$1, libboost-dev, libboost-serialization-dev, liblua5.1-0-dev/' debian/control export LUA=1 export STATIC=semi fakeroot debian/rules binary