From: Peter van Dijk Date: Fri, 19 Apr 2013 07:23:03 +0000 (+0000) Subject: add description to recursor deb, thanks Sebastian Posner X-Git-Tag: auth-3.3-rc1~176 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b92ea43df3d8f15a2a0b7c5c65ccaddd4f43600b;p=pdns add description to recursor deb, thanks Sebastian Posner git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@3165 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/build-recursor b/pdns/build-recursor index 9039bdb40..4a55246cd 100755 --- a/pdns/build-recursor +++ b/pdns/build-recursor @@ -1,8 +1,10 @@ #!/bin/sh cd pdns-recursor-$1 dh_make -e bert.hubert@netherlabs.nl -b -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 export STATIC=semi fakeroot debian/rules binary fakeroot rpmbuild -bb ../pdns-recursor.spec - \ No newline at end of file +