diffstat of debian/ for luabind_0.9.1+dfsg-7 luabind_0.9.1+dfsg-7tanglu2 changelog | 6 ++++++ control | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) --- luabind-0.9.1+dfsg/debian/changelog 2013-07-14 03:11:17.000000000 +0000 +++ luabind-0.9.1+dfsg/debian/changelog 2014-01-25 22:47:17.000000000 +0000 @@ -1,3 +1,9 @@ +luabind (0.9.1+dfsg-7tanglu2) staging; urgency=low + + * Change boost build dependency to libboost-dev (>= 1.53), libboost-tools-dev (>= 1.53) + + -- Jon Severinsson Sat, 25 Jan 2014 20:00:00 +0100 + luabind (0.9.1+dfsg-7) unstable; urgency=low * Tweak bjam invocation to account for instances where dpkg-buildflags --- luabind-0.9.1+dfsg/debian/control 2013-07-14 03:11:17.000000000 +0000 +++ luabind-0.9.1+dfsg/debian/control 2014-01-25 22:47:09.000000000 +0000 @@ -1,7 +1,7 @@ Source: luabind Priority: optional Maintainer: Roberto C. Sanchez -Build-Depends: debhelper (>= 5), quilt (>= 0.40), liblua5.2-dev, libboost1.53-dev | libboost-dev (>= 1.46.1-3~) +Build-Depends: debhelper (>= 5), quilt (>= 0.40), liblua5.2-dev, libboost-dev (>= 1.53), libboost-tools-dev (>= 1.53) Standards-Version: 3.9.4 Section: libs Homepage: http://www.rasterbar.com/products/luabind.html @@ -42,7 +42,7 @@ Package: libluabind-dev Section: libdevel Architecture: any -Depends: libluabind0.9.1 (= ${binary:Version}), ${shlibs:Depends}, liblua5.2-dev, libboost1.53-dev | libboost-dev (>= 1.46.1-3~), ${misc:Depends} +Depends: libluabind0.9.1 (= ${binary:Version}), ${shlibs:Depends}, liblua5.2-dev, libboost-dev (>= 1.53), ${misc:Depends} Suggests: libluabind-doc, libluabind-examples Description: luabind c++ binding for lua: static library and headers Luabind is a library that helps you create bindings between C++ and Lua.