]> granicus.if.org Git - pdns/commitdiff
build-recursor: stop using CDBS (-b), switch to 'single'
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 2 Jul 2013 20:49:38 +0000 (22:49 +0200)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Tue, 2 Jul 2013 20:56:26 +0000 (22:56 +0200)
option -b is gone from newer dh_make versions.

pdns/build-recursor

index 4a55246cda818ce8a1fbc1ff6b3f251ace5bd71d..22267552945c359d640af8dd4c27958e8233a507 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/sh
+set -e
 cd pdns-recursor-$1
-dh_make -e bert.hubert@netherlabs.nl -b  -f ../pdns-recursor-$1.tar.bz2  < /dev/null
+dh_make -e bert.hubert@netherlabs.nl -s -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