]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Recursor Set Build-Depends in auto-built .dsc file 1281/head
authorChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 13 Feb 2014 14:12:37 +0000 (15:12 +0100)
committerChristian Hofstaedtler <christian@hofstaedtler.name>
Thu, 13 Feb 2014 14:12:37 +0000 (15:12 +0100)
Useful for people working from git, yet still needing to deploy to
wheezy for testing.

pdns/build-recursor

index d4517fe95576c2afa2f08f5f3a12165fe9473f55..70bc9a5845dba1580282873d84df77a383d056cd 100755 (executable)
@@ -6,6 +6,8 @@ dh_make -e bert.hubert@netherlabs.nl -s -f ../pdns-recursor-$1.tar.bz2 -p pdns-r
 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
 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
 export LUA=1
 export STATIC=semi
 fakeroot debian/rules binary