diff -Nru luabind-0.9.1+dfsg/debian/changelog luabind-0.9.1+dfsg/debian/changelog --- luabind-0.9.1+dfsg/debian/changelog 2013-10-22 09:55:42.000000000 +0000 +++ luabind-0.9.1+dfsg/debian/changelog 2014-03-10 02:19:57.000000000 +0000 @@ -1,8 +1,11 @@ -luabind (0.9.1+dfsg-7ubuntu1) trusty; urgency=low +luabind (0.9.1+dfsg-8) unstable; urgency=low - * Bump build-depends to boost1.54 + * Drop Build-Depends on libboost1.53-dev (Closes: #731066) + * Update to Standards-Version 3.9.5 (no changes) + * Fix lintian errors (privacy-breach-w3c-valid-html & privacy-breach-logo) + by removing remote image references in doc/index.html - -- Dmitrijs Ledkovs Tue, 22 Oct 2013 10:55:42 +0100 + -- Roberto C. Sanchez Sun, 09 Mar 2014 21:26:27 -0400 luabind (0.9.1+dfsg-7) unstable; urgency=low diff -Nru luabind-0.9.1+dfsg/debian/control luabind-0.9.1+dfsg/debian/control --- luabind-0.9.1+dfsg/debian/control 2013-10-22 09:54:30.000000000 +0000 +++ luabind-0.9.1+dfsg/debian/control 2014-03-10 02:19:57.000000000 +0000 @@ -1,9 +1,8 @@ Source: luabind Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Roberto C. Sanchez -Build-Depends: debhelper (>= 5), quilt (>= 0.40), liblua5.2-dev, libboost1.54-all-dev | libboost-all-dev (>= 1.46.1-3~) -Standards-Version: 3.9.4 +Maintainer: Roberto C. Sanchez +Build-Depends: debhelper (>= 5), quilt (>= 0.40), liblua5.2-dev, libboost1.54-all-dev | libboost1.55-all-dev | libboost1.53-dev | libboost1.49-dev +Standards-Version: 3.9.5 Section: libs Homepage: http://www.rasterbar.com/products/luabind.html Vcs-Git: git://anonscm.debian.org/users/roberto/luabind.git @@ -43,7 +42,7 @@ Package: libluabind-dev Section: libdevel Architecture: any -Depends: libluabind0.9.1 (= ${binary:Version}), ${shlibs:Depends}, liblua5.2-dev, libboost1.54-all-dev | libboost-dev (>= 1.46.1-3~), ${misc:Depends} +Depends: libluabind0.9.1 (= ${binary:Version}), ${shlibs:Depends}, liblua5.2-dev, libboost1.53-dev | libboost-dev (>= 1.46.1-3~), ${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. diff -Nru luabind-0.9.1+dfsg/debian/patches/10_remove_refs_to_remote_images.patch luabind-0.9.1+dfsg/debian/patches/10_remove_refs_to_remote_images.patch --- luabind-0.9.1+dfsg/debian/patches/10_remove_refs_to_remote_images.patch 1970-01-01 00:00:00.000000000 +0000 +++ luabind-0.9.1+dfsg/debian/patches/10_remove_refs_to_remote_images.patch 2014-03-10 02:19:57.000000000 +0000 @@ -0,0 +1,28 @@ +Author: Roberto C. Sanchez +Description: Fix lintian errors (privacy-breach-w3c-valid-html & privacy-breach-logo) by removing remote image references in doc/index.html +--- luabind.git.orig/doc/index.html ++++ luabind.git/doc/index.html +@@ -41,23 +41,6 @@ + +

+ luabind is hosted by sourceforge.
+- +- SourceForge.net Logo +- +-
+- +- +- Valid HTML 4.01! +- +- +- Valid CSS! +- +

+ + diff -Nru luabind-0.9.1+dfsg/debian/patches/series luabind-0.9.1+dfsg/debian/patches/series --- luabind-0.9.1+dfsg/debian/patches/series 2013-07-14 03:11:17.000000000 +0000 +++ luabind-0.9.1+dfsg/debian/patches/series 2014-03-10 02:19:57.000000000 +0000 @@ -7,3 +7,4 @@ 07_fix_luabind_cast_graph_cache_invalid_cast.patch 08_support_for_Lua_5.2.patch 09_build_system_support_for_Lua_5.2.patch +10_remove_refs_to_remote_images.patch