[pktools] branch master updated (de339bf -> 6fcd2af)

Bas Couwenberg sebastic at xs4all.nl
Fri Nov 14 22:43:01 UTC 2014


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

sebastic-guest pushed a change to branch master
in repository pktools.

      from  de339bf   Set distribution to unstable.
       new  354df15   Add myself to Uploaders.
       new  7da1b47   Imported Upstream version 2.5.4
       new  f000437   Merge tag 'upstream/2.5.4'
       new  906e1df   New upstream release.
       new  9ba62c4   Drop fann-va_list.patch, applied upstream.
       new  6df224a   Update copyright file, add autotools files.
       new  0638d17   Split binaries and libraries into separate packages.
       new  66ae8c8   Override dh_install to list missing files.
       new  673d418   Generate symbols using pkgkde-symbolshelper.
       new  a78591b   Add symbols for version 2.5.2+20140505-1
       new  d9b1f06   Update symbols for version 2.5.2+20140505-2.
       new  db445bd   Update symbols for version 2.5.3-1.
       new  7679b38   Update symbols for amd64.
       new  34cab98   Update missing symbols.
       new  9520e19   Add upstream metadata.
       new  f96a975   Include config.h & pktools.pc in pktools-dev.
       new  bace672   Remove .la files before install.
       new  74a0535   Bump Standards-Version to 3.9.6, changes: symbols.
       new  6fcd2af   Set distribution to experimental.

The 19 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                                          |   36 +-
 Makefile.in                                        |  346 ++---
 aclocal.m4                                         |  687 ++++++----
 compile                                            |  347 +++++
 config.guess                                       |  184 +--
 config.sub                                         |   97 +-
 configure                                          |  333 +++--
 configure.ac                                       |    5 +-
 debian/changelog                                   |   16 +
 debian/control                                     |  143 ++-
 debian/copyright                                   |  153 ++-
 debian/libalgorithms1.install                      |    1 +
 debian/libalgorithms1.symbols                      |  402 ++++++
 debian/libbase1.install                            |    1 +
 debian/libbase1.symbols                            |    2 +
 debian/libfileclasses1.install                     |    1 +
 debian/libfileclasses1.symbols                     |   20 +
 debian/libimageclasses1.install                    |    1 +
 debian/libimageclasses1.symbols                    |  175 +++
 debian/liblasclasses1.install                      |    1 +
 debian/liblasclasses1.symbols                      |  120 ++
 debian/patches/fann-va_list.patch                  |   60 -
 debian/patches/series                              |    1 -
 debian/pktools-dev.install                         |    8 +-
 debian/pktools.install                             |   44 +-
 debian/rules                                       |   15 +-
 debian/upstream/metadata                           |    7 +
 src/algorithms/CostFactory.h                       |    8 +-
 src/algorithms/CostFactorySVM.cc                   |  178 +++
 .../pkfssvm.h => algorithms/CostFactorySVM.h}      |   19 +-
 src/algorithms/Filter.cc                           |  112 +-
 src/algorithms/Filter.h                            |  451 ++++---
 src/algorithms/Filter2d.cc                         |    2 +-
 src/algorithms/Filter2d.h                          |    6 +-
 src/algorithms/ImgRegression.cc                    |    2 +-
 src/algorithms/Makefile.am                         |    4 +-
 src/algorithms/Makefile.in                         |  314 +++--
 src/algorithms/myfann_cpp.h                        |   30 +-
 src/apps/Makefile.am                               |   25 +-
 src/apps/Makefile.in                               |  554 ++++----
 src/apps/pkann.cc                                  |   12 +-
 src/apps/pkcomposite.cc                            |   48 +-
 src/apps/pkcrop.cc                                 |    4 +-
 src/apps/pkdumpogr.cc                              |  243 ++--
 src/apps/pkextract.cc                              | 1325 ++++++++++----------
 src/apps/pkfilter.cc                               |   32 +-
 src/apps/pkfsann.cc                                |   16 +-
 src/apps/pkfssvm.cc                                |  340 +++--
 src/apps/pkinfo.cc                                 |   64 +-
 src/apps/pkkalman.cc                               |  392 ++++--
 src/apps/pkoptsvm.cc                               |  375 +++---
 src/apps/pksvm.cc                                  |   12 +-
 src/base/Makefile.in                               |  262 ++--
 src/fileclasses/Makefile.in                        |  274 ++--
 src/imageclasses/ImgReaderGdal.h                   |   27 +-
 src/imageclasses/ImgReaderOgr.cc                   |    4 +-
 src/imageclasses/ImgReaderOgr.h                    |    2 +-
 src/imageclasses/ImgWriterOgr.cc                   |   65 +-
 src/imageclasses/Makefile.in                       |  274 ++--
 src/lasclasses/Makefile.in                         |  274 ++--
 60 files changed, 5988 insertions(+), 2968 deletions(-)
 create mode 100755 compile
 create mode 100644 debian/libalgorithms1.install
 create mode 100644 debian/libalgorithms1.symbols
 create mode 100644 debian/libbase1.install
 create mode 100644 debian/libbase1.symbols
 create mode 100644 debian/libfileclasses1.install
 create mode 100644 debian/libfileclasses1.symbols
 create mode 100644 debian/libimageclasses1.install
 create mode 100644 debian/libimageclasses1.symbols
 create mode 100644 debian/liblasclasses1.install
 create mode 100644 debian/liblasclasses1.symbols
 delete mode 100644 debian/patches/fann-va_list.patch
 create mode 100644 debian/upstream/metadata
 create mode 100644 src/algorithms/CostFactorySVM.cc
 rename src/{apps/pkfssvm.h => algorithms/CostFactorySVM.h} (83%)

-- 
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