[grass] branch experimental updated (d9b8468 -> 384fde0)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Feb 8 22:18:51 UTC 2015


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

sebastic pushed a change to branch experimental
in repository grass.

      from  d9b8468   Set distribution to experimental.
       new  89e8e83   Remove additional Doxygen files on clean.
       new  e79db38   Drop upstream tarball repacking, fixed upstream.
       new  288b028   Imported Upstream version 7.0.0~rc2
       new  147eb57   Merge tag 'upstream/7.0.0_rc2' into experimental
       new  50a93d9   New upstream release candidate.
       new  aeece8a   Drop patches applied upstream, refresh remaining patches.
       new  4482f87   Add build dependencies on: zlib1g-dev, python-ply, python-pil.
       new  384fde0   Update copyright file, update copyright years.

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:
 ChangeLog_7.0.0RC1.gz                              |   Bin 781143 -> 0 bytes
 ChangeLog_7.0.0RC2.gz                              |   Bin 0 -> 784905 bytes
 aclocal.m4                                         |     2 +-
 config.guess                                       |    15 +-
 config.sub                                         |    29 +-
 configure                                          |     2 +-
 db/drivers/dbf/db.c                                |     1 +
 db/drivers/dbf/describe.c                          |     3 +
 db/drivers/dbf/table.c                             |     3 +
 db/drivers/mysql/parse.c                           |     1 +
 db/drivers/mysql/replace.c                         |     1 +
 db/drivers/ogr/execute.c                           |     1 +
 db/drivers/postgres/parse.c                        |     1 +
 db/drivers/sqlite/db.c                             |     1 +
 debian/changelog                                   |    11 +
 debian/control                                     |     7 +-
 debian/control.in                                  |     5 +-
 debian/copyright                                   |     3 +-
 debian/patches/additionally-typo.patch             |    27 -
 debian/patches/allows-to-typo.patch                |    29 -
 debian/patches/available-typo.patch                |    16 -
 debian/patches/default-typo.patch                  |    16 -
 debian/patches/extension-typo.patch                |    49 -
 debian/patches/information-typo.patch              |   204 -
 debian/patches/parameter-typo.patch                |   148 -
 debian/patches/preferred-typo.patch                |    16 -
 debian/patches/sc-config-cflags.patch              |    27 -
 debian/patches/series                              |    10 -
 debian/patches/specifying-typo.patch               |    36 -
 debian/patches/transferred-typo.patch              |   107 -
 debian/patches/wxpy3.0-compat.patch                |     6 +-
 debian/rules                                       |     2 +
 debian/watch                                       |     3 +-
 display/d.colortable/d.colortable.html             |    58 +-
 display/d.colortable/main.c                        |     4 +-
 display/d.info/main.c                              |    49 +-
 display/d.vect/shape.c                             |     4 +-
 doc/howto_release.txt                              |    12 +-
 general/g.gisenv/main.c                            |    10 +-
 general/g.parser/g.parser.html                     |    90 +-
 general/g.parser/test.pl                           |    48 +-
 general/g.parser/test.py                           |    50 +-
 general/g.parser/test.sh                           |    45 +-
 general/g.proj/create.c                            |    32 +-
 general/g.proj/local_proto.h                       |     3 +-
 general/g.proj/main.c                              |    18 +-
 gui/images/silesia_splash.png                      |   Bin 185936 -> 0 bytes
 gui/images/splash_screen.png                       |   Bin 0 -> 191280 bytes
 gui/images/startup_banner.png                      |   Bin 39534 -> 13762 bytes
 gui/images/startup_banner_isis.png                 |   Bin 94485 -> 73716 bytes
 gui/wxpython/Makefile                              |     2 +-
 gui/wxpython/core/utils.py                         |     2 +
 gui/wxpython/gis_set.py                            |   412 +-
 gui/wxpython/gui_core/forms.py                     |    17 +-
 gui/wxpython/gui_core/gselect.py                   |    30 +-
 gui/wxpython/lmgr/frame.py                         |     2 +-
 gui/wxpython/lmgr/layertree.py                     |     5 +-
 gui/wxpython/mapdisp/frame.py                      |     5 +
 gui/wxpython/nviz/mapwindow.py                     |    24 +-
 gui/wxpython/nviz/tools.py                         |    47 +-
 gui/wxpython/nviz/wxnviz.py                        |    10 +-
 gui/wxpython/psmap/dialogs.py                      |     4 +-
 gui/wxpython/rlisetup/frame.py                     |     2 +-
 gui/wxpython/rlisetup/wizard.py                    |    20 +-
 gui/wxpython/wxgui.py                              |     2 +-
 gui/wxpython/wxplot/profile.py                     |     2 +-
 gui/xml/grass-interface.dtd                        |    20 +
 imagery/i.eb.eta/i.eb.eta.html                     |     4 +-
 imagery/i.eb.evapfr/i.eb.evapfr.html               |     4 +-
 imagery/i.eb.hsebal01/i.eb.hsebal01.html           |     4 +-
 imagery/i.ortho.photo/README                       |     2 +-
 imagery/i.segment/parse_args.c                     |     2 +-
 include/VERSION                                    |     2 +-
 include/defs/display.h                             |     1 +
 include/defs/vector.h                              |    26 +-
 include/ogsf.h                                     |     2 +-
 lib/display/r_raster.c                             |    43 +-
 lib/gis/colors.desc                                |     4 +
 lib/gis/colors/blues                               |     2 +
 lib/gis/colors/greens                              |     2 +
 lib/gis/colors/oranges                             |     2 +
 lib/gis/colors/reds                                |     2 +
 lib/gis/parser_dependencies.c                      |    92 +-
 lib/gis/parser_interface.c                         |     2 +
 lib/gis/parser_local_proto.h                       |     1 +
 lib/gis/renamed_options                            |     5 +
 lib/gmath/la.c                                     |     2 +-
 lib/init/grass.py                                  |   106 +-
 lib/init/grass7.html                               |     4 +-
 lib/init/license.txt                               |     2 +-
 lib/init/variables.html                            |     7 +-
 lib/ogsf/gv.c                                      |     2 +-
 lib/ogsf/gv2.c                                     |    12 +-
 lib/ogsf/gvd.c                                     |    19 +-
 lib/python/docs/src/pygrass_raster.rst             |     2 +-
 lib/python/docs/src/temporal_framework.rst         |    16 +-
 lib/python/imaging/images2gif.py                   |     2 +-
 lib/python/pygrass/modules/interface/module.py     |     2 +-
 lib/python/pygrass/modules/interface/read.py       |     1 +
 lib/python/pygrass/vector/table.py                 |     2 +-
 lib/python/script/task.py                          |     2 +-
 lib/python/temporal/abstract_space_time_dataset.py |     2 +-
 lib/python/temporal/core.py                        |     2 +-
 lib/python/temporal/temporal_algebra.py            |     2 +-
 lib/python/temporal/temporal_operator.py           |     2 +-
 lib/raster3d/README                                |    12 +-
 lib/raster3d/r3_volume_layout.png                  |   Bin 170793 -> 0 bytes
 lib/raster3d/r3_volume_layout_large.png            |   Bin 52154 -> 0 bytes
 lib/raster3d/raster3d_layout.png                   |   Bin 0 -> 150244 bytes
 .../{r3_volume_layout.xcf => raster3d_layout.xcf}  |   Bin 255625 -> 283082 bytes
 lib/raster3d/raster3d_tile_cell_generator.sh       |    13 +
 lib/raster3d/raster3dlib.dox                       |     2 +-
 lib/raster3d/volume_tile_cell_generator.sh         |    13 -
 lib/temporal/lib/map_list.c                        |     4 +-
 lib/vector/Vlib/area.c                             |    10 +-
 lib/vector/Vlib/build.c                            |    42 +-
 lib/vector/Vlib/build_nat.c                        |     4 +-
 lib/vector/Vlib/copy.c                             |    76 +-
 lib/vector/Vlib/find.c                             |    45 +-
 lib/vector/Vlib/line.c                             |     2 -
 lib/vector/Vlib/map.c                              |    54 +-
 lib/vector/Vlib/open.c                             |     4 +-
 lib/vector/Vlib/poly.c                             |   281 +-
 lib/vector/Vlib/write.c                            |    91 +-
 lib/vector/Vlib/write_nat.c                        |   188 +-
 lib/vector/Vlib/write_ogr.c                        |     6 +-
 lib/vector/Vlib/write_pg.c                         |    36 +-
 lib/vector/Vlib/write_sfa.c                        |    16 +-
 lib/vector/diglib/inside.c                         |    15 +-
 lib/vector/diglib/line_dist.c                      |    31 +-
 lib/vector/diglib/linecros.c                       |    20 +
 lib/vector/diglib/spindex_rw.c                     |    12 +-
 locale/Makefile                                    |     1 +
 locale/grass_po_stats.py                           |     6 +-
 locale/po/grasslibs_ar.po                          | 12451 ++--
 locale/po/grasslibs_cs.po                          | 13119 ++--
 locale/po/grasslibs_de.po                          | 13453 ++--
 locale/po/grasslibs_el.po                          | 13045 ++--
 locale/po/grasslibs_es.po                          | 13951 ++--
 locale/po/grasslibs_fr.po                          | 13265 ++--
 locale/po/grasslibs_it.po                          | 13219 ++--
 locale/po/grasslibs_ja.po                          | 13167 ++--
 locale/po/grasslibs_ko.po                          | 11593 ++--
 locale/po/grasslibs_lv.po                          | 12792 ++--
 locale/po/grasslibs_ml.po                          | 11525 ++--
 locale/po/grasslibs_pl.po                          | 13367 ++--
 locale/po/grasslibs_pt.po                          | 13171 ++--
 locale/po/grasslibs_pt_br.po                       | 12897 ++--
 locale/po/grasslibs_ro.po                          | 11343 ++--
 locale/po/grasslibs_ru.po                          | 13233 ++--
 locale/po/grasslibs_sl.po                          | 12639 ++--
 locale/po/grasslibs_th.po                          | 13223 ++--
 locale/po/grasslibs_tr.po                          | 12789 ++--
 locale/po/grasslibs_vi.po                          | 13535 ++--
 locale/po/grasslibs_zh.po                          | 13283 ++--
 locale/po/grassmods_ar.po                          | 57785 ++++++++---------
 locale/po/grassmods_cs.po                          | 61401 +++++++++---------
 locale/po/grassmods_de.po                          | 63776 ++++++++++---------
 locale/po/grassmods_el.po                          | 51740 +++++++--------
 locale/po/grassmods_es.po                          | 62548 +++++++++---------
 locale/po/grassmods_fr.po                          | 63247 +++++++++---------
 locale/po/grassmods_it.po                          | 59860 ++++++++---------
 locale/po/grassmods_ja.po                          | 61535 +++++++++---------
 locale/po/grassmods_ko.po                          | 50732 +++++++--------
 locale/po/grassmods_lv.po                          | 57028 ++++++++---------
 locale/po/grassmods_pl.po                          | 59952 ++++++++---------
 locale/po/grassmods_pt.po                          | 60910 +++++++++---------
 locale/po/grassmods_pt_br.po                       | 60576 +++++++++---------
 locale/po/grassmods_ro.po                          | 47889 +++++++-------
 locale/po/grassmods_ru.po                          | 62229 +++++++++---------
 locale/po/grassmods_sl.po                          | 57879 ++++++++---------
 locale/po/grassmods_th.po                          | 60930 +++++++++---------
 locale/po/grassmods_tr.po                          | 57962 ++++++++---------
 locale/po/grassmods_vi.po                          | 62373 +++++++++---------
 locale/po/grassmods_zh.po                          | 58237 ++++++++---------
 locale/po/grasswxpy_cs.po                          | 28122 ++++----
 locale/po/grasswxpy_de.po                          | 27842 ++++----
 locale/po/grasswxpy_el.po                          | 23469 +++----
 locale/po/grasswxpy_es.po                          | 28500 ++++-----
 locale/po/grasswxpy_fr.po                          | 28265 ++++----
 locale/po/grasswxpy_id.po                          | 27511 ++++----
 locale/po/grasswxpy_it.po                          | 25712 ++++----
 locale/po/grasswxpy_ja.po                          | 28092 ++++----
 locale/po/grasswxpy_ko.po                          | 18932 +++---
 locale/po/grasswxpy_lv.po                          | 23177 +++----
 locale/po/grasswxpy_ml.po                          | 24408 +++----
 locale/po/grasswxpy_pl.po                          | 27642 ++++----
 locale/po/grasswxpy_pt.po                          | 27966 ++++----
 locale/po/grasswxpy_pt_br.po                       | 27864 ++++----
 locale/po/grasswxpy_ro.po                          | 28655 ++++-----
 locale/po/grasswxpy_ru.po                          | 27611 ++++----
 locale/po/grasswxpy_th.po                          | 24596 +++----
 locale/po/grasswxpy_tr.po                          | 27699 ++++----
 locale/po/grasswxpy_vi.po                          | 28402 +++++----
 locale/po/grasswxpy_zh.po                          | 26750 ++++----
 man/grassdocs.css                                  |     3 +-
 raster/r.cost/cost.h                               |    22 -
 raster/r.cost/main.c                               |    59 +-
 raster/r.cost/r.cost.html                          |    22 +-
 raster/r.cost/stash.h                              |    31 +-
 raster/r.external/main.c                           |     4 +-
 raster/r.in.gdal/r.in.gdal.html                    |    47 +-
 raster/r.mapcalc/main.c                            |     3 +-
 raster/r.neighbors/main.c                          |     9 +-
 raster/r.quant/main.c                              |    12 +-
 raster/r.resamp.filter/main.c                      |     9 +-
 raster/r.series.interp/main.c                      |    24 +-
 raster/r.series/main.c                             |     6 +-
 raster/r.solute.transport/r.solute.transport.html  |     4 +-
 raster/r.stats.quantile/main.c                     |     6 +-
 raster/r.volume/main.c                             |     2 +-
 raster/r.walk/main.c                               |    59 +-
 raster/r.walk/r.walk.html                          |    13 +-
 raster/r.walk/stash.h                              |     3 +-
 raster/r.watershed/shed/com_line.c                 |     2 +-
 raster/r.what/r.what.html                          |     8 +-
 raster3d/r3.gwflow/r3.gwflow.html                  |     4 +-
 raster3d/r3.in.ascii/r3.in.ascii.html              |     4 +-
 raster3d/r3.in.ascii/r3_volume_layout.png          |   Bin 170793 -> 0 bytes
 raster3d/r3.in.ascii/raster3d_layout.png           |   Bin 0 -> 150244 bytes
 raster3d/r3.out.ascii/r3.out.ascii.html            |     4 +-
 raster3d/r3.out.ascii/r3_volume_layout.png         |   Bin 170793 -> 0 bytes
 raster3d/r3.out.ascii/raster3d_layout.png          |   Bin 0 -> 150244 bytes
 raster3d/raster3dintro.html                        |     2 +-
 scripts/r3.in.xyz/r3.in.xyz.html                   |     4 +-
 temporal/t.info/t.info.html                        |    14 +-
 temporal/t.rast.accumulate/t.rast.accumulate.py    |     2 +-
 temporal/t.rast.aggregate/t.rast.aggregate.py      |     2 +-
 temporal/t.rast.colors/t.rast.colors.html          |     4 +-
 temporal/t.rast.list/t.rast.list.html              |     4 +-
 temporal/t.select/t.select.html                    |     4 +-
 temporal/t.vect.algebra/t.vect.algebra.html        |     4 +-
 .../t.vect.observe.strds/t.vect.observe.strds.html |    32 +-
 temporal/temporalintro.html                        |     4 +-
 vector/v.build/v.build.html                        |     8 +-
 vector/v.colors/main.c                             |    13 +-
 vector/v.colors/v.colors.html                      |     4 +-
 vector/v.external.out/args.c                       |    10 +-
 vector/v.extract/copy_tab.c                        |    33 +-
 vector/v.generalize/misc.c                         |    34 +-
 vector/v.hull/v.hull.html                          |    14 +-
 vector/v.hull/v_hull_3d.png                        |   Bin 0 -> 49067 bytes
 vector/v.in.ogr/main.c                             |   288 +-
 vector/v.lrs/MAIL                                  |     2 +-
 vector/v.out.postgis/v.out.postgis.html            |     4 +-
 vector/v.overlay/main.c                            |    25 +-
 vector/v.patch/main.c                              |    35 +-
 vector/v.reclass/main.c                            |    23 +-
 vector/v.vect.stats/main.c                         |    21 +-
 249 files changed, 995678 insertions(+), 989322 deletions(-)
 delete mode 100644 ChangeLog_7.0.0RC1.gz
 create mode 100644 ChangeLog_7.0.0RC2.gz
 delete mode 100644 debian/patches/additionally-typo.patch
 delete mode 100644 debian/patches/available-typo.patch
 delete mode 100644 debian/patches/default-typo.patch
 delete mode 100644 debian/patches/extension-typo.patch
 delete mode 100644 debian/patches/information-typo.patch
 delete mode 100644 debian/patches/parameter-typo.patch
 delete mode 100644 debian/patches/preferred-typo.patch
 delete mode 100644 debian/patches/sc-config-cflags.patch
 delete mode 100644 debian/patches/specifying-typo.patch
 delete mode 100644 debian/patches/transferred-typo.patch
 delete mode 100644 gui/images/silesia_splash.png
 create mode 100644 gui/images/splash_screen.png
 create mode 100644 lib/gis/colors/blues
 create mode 100644 lib/gis/colors/greens
 create mode 100644 lib/gis/colors/oranges
 create mode 100644 lib/gis/colors/reds
 delete mode 100644 lib/raster3d/r3_volume_layout.png
 delete mode 100644 lib/raster3d/r3_volume_layout_large.png
 create mode 100644 lib/raster3d/raster3d_layout.png
 rename lib/raster3d/{r3_volume_layout.xcf => raster3d_layout.xcf} (85%)
 create mode 100755 lib/raster3d/raster3d_tile_cell_generator.sh
 delete mode 100755 lib/raster3d/volume_tile_cell_generator.sh
 delete mode 100644 raster3d/r3.in.ascii/r3_volume_layout.png
 create mode 100644 raster3d/r3.in.ascii/raster3d_layout.png
 delete mode 100644 raster3d/r3.out.ascii/r3_volume_layout.png
 create mode 100644 raster3d/r3.out.ascii/raster3d_layout.png
 create mode 100644 vector/v.hull/v_hull_3d.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