Moin, here's a small patch that adds the missing build-dependency on bison, the debian package wouldn't build otherwise.
--- debian/control | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/debian/control b/debian/control index aa74076..eb852cf 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: lowpan-tools Section: net Priority: extra Maintainer: Dmitry Eremin-Solenikov <[email protected]> -Build-Depends: debhelper (>= 6), autotools-dev, python-central, libnl-dev +Build-Depends: debhelper (>= 6), autotools-dev, python-central, libnl-dev, bison Standards-Version: 3.8.1 Homepage: http://linux-zigbee.sourceforge.net/ XS-Python-Version: all -- 1.5.6.5 -- c u henning ------------------------------------------------------------------------------ _______________________________________________ Linux-zigbee-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
