[Python-modules-commits] [gamera] branch master updated (889e3f8 -> b337568)

Daniel Stender danstender-guest at moszumanska.debian.org
Sat Oct 17 17:39:57 UTC 2015


This is an automated email from the git hooks/post-receive script.

danstender-guest pushed a change to branch master
in repository gamera.

      from  889e3f8   deb/changelog: finalized
       new  da67af0   removed old patches
       new  cee0110   Initialize git-dpm
       new  74abe48   configured git-dpm
       new  287cb3c   constant-seed-for-docs
       new  c409733   reapplied constant-seed-for-docs.diff
       new  61687a1   fix-typos
       new  d10601a   reapplied fix-typos.diff
       new  985a052   trap-errors-from-pclose
       new  5b9f149   reapplied trap-errors-from-pclose.diff
       new  4c1782e   nosetests
       new  36f622f   reapplied nosetests.diff
       new  c08d291   namespace-package
       new  911b44c   reapplied namespace-package.diff
       new  cfd3837   use-system-python-modules
       new  cb6006c   reapplied use-system-python-modules.diff
       new  48f1fa2   use-system-vigra
       new  bf714e3   reapplied use-system-vigra.diff
       new  78f55c7   fix-paths
       new  475e2bd   reapplied fix-paths.diff
       new  5deddbc   gendoc-draw-text
       new  be8dd92   reapplied gendoc-draw-text.diff
       new  b603df6   gendoc-use-wxversion
       new  dc2c7a9   reapplied gendoc-use-wxversion.diff
       new  61b273a   gendoc-no-sflogo
       new  08e45b8   reapplied gendoc-no-sflogo.diff
       new  92ae40e   docs-no-modified-timestamp
       new  8f5d0f3   reapplied docs-no-modified-timestamp.diff
       new  14dc3f1   use https for Vcs-Browser in deb/control
       new  8727260   gendoc-use-wxversion
       new  09455fa   gendoc-no-sflogo
       new  2ec5b37   docs-no-modified-timestamp
       new  b337568   changed commit message of a patch

The 32 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 INSTALL                                            |  26 +-
 debian/.git-dpm                                    |  11 +
 debian/control                                     |   2 +-
 ...docs.diff => 0001-constant-seed-for-docs.patch} |  23 +-
 .../{fix-typos.diff => 0002-fix-typos.patch}       | 430 +++++++++++----------
 debian/patches/0003-trap-errors-from-pclose.patch  |  25 ++
 .../{nosetests.diff => 0004-nosetests.patch}       |  84 ++--
 debian/patches/0005-namespace-package.patch        |  28 ++
 ...s.diff => 0006-use-system-python-modules.patch} | 178 +++++----
 debian/patches/0007-use-system-vigra.patch         |  23 ++
 .../{fix-paths.diff => 0008-fix-paths.patch}       |  27 +-
 ...-draw-text.diff => 0009-gendoc-draw-text.patch} |  48 ++-
 debian/patches/0010-gendoc-use-wxversion.patch     |  27 ++
 debian/patches/0011-gendoc-no-sflogo.patch         |  23 ++
 .../patches/0012-docs-no-modified-timestamp.patch  |  26 ++
 debian/patches/docs-no-modified-timestamp.diff     |  18 -
 debian/patches/gendoc-no-sflogo.diff               |  16 -
 debian/patches/gendoc-use-wxversion.diff           |  20 -
 debian/patches/namespace-package.diff              |  18 -
 debian/patches/series                              |  24 +-
 debian/patches/trap-errors-from-pclose.diff        |  17 -
 debian/patches/use-system-vigra.diff               |  15 -
 doc/draw_text_helper.py                            |  46 +++
 doc/gendoc.py                                      |  14 +-
 doc/src/ga_optimization.txt                        |   2 +-
 doc/src/install.txt                                |  20 +-
 doc/src/kdtree.txt                                 |   2 +-
 doc/src/plugins_custom_types.txt                   |   2 +-
 gamera/classify.py                                 |   2 +-
 gamera/gendoc.py                                   |   2 +-
 gamera/gui/classifier_display.py                   |   8 +-
 gamera/gui/gaoptimizer/SettingsPanel.py            |  16 +-
 gamera/knn.py                                      |   4 +-
 gamera/paths.py                                    |  12 +-
 gamera/plugin.py                                   |   5 +-
 gamera/plugins/draw.py                             |  21 +-
 gamera/plugins/image_conversion.py                 |   2 +-
 gamera/stats.py                                    |   5 +-
 gamera/toolkits/__init__.py                        |   7 +
 gamera/util.py                                     |  33 +-
 setup.py                                           |   1 -
 src/eodev/utils/eoParser.cpp                       |   2 +-
 src/knnga.cpp                                      |   2 +-
 src/knngamodule.cpp                                |  26 +-
 src/pointobject.cpp                                |   2 +-
 tests/py/__init__.py                               |   1 +
 tests/py/test.py                                   |   1 +
 tests/test_graph.py                                |  15 +-
 tests/test_image.py                                |   3 +
 tests/test_plugins.py                              |   7 +-
 50 files changed, 813 insertions(+), 559 deletions(-)
 create mode 100644 debian/.git-dpm
 rename debian/patches/{constant-seed-for-docs.diff => 0001-constant-seed-for-docs.patch} (79%)
 rename debian/patches/{fix-typos.diff => 0002-fix-typos.patch} (84%)
 create mode 100644 debian/patches/0003-trap-errors-from-pclose.patch
 rename debian/patches/{nosetests.diff => 0004-nosetests.patch} (57%)
 create mode 100644 debian/patches/0005-namespace-package.patch
 rename debian/patches/{use-system-python-modules.diff => 0006-use-system-python-modules.patch} (76%)
 create mode 100644 debian/patches/0007-use-system-vigra.patch
 rename debian/patches/{fix-paths.diff => 0008-fix-paths.patch} (63%)
 rename debian/patches/{gendoc-draw-text.diff => 0009-gendoc-draw-text.patch} (86%)
 create mode 100644 debian/patches/0010-gendoc-use-wxversion.patch
 create mode 100644 debian/patches/0011-gendoc-no-sflogo.patch
 create mode 100644 debian/patches/0012-docs-no-modified-timestamp.patch
 delete mode 100644 debian/patches/docs-no-modified-timestamp.diff
 delete mode 100644 debian/patches/gendoc-no-sflogo.diff
 delete mode 100644 debian/patches/gendoc-use-wxversion.diff
 delete mode 100644 debian/patches/namespace-package.diff
 delete mode 100644 debian/patches/trap-errors-from-pclose.diff
 delete mode 100644 debian/patches/use-system-vigra.diff
 create mode 100644 doc/draw_text_helper.py
 create mode 100644 tests/py/__init__.py
 create mode 100644 tests/py/test.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gamera.git



More information about the Python-modules-commits mailing list