Package: gamera / 3.3.3-2+deb7u1

Metadata

Package Version Patches format
gamera 3.3.3-2+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
gendoc use wxversion.diff | (download)

doc/gendoc.py | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 documentation generator: prefer wxpython 2.8
 Make the documentation generator prefer wxPython 2.8 over other versions.
 This patch is intended to alleviate Debian bug #451104.
gendoc draw text.diff | (download)

doc/draw_text_helper.py | 46 46 + 0 - 0 !
doc/gendoc.py | 2 2 + 0 - 0 !
2 files changed, 48 insertions(+)

 use pre-built image for draw_text plugin
 Use a pre-built image for the draw_text plugin documentation example if X
 server is not available.
fix paths.diff | (download)

doc/gendoc.py | 6 6 + 0 - 0 !
gamera/paths.py | 12 5 + 7 - 0 !
2 files changed, 11 insertions(+), 7 deletions(-)

 make plugin/toolkit/test paths compatible with python-support
 Fix documentation generator to look for test files in the build directory.
use system galib.diff | (download)

gamera/gamera_setup.py | 2 1 + 1 - 0 !
setup.py | 5 2 + 3 - 0 !
src/knncoremodule.cpp | 5 3 + 2 - 0 !
3 files changed, 6 insertions(+), 6 deletions(-)

 don't use the embedded copy of the galib library
 Use the system-wide GAlib library, rather than the copy embedded in Gamera
 source tarball. See also Debian bug #544693.
use system vigra.diff | (download)

setup.py | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't use an embedded copy of the vigra library
use system python modules.diff | (download)

gamera/classify.py | 2 1 + 1 - 0 !
gamera/gui/classifier_display.py | 8 4 + 4 - 0 !
gamera/plugin.py | 5 2 + 3 - 0 !
gamera/stats.py | 5 2 + 3 - 0 !
gamera/util.py | 33 16 + 17 - 0 !
5 files changed, 25 insertions(+), 28 deletions(-)

 don't use embedded copies of standard python modules
setup no import wx.diff | (download)

setup.py | 12 3 + 9 - 0 !
1 file changed, 3 insertions(+), 9 deletions(-)

 don't hardcode python or wx versions at build time
namespace package.diff | (download)

gamera/toolkits/__init__.py | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

 create namespace package gamera.toolkit
 Create namespace package gamera.toolkit. This allows python-gamera.toolkit.*
 packages, both those using dh_python2 and those using python-support, to be
 co-importable.
nosetests.diff | (download)

tests/py/__init__.py | 1 1 + 0 - 0 !
tests/py/test.py | 1 1 + 0 - 0 !
tests/test_graph.py | 12 7 + 5 - 0 !
tests/test_image.py | 3 3 + 0 - 0 !
tests/test_plugins.py | 7 6 + 1 - 0 !
5 files changed, 18 insertions(+), 6 deletions(-)

 port the test suite to nose
trap errors from pclose.diff | (download)

tests/test_graph.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 trap errors from pclose(3)
pil import.diff | (download)

gamera/plugins/pil_io.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix compatibility with pil  1.2
avoid_mktemp.diff | (download)

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

 avoid use of insecure tmpfile.mktemp()
 fix of CVE-2014-1937