From 0832ec082cb5a0346b0ceb52389aac2f5cf73004 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 2 May 2014 19:45:16 +0300 Subject: [PATCH] remove 'bert hubert' from .deb build script and add generic name & email address --- pdns/build-recursor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/build-recursor b/pdns/build-recursor index c69163a3e..473ce3e4d 100755 --- a/pdns/build-recursor +++ b/pdns/build-recursor @@ -2,10 +2,10 @@ set -e set -x cd pdns-recursor-$1 -export DEBFULLNAME="Bert Hubert" -dh_make -e bert.hubert@netherlabs.nl -s -f ../pdns-recursor-$1.tar.bz2 -p pdns-recursor_0.0-$1 < /dev/null +export DEBFULLNAME="PowerDNS.COM BV" +dh_make -e powerdns.support@powerdns.com -s -f ../pdns-recursor-$1.tar.bz2 -p pdns-recursor_0.0-$1 < /dev/null 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 +#[ -e debian/control ] || dh_make -e powerdns.support@powerdns.com -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 -- 2.40.0