Package: gamera / 1:3.4.3-1
Metadata
Package | Version | Patches format |
---|---|---|
gamera | 1:3.4.3-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
fix possible crash in resize.patch | (download) |
include/plugins/transformation.hpp |
4 2 + 2 - 0 ! |
fix possible crash in resize |
0003 trap errors from pclose.patch | (download) |
tests/test_graph.py |
3 2 + 1 - 0 ! |
trap-errors-from-pclose trap errors from pclose(3) |
0004 nosetests.patch | (download) |
tests/py/__init__.py |
1 1 + 0 - 0 ! |
nosetests port the test suite to nose Bug-Debian: http://bugs.debian.org/664670 |
0005 namespace package.patch | (download) |
gamera/toolkits/__init__.py |
7 7 + 0 - 0 ! |
namespace-package MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit 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. |
0006 use system python modules.patch | (download) |
gamera/classify.py |
2 1 + 1 - 0 ! |
use-system-python-modules don't use embedded copies of standard Python modules |
0007 use system vigra.patch | (download) |
setup.py |
1 0 + 1 - 0 ! |
use-system-vigra don't use an embedded copy of the VIGRA library |
0008 fix paths.patch | (download) |
doc/gendoc.py |
6 6 + 0 - 0 ! |
fix-paths make plugin/toolkit/test paths compatible with python-support. Fix documentation generator to look for test files in the build directory. |
0009 gendoc draw text.patch | (download) |
doc/draw_text_helper.py |
46 46 + 0 - 0 ! |
gendoc-draw-text use a pre-built image for the draw_text plugin documentation example if X server is not available. |
0010 gendoc use wxversion.patch | (download) |
doc/gendoc.py |
3 3 + 0 - 0 ! |
gendoc-use-wxversion Prefer wxPython 2.8. Make the documentation generator prefer wxPython 2.8 over other versions. This patch is intended to alleviate Debian bug #451104. Note: extended for wxpython3.0 (Daniel Stender). |
0011 gendoc no sflogo.patch | (download) |
doc/gendoc.py |
3 2 + 1 - 0 ! |
gendoc-no-sflogo prevent footer generation in docs which contains Sourceforge logo |
0012 docs no modified timestamp.patch | (download) |
gamera/gendoc.py |
2 1 + 1 - 0 ! |
docs-no-modified-timestamp prevent docs generator to put "Last Modified:" timestamp into HTML pages for reproducible building. Bug: https://bugs.debian.org/784680 |