[pktools] branch master updated (0205af1 -> ad610be)

Francesco Lovergine frankie at moszumanska.debian.org
Thu Mar 27 15:30:50 UTC 2014


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

frankie pushed a change to branch master
in repository pktools.

      from  0205af1   Better long description and now using Enhances instead of a fictious Provides: to document relationship with GDAL tools.
      adds  9b0bef3   Imported Upstream version 2.5.2
       new  aeb97bc   Merge tag 'upstream/2.5.2'
       new  b7aef07   Removed patches and introduced a new -dev package.
       new  ad610be   Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/pktools

The 3 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:
 ChangeLog                                    |  25 ++-
 Makefile.in                                  |   1 +
 README                                       |   2 +-
 config.h                                     |   6 +-
 configure                                    |  28 ++-
 configure.ac                                 |   8 +-
 debian/changelog                             |   4 +-
 debian/control                               |  20 ++
 debian/patches/config.h.in                   |  37 ----
 debian/patches/fixdef                        |  12 --
 debian/patches/series                        |   1 -
 src/algorithms/Egcs.cc                       |   6 +-
 src/algorithms/Egcs.h                        |   4 +-
 src/algorithms/FeatureSelector.h             |   4 +-
 src/algorithms/Filter.h                      |  12 +-
 src/algorithms/Filter2d.cc                   |  20 +-
 src/algorithms/Filter2d.h                    |  34 +--
 src/algorithms/Makefile.am                   |   7 +-
 src/algorithms/Makefile.in                   |   9 +-
 src/algorithms/StatFactory.h                 |  67 +++---
 src/algorithms/myfann_cpp.h                  |   2 +-
 src/apps/Makefile.am                         |  36 ++--
 src/apps/Makefile.in                         | 305 +++++++++++++--------------
 src/apps/{pkclassify_nn.cc => pkann.cc}      |  17 +-
 src/apps/pkascii2img.cc                      |   2 +-
 src/apps/{pkmosaic.cc => pkcomposit.cc}      |   2 +-
 src/apps/pkdiff.cc                           |   2 +-
 src/apps/pkdumpimg.cc                        |   2 +-
 src/apps/pkextract.cc                        |  25 +--
 src/apps/{pkfs_nn.cc => pkfsann.cc}          |  30 +--
 src/apps/{pkfs_svm.cc => pkfssvm.cc}         |   6 +-
 src/apps/pklas2img.cc                        |   4 +-
 src/apps/{pkopt_svm.cc => pkoptsvm.cc}       |   8 +-
 src/apps/{pkregression_nn.cc => pkregann.cc} |   3 +-
 src/apps/pkstatascii.cc                      |   8 +-
 src/apps/{pkclassify_svm.cc => pksvm.cc}     |  15 +-
 src/base/Makefile.am                         |   7 +-
 src/base/Makefile.in                         |   9 +-
 src/base/Optionpk.h                          | 209 +++++++++---------
 src/base/Vector2d.h                          |   4 +-
 src/fileclasses/Makefile.am                  |   7 +-
 src/fileclasses/Makefile.in                  |   9 +-
 src/imageclasses/ImgReaderGdal.h             |   6 +-
 src/imageclasses/ImgWriterGdal.h             |   2 +-
 src/imageclasses/Makefile.am                 |   7 +-
 src/imageclasses/Makefile.in                 |   9 +-
 src/lasclasses/Makefile.am                   |   7 +-
 src/lasclasses/Makefile.in                   |   9 +-
 48 files changed, 569 insertions(+), 490 deletions(-)
 delete mode 100644 debian/patches/config.h.in
 delete mode 100644 debian/patches/fixdef
 rename src/apps/{pkclassify_nn.cc => pkann.cc} (98%)
 rename src/apps/{pkmosaic.cc => pkcomposit.cc} (99%)
 rename src/apps/{pkfs_nn.cc => pkfsann.cc} (97%)
 rename src/apps/{pkfs_svm.cc => pkfssvm.cc} (99%)
 rename src/apps/{pkopt_svm.cc => pkoptsvm.cc} (98%)
 rename src/apps/{pkregression_nn.cc => pkregann.cc} (99%)
 rename src/apps/{pkclassify_svm.cc => pksvm.cc} (98%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list