[grass] branch experimental updated (4f43fad -> b5cbf04)

Bas Couwenberg sebastic at debian.org
Wed Apr 5 06:27:18 UTC 2017


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

sebastic pushed a change to branch experimental
in repository grass.

      from  4f43fad   Make grass-core depend on grass-doc, g.extension requires some of its files. (LP: #1646812)
      adds  7a2436b   Revert "Update branch in gbp.conf & Vcs-Git URL."
      adds  533f29d   Imported Upstream version 7.2.0
      adds  721b005   Merge tag 'upstream/7.2.0'
      adds  0578ead   New upstream release.
      adds  0baaae4   Drop svn-r69952-dglib-update-to-libavl-2.0.3.patch, included upstream.
      adds  9f85a72   Update license & copyright for avl.
      adds  1ab2338   Add patch to fix spelling errors.
      adds  be045d8   Add patch to fix hicolor icon name.
      adds  c58b5d2   Set distribution to unstable.
      adds  eca0567   Mark hicolor-icons.patch as Applied-Upstream.
      adds  f7d83e8   Enable PIE hardening flags. (closes: #859372)
      adds  b1042e4   Drop unused lintian overrides for hardening-no-pie.
      adds  7398dec   Set distribution to unstable.
       new  e0fa381   Update branch in gbp.conf & Vcs-Git URL.
       new  f6982bb   Imported Upstream version 7.2.1~rc1
       new  01c28ca   Merge tag 'upstream/7.2.1_rc1' into experimental
       new  183789c   New upstream release candidate.
       new  91944d0   Drop patches applied upstream.
       new  5e4728f   Update copyright file.
       new  75121c7   Add patch to fix spelling errors.
       new  b5cbf04   Set distribution to experimental.

The 8 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:
 CITING                                             |     2 +-
 ChangeLog_7.2.0RC2.gz                              |   Bin 852441 -> 0 bytes
 ChangeLog_7.2.1RC1.gz                              |   Bin 0 -> 862811 bytes
 INSTALL                                            |     4 +-
 REQUIREMENTS.html                                  |     4 +-
 Vagrantfile                                        |    13 +-
 contributors.csv                                   |     9 +-
 contributors_extra.csv                             |    17 +-
 db/drivers/ogr/describe.c                          |    14 +-
 db/drivers/postgres/describe.c                     |     4 +-
 db/drivers/postgres/grass-pg.html                  |     7 +-
 debian/changelog                                   |    29 +-
 debian/control                                     |     2 +-
 debian/copyright                                   |    30 +-
 debian/grass-core.lintian-overrides                |     3 -
 debian/grass-dev.lintian-overrides                 |     3 -
 debian/patches/series                              |     2 +-
 debian/patches/spelling-errors.patch               |    16 +
 .../svn-r69952-dglib-update-to-libavl-2.0.3.patch  |   772 -
 debian/rules                                       |     5 +-
 display/d.barscale/draw_scale.c                    |   323 +-
 display/d.barscale/main.c                          |    19 +-
 display/d.barscale/options.h                       |     2 +-
 display/d.geodesic/d.geodesic.html                 |     5 +-
 display/d.legend.vect/d.legend.vect.html           |     4 +-
 display/d.linegraph/main.c                         |     4 +
 display/d.mon/render_cmd.py                        |    10 +-
 display/d.rhumbline/d.rhumbline.html               |     5 +-
 display/d.vect.thematic/d.vect.thematic.html       |     4 +-
 display/d.vect/zcoor.c                             |    35 +-
 doc/.howto_release.txt.swp                         |   Bin 20480 -> 0 bytes
 doc/gi_addons.jpg                                  |   Bin 0 -> 28793 bytes
 doc/{gi_misc.jpg => gi_miscellaneous.jpg}          |   Bin
 doc/grass_database.png                             |   Bin 46732 -> 51787 bytes
 doc/grass_database.svg                             |   117 +-
 doc/howto_release.txt                              |    35 +-
 doc/infrastructure.txt                             |    61 +-
 general/g.parser/standard_option.c                 |     1 +
 general/g.region/Makefile                          |     4 +-
 general/g.region/main.c                            |    70 +-
 general/g.version/g.version.html                   |    35 +-
 grasslib.dox                                       |     2 +-
 gui/icons/Makefile                                 |    32 +-
 gui/icons/grass.desktop                            |    95 +-
 gui/wxpython/core/debug.py                         |     4 +-
 gui/wxpython/core/render.py                        |     8 +-
 gui/wxpython/core/settings.py                      |    12 +-
 gui/wxpython/core/utils.py                         |    10 +-
 gui/wxpython/core/ws.py                            |     2 +-
 gui/wxpython/datacatalog/tree.py                   |     8 +-
 gui/wxpython/docs/wxGUI.html                       |    15 +-
 gui/wxpython/gis_set.py                            |    63 +-
 gui/wxpython/gmodeler/dialogs.py                   |     2 +-
 gui/wxpython/gmodeler/model.py                     |     2 +-
 gui/wxpython/gui_core/ghelp.py                     |     2 +-
 gui/wxpython/gui_core/preferences.py               |    41 +-
 gui/wxpython/gui_core/pyedit.py                    |     2 +-
 gui/wxpython/iscatt/plots.py                       |     2 +-
 gui/wxpython/lmgr/frame.py                         |    15 +-
 gui/wxpython/lmgr/giface.py                        |    28 +-
 gui/wxpython/lmgr/layertree.py                     |   129 +-
 gui/wxpython/lmgr/pyshell.py                       |    30 +-
 gui/wxpython/lmgr/toolbars.py                      |     2 +-
 gui/wxpython/location_wizard/base.py               |    21 +-
 gui/wxpython/location_wizard/dialogs.py            |    17 +-
 gui/wxpython/location_wizard/wizard.py             |    46 +-
 gui/wxpython/mapdisp/main.py                       |     4 +-
 gui/wxpython/mapdisp/statusbar.py                  |     6 +-
 gui/wxpython/modules/vkrige.py                     |   759 -
 gui/wxpython/nviz/mapwindow.py                     |    10 +-
 gui/wxpython/nviz/preferences.py                   |    18 +-
 gui/wxpython/nviz/workspace.py                     |    16 +-
 gui/wxpython/nviz/wxnviz.py                        |     2 +
 gui/wxpython/timeline/frame.py                     |     6 +-
 gui/wxpython/tplot/frame.py                        |     4 +-
 gui/wxpython/vdigit/toolbars.py                    |    11 +-
 gui/wxpython/vdigit/wxdisplay.py                   |     4 +
 gui/wxpython/xml/toolboxes.xml                     |    24 +
 imagery/i.atcorr/README                            |     4 +-
 imagery/i.atcorr/create_iwave.py                   |    86 +-
 imagery/i.atcorr/geomcond.cpp                      |    14 +-
 imagery/i.atcorr/geomcond.h                        |   158 +-
 imagery/i.atcorr/i.atcorr.html                     |    87 +-
 imagery/i.atcorr/iwave.cpp                         |  3042 ++-
 imagery/i.atcorr/iwave.h                           |    42 +
 imagery/i.atcorr/sensors_csv/pleiades1a.csv        |   210 +
 imagery/i.atcorr/sensors_csv/pleiades1b.csv        |   210 +
 imagery/i.atcorr/sensors_csv/quickbird2.csv        |   162 +
 imagery/i.atcorr/sensors_csv/spot6.csv             |   602 +
 imagery/i.atcorr/sensors_csv/spot7.csv             |   602 +
 imagery/i.atcorr/sensors_csv/worldview3.csv        |  2102 ++
 imagery/i.cca/i.cca.html                           |     8 +-
 imagery/i.cca/main.c                               |     2 +-
 imagery/i.fft/main.c                               |     2 +-
 imagery/i.modis.qc/i.modis.qc.html                 |   231 +-
 imagery/i.vi/main.c                                |     3 +-
 imagery/i.zc/i.zc.html                             |     4 +-
 imagery/i.zc/main.c                                |    10 +-
 include/Make/Docs.make                             |     4 +-
 include/VERSION                                    |     4 +-
 include/gis.h                                      |     6 +-
 lib/calc/xnmedian.c                                |    18 +-
 lib/gis/find_file.c                                |     6 +-
 lib/gis/gisinit.c                                  |     4 +
 lib/gis/gislib_cmdline_parsing.dox                 |     2 +-
 lib/gis/parser.c                                   |     8 +-
 lib/gis/parser_local_proto.h                       |     1 +
 lib/gis/parser_standard_options.c                  |    15 +
 lib/gis/spawn.c                                    |     2 +-
 lib/init/grass.py                                  |    23 +-
 lib/init/grass7.html                               |    61 +-
 lib/proj/FL.lla                                    |   162 -
 lib/proj/MD.lla                                    |    70 -
 lib/proj/Makefile                                  |    36 +-
 lib/proj/README.txt                                |    48 +-
 lib/proj/TN.lla                                    |    72 -
 lib/proj/WI.lla                                    |   121 -
 lib/proj/WO.lla                                    |   204 -
 lib/proj/alaska.lla                                | 20751 -------------------
 lib/proj/conus.lla                                 |  5558 -----
 lib/proj/datum.c                                   |    16 +-
 lib/proj/hawaii.lla                                |  8734 --------
 lib/proj/ntv1_can.dat                              |   Bin 1113184 -> 0 bytes
 lib/proj/nzgd2kgrid0005.gsb                        |   Bin 318464 -> 0 bytes
 lib/proj/prvi.lla                                  |   479 -
 lib/proj/stgeorge.lla                              |  1100 -
 lib/proj/stlrnc.lla                                |   497 -
 lib/proj/stpaul.lla                                |   148 -
 lib/python/docs/src/pygrass_gis.rst                |    29 +-
 lib/python/docs/src/pygrass_index.rst              |    44 +-
 lib/python/docs/src/pygrass_messages.rst           |    14 +-
 lib/python/docs/src/pygrass_modules.rst            |    17 +-
 lib/python/docs/src/pygrass_raster.rst             |    40 +-
 lib/python/docs/src/pygrass_vector.rst             |    66 +-
 lib/python/gunittest/case.py                       |     2 +-
 lib/python/gunittest/reporters.py                  |     2 +-
 lib/python/pygrass/modules/interface/module.py     |     2 +
 lib/python/pygrass/tests/benchmark.py              |     2 +-
 lib/python/script/core.py                          |     6 +-
 lib/python/script/vector.py                        |    16 +-
 lib/python/temporal/mapcalc.py                     |    10 +-
 lib/raster/gdal.c                                  |     1 +
 lib/vector/Vlib/build_ogr.c                        |     9 +-
 lib/vector/Vlib/copy.c                             |    48 +-
 lib/vector/Vlib/intersect.c                        |    68 +-
 lib/vector/Vlib/net_analyze.c                      |    16 +-
 lib/vector/Vlib/open.c                             |    10 +-
 lib/vector/Vlib/read_pg.c                          |     9 +-
 lib/vector/Vlib/write_pg.c                         |    20 +-
 lib/vector/dglib/avl.c                             |   139 +-
 lib/vector/dglib/avl.h                             |    42 +-
 lib/vector/dglib/tavl.c                            |   163 +-
 lib/vector/dglib/tavl.h                            |    40 +-
 lib/vector/diglib/linecros.c                       |    66 +
 lib/vector/vedit/break.c                           |     3 +-
 lib/vector/vedit/move.c                            |     2 +-
 lib/vector/vedit/vertex.c                          |     2 +-
 locale/po/grasslibs_cs.po                          |    44 +-
 locale/po/grasslibs_fr.po                          |  2011 +-
 locale/po/grassmods_cs.po                          |   754 +-
 locale/po/grassmods_ko.po                          |     2 +-
 locale/po/grasswxpy_fr.po                          |  3598 +---
 man/Makefile                                       |     2 +-
 man/build_check.py                                 |     2 +-
 man/build_check_rest.py                            |     2 +-
 man/build_class.py                                 |    19 +-
 man/build_class_graphical.py                       |    13 +-
 man/build_class_rest.py                            |     4 +-
 man/build_full_index.py                            |    19 +-
 man/build_full_index_rest.py                       |    16 +-
 man/build_graphical_index.py                       |     5 +-
 man/build_html.py                                  |    14 +-
 man/build_keywords.py                              |     3 +
 man/build_manual_gallery.py                        |     4 +-
 man/build_rest.py                                  |     8 +-
 man/grassdocs.css                                  |    35 +
 man/parser_standard_options.py                     |     2 +-
 man/sphinx/conf.py                                 |    10 +-
 misc/m.cogo/main.c                                 |     1 +
 misc/m.measure/m.measure.html                      |    45 +-
 misc/m.measure/m_measure_distance.png              |   Bin 0 -> 70996 bytes
 misc/m.measure/main.c                              |     2 +
 misc/m.nviz.image/main.c                           |     1 +
 mswindows/GRASS-Installer.nsi.tmpl                 |    68 +-
 mswindows/GRASS-Packager.bat.tmpl                  |     3 +-
 mswindows/external/README.license                  |     2 +-
 mswindows/osgeo4w/env.bat.tmpl                     |     3 +
 mswindows/osgeo4w/setup.hint.tmpl                  |     4 +-
 raster/r.category/r.category.html                  |    88 +-
 raster/r.compress/main.c                           |    64 +-
 raster/r.compress/r.compress.html                  |    10 +-
 raster/r.contour/r.contour.html                    |    30 +-
 raster/r.contour/r_contour_using_levels.png        |   Bin 0 -> 201246 bytes
 raster/r.external.out/main.c                       |     2 +-
 raster/r.external.out/r.external.out.html          |    40 +-
 raster/r.fill.dir/main.c                           |     3 +
 raster/r.fill.dir/r.fill.dir.html                  |    81 +-
 raster/r.fill.dir/r_fill_dir.png                   |   Bin 0 -> 360040 bytes
 raster/r.gwflow/r.gwflow.html                      |     4 +-
 raster/r.in.ascii/main.c                           |     8 +-
 raster/r.in.bin/r.in.bin.html                      |    38 +-
 raster/r.in.gdal/main.c                            |    15 +-
 raster/r.in.lidar/main.c                           |    27 +-
 raster/r.in.poly/main.c                            |     6 +-
 raster/r.in.xyz/main.c                             |    66 +-
 raster/r.in.xyz/r.in.xyz.html                      |    71 +-
 raster/r.kappa/r.kappa.html                        |    21 +-
 raster/r.mapcalc/r.mapcalc.html                    |     6 +-
 .../r.mapcalc/testsuite/test_nmedian_bug_3296.py   |   104 +
 raster/r.null/main.c                               |    24 +-
 raster/r.null/r.null.html                          |    59 +-
 raster/r.out.ppm3/main.c                           |     2 +-
 raster/r.param.scale/r.param.scale.html            |    18 +-
 raster/r.quantile/main.c                           |    31 +-
 raster/r.reclass/r.reclass.html                    |    27 +-
 raster/r.resamp.stats/main.c                       |    10 +-
 raster/r.resamp.stats/r.resamp.stats.html          |     7 +-
 raster/r.sim/r.sim.sediment/main.c                 |    37 +-
 raster/r.sim/r.sim.water/main.c                    |    36 +-
 raster/r.sim/simlib/simlib.h                       |     4 +-
 raster/r.slope.aspect/main.c                       |     7 +-
 raster/r.solute.transport/r.solute.transport.html  |     4 +-
 raster/r.statistics/r.statistics.html              |    28 +-
 raster/r.stats.quantile/main.c                     |   259 +-
 raster/r.stats.quantile/r.stats.quantile.html      |     5 +-
 raster/r.stream.extract/r.stream.extract.html      |    16 +-
 raster/r.support/main.c                            |     2 +-
 raster/r.surf.idw/r.surf.idw.html                  |     4 +-
 raster/r.texture/r.texture.html                    |   170 +-
 raster/r.texture/r_texture_directions_example.png  |   Bin 0 -> 20692 bytes
 raster/r.timestamp/r.timestamp.html                |     4 +-
 raster/r.to.vect/areas_io.c                        |     2 +-
 raster/r.to.vect/global.h                          |     9 +-
 raster/r.to.vect/main.c                            |     8 +-
 raster/r.to.vect/set_error_handler.c               |    33 +
 raster/r.topidx/r.topidx.html                      |     4 +-
 raster/r.topmodel/infiltration.c                   |     6 +-
 raster/r.topmodel/r.topmodel.html                  |     4 +-
 raster/r.univar/r.univar.html                      |    38 +-
 raster/r.viewshed/r.viewshed.html                  |    12 +-
 raster/r.volume/centroids.c                        |     2 +-
 raster/r.what/main.c                               |    12 +-
 raster/rasterintro.html                            |     6 +-
 raster3d/r3.gwflow/r3.gwflow.html                  |     4 +-
 scripts/d.correlate/d.correlate.py                 |    15 +-
 scripts/g.extension/g.extension.html               |     6 +-
 scripts/g.extension/g.extension.py                 |    39 +-
 scripts/g.search.modules/g.search.modules.py       |    56 +-
 scripts/i.in.spotvgt/i.in.spotvgt.py               |     2 +
 scripts/i.tasscap/i.tasscap.html                   |    27 +-
 scripts/m.proj/m.proj.py                           |     1 +
 scripts/r.grow/r.grow.html                         |    15 +-
 scripts/r.grow/r.grow.py                           |    39 +-
 scripts/r.import/r.import.html                     |    13 +-
 scripts/r.in.aster/r.in.aster.py                   |     9 +-
 scripts/r.in.wms/wms_base.py                       |     6 +-
 scripts/r.out.xyz/r.out.xyz.html                   |    10 +-
 scripts/r.out.xyz/r.out.xyz.py                     |    11 +-
 scripts/r.plane/r.plane.py                         |     7 +-
 scripts/v.db.addtable/v.db.addtable.py             |    31 +-
 scripts/v.db.update/v.db.update.html               |     6 +-
 scripts/v.import/v.import.html                     |    13 +-
 scripts/v.import/v.import.py                       |    27 +-
 scripts/v.rast.stats/v.rast.stats.html             |     7 +-
 scripts/v.rast.stats/v.rast.stats.py               |     8 +-
 scripts/v.report/v.report.py                       |    74 +-
 scripts/v.what.strds/v.what.strds.py               |    10 +-
 temporal/t.create/t.create.py                      |     3 +-
 temporal/t.info/t.info.py                          |     3 +-
 temporal/t.list/t.list.py                          |     4 +-
 temporal/t.merge/t.merge.py                        |     4 +-
 temporal/t.rast.accdetect/t.rast.accdetect.py      |     6 +-
 temporal/t.rast.accumulate/t.rast.accumulate.py    |     6 +-
 .../t.rast.aggregate.ds/t.rast.aggregate.ds.py     |     4 +-
 temporal/t.rast.aggregate/t.rast.aggregate.py      |     4 +-
 temporal/t.rast.algebra/t.rast.algebra.html        |     4 +-
 temporal/t.rast.algebra/t.rast.algebra.py          |     5 +-
 temporal/t.rast.colors/t.rast.colors.py            |     3 +-
 temporal/t.rast.contour/t.rast.contour.py          |     5 +-
 temporal/t.rast.export/t.rast.export.py            |     3 +-
 temporal/t.rast.extract/t.rast.extract.py          |     4 +-
 temporal/t.rast.gapfill/t.rast.gapfill.py          |     8 +-
 temporal/t.rast.import/t.rast.import.py            |     3 +-
 temporal/t.rast.list/t.rast.list.py                |     4 +-
 temporal/t.rast.mapcalc/t.rast.mapcalc.py          |     4 +-
 temporal/t.rast.neighbors/t.rast.neighbors.py      |     5 +-
 temporal/t.rast.out.vtk/t.rast.out.vtk.py          |     3 +-
 temporal/t.rast.series/t.rast.series.py            |     3 +-
 temporal/t.rast.to.rast3/t.rast.to.rast3.py        |     3 +-
 temporal/t.rast.to.vect/t.rast.to.vect.py          |     5 +-
 temporal/t.rast.univar/t.rast.univar.py            |     4 +-
 temporal/t.rast.what/t.rast.what.py                |     5 +-
 temporal/t.rast3d.algebra/t.rast3d.algebra.py      |     5 +-
 temporal/t.rast3d.extract/t.rast3d.extract.py      |     4 +-
 temporal/t.rast3d.list/t.rast3d.list.py            |     4 +-
 temporal/t.rast3d.mapcalc/t.rast3d.mapcalc.py      |     4 +-
 temporal/t.rast3d.univar/t.rast3d.univar.py        |     4 +-
 temporal/t.register/t.register.py                  |     6 +-
 temporal/t.remove/t.remove.py                      |    12 +-
 temporal/t.rename/t.rename.py                      |     3 +-
 temporal/t.sample/t.sample.py                      |     4 +-
 temporal/t.select/t.select.py                      |     5 +-
 temporal/t.shift/t.shift.py                        |     4 +-
 temporal/t.snap/t.snap.py                          |     4 +-
 temporal/t.support/t.support.py                    |     4 +-
 temporal/t.topology/t.topology.py                  |     4 +-
 temporal/t.unregister/t.unregister.py              |    10 +-
 temporal/t.vect.algebra/t.vect.algebra.py          |     4 +-
 temporal/t.vect.db.select/t.vect.db.select.py      |     4 +-
 temporal/t.vect.export/t.vect.export.py            |     3 +-
 temporal/t.vect.extract/t.vect.extract.py          |     4 +-
 temporal/t.vect.import/t.vect.import.py            |     3 +-
 temporal/t.vect.list/t.vect.list.py                |     4 +-
 .../t.vect.observe.strds/t.vect.observe.strds.py   |     3 +-
 temporal/t.vect.univar/t.vect.univar.py            |     4 +-
 temporal/t.vect.what.strds/t.vect.what.strds.py    |     3 +-
 tools/mkhtml.py                                    |    40 +-
 tools/mkrest.py                                    |     2 +-
 vector/v.build.polylines/main.c                    |    16 +-
 vector/v.build.polylines/v.build.polylines.html    |    20 +-
 vector/v.build.polylines/walk.c                    |     8 +-
 vector/v.db.select/main.c                          |     4 +-
 vector/v.distance/main.c                           |    12 +-
 vector/v.distance/v.distance.html                  |    13 +-
 vector/v.edit/main.c                               |     2 +-
 vector/v.edit/max_distance.c                       |     2 +
 vector/v.external/dsn.c                            |    14 +-
 vector/v.external/main.c                           |    19 +-
 vector/v.external/v.external.html                  |    80 +-
 vector/v.in.db/v.in.db.html                        |    15 +-
 vector/v.in.lidar/main.c                           |     7 +-
 vector/v.in.ogr/main.c                             |     2 +-
 vector/v.in.ogr/v.in.ogr.html                      |    20 +-
 vector/v.info/level1.c                             |     6 +-
 vector/v.lidar.correction/main.c                   |    26 +-
 vector/v.lidar.edgedetection/main.c                |    18 +-
 vector/v.net.distance/v.net.distance.html          |    11 +-
 vector/v.net.path/path.c                           |   141 +-
 vector/v.net.visibility/v.net.visibility.html      |    74 +-
 vector/v.net.visibility/v_net_visibility.png       |   Bin 0 -> 78892 bytes
 vector/v.out.ogr/args.c                            |     6 +-
 vector/v.out.ogr/main.c                            |     2 +-
 vector/v.out.postgis/main.c                        |    35 +-
 vector/v.overlay/line_area.c                       |    41 +-
 vector/v.patch/main.c                              |     5 +-
 vector/v.proj/main.c                               |     9 +-
 vector/v.qcount/v.qcount.html                      |   125 +-
 vector/v.qcount/v_qcount_1.png                     |   Bin 0 -> 5929 bytes
 vector/v.qcount/v_qcount_2.png                     |   Bin 0 -> 7942 bytes
 vector/v.qcount/v_qcount_3.png                     |   Bin 0 -> 6351 bytes
 vector/v.qcount/v_qcount_4.png                     |   Bin 0 -> 24326 bytes
 vector/v.qcount/v_qcount_5.png                     |   Bin 0 -> 20950 bytes
 vector/v.select/copy_tabs.c                        |    17 +-
 vector/v.select/main.c                             |     2 +-
 vector/v.surf.rst/v.surf.rst.html                  |     9 +-
 vector/v.to.db/main.c                              |     5 +-
 vector/v.to.points/write.c                         |     2 +-
 vector/v.to.rast/local.h                           |     2 -
 vector/v.to.rast/main.c                            |     2 +-
 vector/v.to.rast/support.c                         |   180 +-
 vector/v.to.rast/v.to.rast.html                    |    25 +-
 vector/v.to.rast/v_to_rast_direction.png           |   Bin 0 -> 167142 bytes
 vector/v.to.rast/vect2rast.c                       |     5 -
 vector/v.vol.rst/main.c                            |     2 +-
 vector/v.what.rast/main.c                          |    56 +-
 vector/v.what/main.c                               |     1 +
 vector/vectorintro.html                            |     4 +-
 367 files changed, 13787 insertions(+), 45963 deletions(-)
 delete mode 100644 ChangeLog_7.2.0RC2.gz
 create mode 100644 ChangeLog_7.2.1RC1.gz
 delete mode 100644 debian/grass-dev.lintian-overrides
 create mode 100644 debian/patches/spelling-errors.patch
 delete mode 100644 debian/patches/svn-r69952-dglib-update-to-libavl-2.0.3.patch
 delete mode 100644 doc/.howto_release.txt.swp
 create mode 100644 doc/gi_addons.jpg
 rename doc/{gi_misc.jpg => gi_miscellaneous.jpg} (100%)
 delete mode 100644 gui/wxpython/modules/vkrige.py
 create mode 100644 imagery/i.atcorr/sensors_csv/pleiades1a.csv
 create mode 100644 imagery/i.atcorr/sensors_csv/pleiades1b.csv
 create mode 100644 imagery/i.atcorr/sensors_csv/quickbird2.csv
 create mode 100644 imagery/i.atcorr/sensors_csv/spot6.csv
 create mode 100644 imagery/i.atcorr/sensors_csv/spot7.csv
 create mode 100644 imagery/i.atcorr/sensors_csv/worldview3.csv
 delete mode 100644 lib/proj/FL.lla
 delete mode 100644 lib/proj/MD.lla
 delete mode 100644 lib/proj/TN.lla
 delete mode 100644 lib/proj/WI.lla
 delete mode 100644 lib/proj/WO.lla
 delete mode 100644 lib/proj/alaska.lla
 delete mode 100644 lib/proj/conus.lla
 delete mode 100644 lib/proj/hawaii.lla
 delete mode 100644 lib/proj/ntv1_can.dat
 delete mode 100644 lib/proj/nzgd2kgrid0005.gsb
 delete mode 100644 lib/proj/prvi.lla
 delete mode 100644 lib/proj/stgeorge.lla
 delete mode 100644 lib/proj/stlrnc.lla
 delete mode 100644 lib/proj/stpaul.lla
 create mode 100644 misc/m.measure/m_measure_distance.png
 create mode 100644 raster/r.contour/r_contour_using_levels.png
 create mode 100644 raster/r.fill.dir/r_fill_dir.png
 create mode 100644 raster/r.mapcalc/testsuite/test_nmedian_bug_3296.py
 create mode 100644 raster/r.texture/r_texture_directions_example.png
 create mode 100644 raster/r.to.vect/set_error_handler.c
 create mode 100644 vector/v.net.visibility/v_net_visibility.png
 create mode 100644 vector/v.qcount/v_qcount_1.png
 create mode 100644 vector/v.qcount/v_qcount_2.png
 create mode 100644 vector/v.qcount/v_qcount_3.png
 create mode 100644 vector/v.qcount/v_qcount_4.png
 create mode 100644 vector/v.qcount/v_qcount_5.png
 create mode 100644 vector/v.to.rast/v_to_rast_direction.png

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



More information about the Pkg-grass-devel mailing list