Package: asio Version: 0.3.8~rc3-1 Severity: serious Tags: patch asio fails to build from source because it cannot find the header files provided by libboost-dev, libboost-date-time-dev, libboost-regex-dev, and libboost-test-dev. The attached patch adds these packages to its build-dependencies so that the header files can be found.
-- Matt
diff -ru asio-0.3.8~rc3~/debian/control asio-0.3.8~rc3/debian/control --- asio-0.3.8~rc3~/debian/control 2007-09-06 08:29:01.000000000 -0700 +++ asio-0.3.8~rc3/debian/control 2007-09-06 22:12:12.000000000 -0700 @@ -2,7 +2,7 @@ Section: devel Priority: optional Maintainer: Simon Richter <[EMAIL PROTECTED]> -Build-Depends: debhelper (>= 5), autoconf, automake, doxygen, graphviz +Build-Depends: debhelper (>= 5), autoconf, automake, doxygen, graphviz, libboost-dev, libboost-date-time-dev, libboost-regex-dev, libboost-test-dev Standards-Version: 3.7.2 Package: libasio-dev