This is an automated email from the git hooks/post-receive script. frankie pushed a change to branch master in repository pktools.
from 65e0135 Fixed debian/copyright new 348adb5 Imported Upstream version 2.5.2+20140505 new 8002723 Merge tag 'upstream/2.5.2+20140505' new d28692c Updated to current edition of 2.5.2 as in upstream archive. new cf87ac8 Fixed binary name. new 24d5846 Fixed copyright format. The 5 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 | 9 +- Makefile.am | 24 + Makefile.in | 108 +- config.h | 81 -- configure | 29 +- configure.ac | 27 +- debian/changelog | 2 +- debian/control | 2 +- debian/copyright | 2 +- debian/pktools.install | 2 +- pktools.pc.in | 11 + src/algorithms/Filter2d.h | 368 +++++++ src/algorithms/StatFactory.h | 6 +- src/apps/Makefile.am | 4 +- src/apps/Makefile.in | 24 +- src/apps/pkann.cc | 54 +- src/apps/pkascii2img.cc | 2 +- src/apps/pkascii2ogr.cc | 2 +- src/apps/{pkcomposit.cc => pkcomposite.cc} | 42 +- src/apps/pkcreatect.cc | 2 +- src/apps/pkcrop.cc | 2 +- src/apps/pkdiff.cc | 4 +- src/apps/pkdsm2shadow.cc | 2 +- src/apps/pkdumpimg.cc | 2 +- src/apps/pkdumpogr.cc | 2 +- src/apps/pkdumpogr.h | 2 +- src/apps/pkeditogr.cc | 2 +- src/apps/pkegcs.cc | 2 +- src/apps/pkenhance.cc | 2 +- src/apps/pkextract.cc | 1481 ++++++++++++---------------- src/apps/pkfillnodata.cc | 2 +- src/apps/pkfilter.cc | 2 +- src/apps/pkfilterascii.cc | 2 +- src/apps/pkfilterdem.cc | 132 ++- src/apps/pkfsann.cc | 26 +- src/apps/pkfssvm.cc | 24 +- src/apps/pkgetmask.cc | 2 +- src/apps/pkinfo.cc | 50 +- src/apps/pklas2img.cc | 48 +- src/apps/pkndvi.cc | 2 +- src/apps/pkoptsvm.cc | 24 +- src/apps/pkpolygonize.cc | 2 +- src/apps/pkreclass.cc | 2 +- src/apps/pkregann.cc | 4 +- src/apps/pksetmask.cc | 2 +- src/apps/pksieve.cc | 2 +- src/apps/pkstatascii.cc | 4 +- src/apps/pksvm.cc | 103 +- src/base/Makefile.am | 2 +- src/base/Makefile.in | 2 +- src/base/Vector2d.h | 21 + src/imageclasses/ImgReaderGdal.cc | 10 +- src/imageclasses/ImgReaderGdal.h | 2 +- src/imageclasses/ImgReaderOgr.cc | 32 +- src/imageclasses/ImgReaderOgr.h | 24 +- src/imageclasses/ImgWriterOgr.cc | 19 +- src/imageclasses/ImgWriterOgr.h | 2 +- src/lasclasses/FileReaderLas.cc | 6 +- 58 files changed, 1635 insertions(+), 1220 deletions(-) delete mode 100644 config.h create mode 100644 pktools.pc.in rename src/apps/{pkcomposit.cc => pkcomposite.cc} (97%) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel