From e3827a6ca342c28e36ddea62a77cfe6cc2add535 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Tue, 2 Jul 2013 22:58:29 +0200 Subject: [PATCH] build-recursor: set a maintainer name for resulting debs --- pdns/build-recursor | 1 + 1 file changed, 1 insertion(+) diff --git a/pdns/build-recursor b/pdns/build-recursor index d20252171f..9515da7a04 100755 --- a/pdns/build-recursor +++ b/pdns/build-recursor @@ -1,6 +1,7 @@ #!/bin/sh set -e 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 #[ -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 -- 2.47.2