Package: libvigraimpex / 1.10.0+git20160211.167be93+dfsg1-2

Metadata

Package Version Patches format
libvigraimpex 1.10.0+git20160211.167be93+dfsg1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
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.
fix impex positiontest.diff | (download)

test/impex/test.cxx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix impex positiontest
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
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.
docsrc paths.diff | (download)

docsrc/credits_changelog.dxx | 10 5 + 5 - 0 !
docsrc/index.dxx | 2 1 + 1 - 0 !
vigranumpy/docsrc/conf.py.in | 2 1 + 1 - 0 !
vigranumpy/docsrc/index.rst | 4 2 + 2 - 0 !
4 files changed, 9 insertions(+), 9 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
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.
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
const swap.patch | (download)

include/vigra/imagecontainer.hxx | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix parameter of imagepyramid::swap
 You can't swap with a const object. This fixes a compilation failure with GCC 7
 which rejects the incorrect function even if it isn't instantiated.
multi_convolution_fix_incomplete_template_paramater.patch | (download)

include/vigra/multi_convolution.hxx | 28 14 + 14 - 0 !
1 file changed, 14 insertions(+), 14 deletions(-)

 multi_convolution: fix for incorrect template parameter type when using unsigned int n for tinyvector size
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'
sphinx.ext.pngmath.patch | (download)

vigranumpy/docsrc/conf.py.cmake2.in | 2 1 + 1 - 0 !
vigranumpy/docsrc/conf.py.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 replace sphinx.ext.pngmath by sphinx.ext.imgmath to build with sphinx 1.8
Bug-Debian: https://bugs.debian.org/923467