[pktools] branch master updated (480b3f2 -> d3d163b)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Mar 8 15:57:05 UTC 2015


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

sebastic pushed a change to branch master
in repository pktools.

      from  480b3f2   Set distribution to experimental.
       new  f723b1d   Imported Upstream version 2.6.3
       new  24bf9e7   Merge tag 'upstream/2.6.3'
       new  7f219b7   New upstream release.
       new  0a193c8   Update copyright years in copyright file.
       new  434a889   Update man pages for upstream changes.
       new  f1b9d29   Drop deprecated-noinst.patch, applied upstream.
       new  4ebd73c   Add man pages for pkstat & pkkalman.
       new  feca900   Update symbols for amd64.
       new  ae2fe45   Handle common issues in upstream version extraction from changelog.
       new  d3d163b   Set distribution to experimental.

The 10 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                                      |  16 +
 configure                                      |  32 +-
 configure.ac                                   |   2 +-
 debian/changelog                               |  11 +
 debian/copyright                               |   2 +-
 debian/libimageclasses1.symbols                |   8 +-
 debian/man/pkcomposite.1.xml                   |   5 +-
 debian/man/pkinfo.1.xml                        |  54 --
 debian/man/pkkalman.1.xml                      | 365 +++++++++++
 debian/man/{pkstatascii.1.xml => pkstat.1.xml} | 251 ++++----
 debian/patches/deprecated-noinst.patch         |  24 -
 debian/patches/series                          |   1 -
 debian/rules                                   |   2 +-
 ltmain.sh                                      |   4 +-
 m4/libtool.m4                                  |  12 +-
 src/algorithms/ImgRegression.cc                | 309 ++++++++-
 src/algorithms/ImgRegression.h                 |   8 +-
 src/algorithms/StatFactory.h                   |  33 +-
 src/apps/Makefile.am                           |   6 +-
 src/apps/Makefile.in                           |  71 ++-
 src/apps/pkann.cc                              |  72 ++-
 src/apps/pkcomposite.cc                        |  62 +-
 src/apps/pkcrop.cc                             |   7 +-
 src/apps/pkdiff.cc                             |  29 +-
 src/apps/pkdumpimg.cc                          |  14 +-
 src/apps/pkenhance.cc                          |   4 +-
 src/apps/pkextract.cc                          |   4 -
 src/apps/pkinfo.cc                             |  53 +-
 src/apps/pkkalman.cc                           | 603 +++++++++++++-----
 src/apps/pkstat.cc                             | 825 +++++++++++++++++++++++++
 src/apps/pkstatascii.cc                        |  12 +-
 src/apps/pkstatogr.cc                          |   2 +-
 src/apps/pksvm.cc                              |  70 +--
 src/imageclasses/ImgReaderGdal.cc              |  73 ++-
 src/imageclasses/ImgReaderGdal.h               |   3 +-
 src/imageclasses/Makefile.am                   |   2 +-
 src/imageclasses/Makefile.in                   |   2 +-
 37 files changed, 2416 insertions(+), 637 deletions(-)
 create mode 100644 debian/man/pkkalman.1.xml
 copy debian/man/{pkstatascii.1.xml => pkstat.1.xml} (68%)
 delete mode 100644 debian/patches/deprecated-noinst.patch
 create mode 100644 src/apps/pkstat.cc

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