[pktools] branch master updated (1c45fb2 -> 7857bdf)

Bas Couwenberg sebastic at debian.org
Thu Jun 29 14:25:04 UTC 2017


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

sebastic pushed a change to branch master
in repository pktools.

      from  1c45fb2   Set distribution to unstable.
       new  09488e9   New upstream version 2.6.7.1
       new  3db97be   Merge tag 'upstream/2.6.7.1'
       new  993afac   New upstream release.
       new  00a9abe   Update copyright years for Pieter Kempeneers.
       new  c605951   Drop patches applied upstream.
       new  0a7e253   Bump Standards-Version to 4.0.0, no changes.
       new  cd91d2b   Add autopkgtest to test installability.
       new  52c4c48   Use pkg-info.mk variables instead of dpkg-parsechangelog output.
       new  cce55be   Set distribution to unstable.
       new  df9dd32   Exclude build directory and autocleaned files from upstream source.
       new  7e547d1   New upstream version 2.6.7.1+ds
       new  aef3edf   Merge tag 'upstream/2.6.7.1+ds'
       new  ea0cd53   Update upstream version for repacked source.
       new  46c0b61   Install pk{ann,reclass,svm}ogr in pktools package.
       new  55e780f   Update spelling-errors2.patch to fix new 'columns' typo.
       new  7857bdf   Add manpages for new executables.

The 16 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:
 CMakeLists.txt                                     |   91 +-
 README.txt                                         |    0
 debian/changelog                                   |   15 +
 debian/control                                     |    2 +-
 debian/copyright                                   |    5 +-
 debian/man/{pkann.1.xml => pkannogr.1.xml}         |   60 +-
 .../man/{pkpolygonize.1.xml => pkreclassogr.1.xml} |   67 +-
 debian/man/{pksvm.1.xml => pksvmogr.1.xml}         |   67 +-
 debian/patches/build-pklas2img.patch               |   18 -
 debian/patches/pkg-config-install-path.patch       |   17 -
 debian/patches/pkg-config-not-executable.patch     |   16 -
 debian/patches/pklas2img-CPLErr-conversion.patch   |   23 -
 debian/patches/series                              |    6 -
 debian/patches/soversion.patch                     |   84 -
 debian/patches/spelling-errors.patch               |   55 -
 debian/patches/spelling-errors2.patch              |   20 +
 debian/pktools.install                             |    3 +
 debian/pktools.manpages                            |    3 +
 debian/rules                                       |    9 +-
 debian/tests/control                               |    3 +
 debian/watch                                       |    3 +-
 doc/apps.dox                                       |    8 +-
 doc/createappsdox.sh                               |    2 +-
 doc/doxygen_sqlite3.db                             |  Bin 0 -> 933888 bytes
 doc/examples_pkextract.dox                         |   26 +-
 src/CMakeLists.txt                                 |   42 +-
 src/apps/pkann.cc                                  |  181 +-
 src/apps/pkannogr.cc                               |  916 +++++++
 src/apps/pkcomposite.cc                            |    2 +-
 src/apps/pkcomposite_app.cc~                       |  271 ---
 src/apps/pkcrop.cc                                 |    2 +-
 src/apps/pkextract.cc                              | 2553 --------------------
 src/apps/pkextractimg.cc                           |   23 +-
 src/apps/pkextractogr.cc                           |   14 +-
 src/apps/pkfilter.cc                               |    6 +-
 src/apps/pklas2img.cc                              |    4 +-
 src/apps/pkreclass.cc                              |   62 +-
 src/apps/pkreclassogr.cc                           |  194 ++
 src/apps/pkstatprofile.cc                          |    4 +-
 src/apps/pksvm.cc                                  |  206 +-
 src/apps/{pksvm.cc => pksvmogr.cc}                 |  486 +---
 41 files changed, 1355 insertions(+), 4214 deletions(-)
 delete mode 100644 README.txt
 copy debian/man/{pkann.1.xml => pkannogr.1.xml} (88%)
 copy debian/man/{pkpolygonize.1.xml => pkreclassogr.1.xml} (58%)
 copy debian/man/{pksvm.1.xml => pksvmogr.1.xml} (83%)
 delete mode 100644 debian/patches/build-pklas2img.patch
 delete mode 100644 debian/patches/pkg-config-install-path.patch
 delete mode 100644 debian/patches/pkg-config-not-executable.patch
 delete mode 100644 debian/patches/pklas2img-CPLErr-conversion.patch
 delete mode 100644 debian/patches/soversion.patch
 delete mode 100644 debian/patches/spelling-errors.patch
 create mode 100644 debian/tests/control
 create mode 100644 doc/doxygen_sqlite3.db
 create mode 100644 src/apps/pkannogr.cc
 delete mode 100644 src/apps/pkcomposite_app.cc~
 delete mode 100644 src/apps/pkextract.cc
 create mode 100644 src/apps/pkreclassogr.cc
 copy src/apps/{pksvm.cc => pksvmogr.cc} (70%)

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