Package: libvigraimpex / 1.12.2+dfsg-2

Metadata

Package Version Patches format
libvigraimpex 1.12.2+dfsg-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
13_disable tests which would need lenna images.diff | (download)

test/CMakeLists.txt | 12 6 + 6 - 0 !
1 file changed, 6 insertions(+), 6 deletions(-)

 disable all tests which won't run due to stripped "lenna" images,
 see https://github.com/ukoethe/vigra/issues/253.
16_docs no footer timestamp.diff | (download)

docsrc/footer.html | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove timestamp from document footer for
 reproducible building
Bug: https://bugs.debian.org/783230
19_docsrc out of source.diff | (download)

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

 add support for out-of-source documentation building.
22_docsrc paths.diff | (download)

docsrc/credits_changelog.dxx | 10 5 + 5 - 0 !
docsrc/index.dxx | 2 1 + 1 - 0 !
2 files changed, 6 insertions(+), 6 deletions(-)

 fix hyperlinks from the c++ library documentation to python-vigra documentation and the other way round.
Bug-Debian: http://bugs.debian.org/590069
Bug-Debian: http://bugs.debian.org/590068
25_vigra config docdir.diff | (download)

config/vigra-config.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 correct output of vigra-config --docdir.
28_removed static docs.diff | (download)

vigranumpy/docsrc/CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 vigranumpy/docsrc/_static is removed in dfsg tarball,
 link to alternative icon
34_link with pthread.patch | (download)

config/VigraConfigureThreading.cmake | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 workaround to fix ftbfs on armel
  /usr/bin/ld: CMakeFiles/test_blockwisewatersheds.dir/test_watersheds.cxx.o:
    undefined reference to symbol 'pthread_condattr_setclock@@GLIBC_2.4'
43_ftbfs lenna removal.diff | (download)

docsrc/Doxyfile.in | 3 1 + 2 - 0 !
1 file changed, 1 insertion(+), 2 deletions(-)

 fix build error due to lenna removal
60_01 Enforce using C 11.patch | (download)

CMakeLists.txt | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 [patch] enforce using c++11

Support for older standards was dropped in #507

Keeping the default CMAKE_CXX_EXTENSIONS=ON fixes #550