]> granicus.if.org Git - pdns/commitdiff
remove 'bert hubert' from .deb build script and add generic name & email address
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 2 May 2014 16:45:16 +0000 (19:45 +0300)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 2 May 2014 16:45:16 +0000 (19:45 +0300)
pdns/build-recursor

index c69163a3eccdb0964ee4a98ea01f08640057f476..473ce3e4d78632b3da777b498497f117797cd0a9 100755 (executable)
@@ -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