From 97ecd9095a3b804e5154a1600539fc48efd80c7e Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 13 Feb 2014 15:12:37 +0100 Subject: [PATCH] Recursor Set Build-Depends in auto-built .dsc file Useful for people working from git, yet still needing to deploy to wheezy for testing. --- pdns/build-recursor | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.47.2