Package: luabind / 0.9.1+git20150823+dfsg-3

Metadata

Package Version Patches format
luabind 0.9.1+git20150823+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
00_example_cleaning.patch | (download)

examples/cln/cln_test.cpp | 2 1 + 1 - 0 !
examples/glut/Makefile | 13 13 + 0 - 0 !
examples/glut/README | 4 4 + 0 - 0 !
examples/glut/glut_bind.cpp | 2 1 + 1 - 0 !
examples/hello_world/Makefile | 13 13 + 0 - 0 !
examples/hello_world/README | 2 1 + 1 - 0 !
examples/regexp/Makefile | 13 13 + 0 - 0 !
examples/regexp/README | 3 3 + 0 - 0 !
examples/regexp/cln/Makefile | 9 9 + 0 - 0 !
examples/regexp/regex_wrap.cpp | 2 1 + 1 - 0 !
10 files changed, 59 insertions(+), 4 deletions(-)

---
01_remove_refs_to_remote_images.patch | (download)

doc/index.html | 17 0 + 17 - 0 !
1 file changed, 17 deletions(-)

 fix lintian errors (privacy-breach-w3c-valid-html & privacy-breach-logo) by removing remote image references in doc/index.html

02_fix_potential_null_ptr_dereference_in_adopt_policy.patch | (download)

luabind/adopt_policy.hpp | 6 5 + 1 - 0 !
1 file changed, 5 insertions(+), 1 deletion(-)

 fixes possible null pointer dereference in luabind::adopt (closes: #758580)
03_compile_examples_with_PIC.patch | (download)

examples/glut/Makefile | 2 1 + 1 - 0 !
examples/hello_world/Makefile | 2 1 + 1 - 0 !
examples/regexp/Makefile | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

 use -fpic in example makefiles (closes: #819454)

04_fix_soname.patch | (download)

CMakeLists.txt | 21 16 + 5 - 0 !
doc/build-options.rst | 3 3 + 0 - 0 !
src/CMakeLists.txt | 9 5 + 4 - 0 !
3 files changed, 24 insertions(+), 9 deletions(-)

 allow better control over soname and specifying version on the command-line
05_use_gnu_install_dirs.patch | (download)

CMakeLists.txt | 5 3 + 2 - 0 !
src/CMakeLists.txt | 7 4 + 3 - 0 !
2 files changed, 7 insertions(+), 5 deletions(-)

 use gnu install directory locations (e.g., /usr/lib<triplet>/)

06_man_pages_in_section_3.patch | (download)

doc/conf.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 place man pages in section 3

07_fix_doc_typos.patch | (download)

doc/classes.rst | 4 2 + 2 - 0 !
doc/errors.rst | 4 2 + 2 - 0 !
doc/faq.rst | 4 2 + 2 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 fix typos in documentation