Here's the patch to fix the problem. Note it needs a change to the python dev build-dep as well from python2.3-dev to python2.4-dev
diff -ruN honeyd-1.5a.orig/debian/control honeyd-1.5a/debian/control --- honeyd-1.5a.orig/debian/control 2006-07-13 18:20:44.000000000 +0100 +++ honeyd-1.5a/debian/control 2006-07-13 18:22:08.000000000 +0100 @@ -2,7 +2,7 @@ Section: net Priority: optional Maintainer: Javier Fernandez-Sanguino Pen~a <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 3.0.0), libpcap0.8-dev | libpcap-dev, libdumbnet-dev (>> 1.8), libevent-dev, wget, sharutils, flex, bison, libreadline5-dev | libreadline-dev, python2.3-dev | python-dev, zlib1g-dev, libdnsres-dev +Build-Depends: debhelper (>> 3.0.0), libpcap0.8-dev | libpcap-dev, libdumbnet-dev (>> 1.8), libevent-dev, wget, sharutils, flex, bison, libreadline5-dev | libreadline-dev, python2.4-dev | python-dev, zlib1g-dev, libdnsres-dev, libpcre3-dev Standards-Version: 3.6.1 Package: honeyd -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

