[grass] branch experimental updated (1a308ed -> 64ea70e)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Dec 31 12:24:24 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 1a308ed Set distribution to experimental.
adds 4e85363 Revert "Update branch in gbp.conf & Vcs-Git URL."
adds 51bbbd3 Imported Upstream version 7.0.2
adds 0261c42 Merge tag 'upstream/7.0.2'
adds aba16a6 New upstream release.
adds af9a0d5 Add patch for various typos.
adds 7a87fca Set distribution to unstable.
adds 9005409 Mark various-typos.patch as Forwarded.
adds ddc025a Mark various-typos.patch as Applied-Upstream.
adds b983200 Mark desktop.patch & ctte-741573.patch as Applied-Upstream.
adds 891242c Fix programming manual installation.
adds b7eea53 Remove useless autogenerated doxygen files from programming-manual.
adds 5664b70 Don't use hardcoded grass70 in path.
adds 8b5d02b Also build documentation in build-arch target when built with dpkg-buildpackage -A.
adds 5197c74 Create directory before install.
adds 97e6a35 Set distribution to unstable.
adds 78ad290 Link to bugreport in lintian override comment.
new a32ba58 Update branch in gbp.conf & Vcs-Git URL.
new d164284 Imported Upstream version 7.0.3~rc1
new 5bddb69 Merge tag 'upstream/7.0.3_rc1' into experimental
new dc3292a New upstream release candidate.
new f8bb364 Update copyright file.
new a12e874 Drop patches appplied upstream.
new e7492c4 Add patch to fix various typos.
new f484bb7 Move new tplot.png to usr/share too.
new 64ea70e Set distribution to experimental.
The 9 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:
AUTHORS | 70 +-
ChangeLog_7.0.2RC2.gz | Bin 809698 -> 0 bytes
ChangeLog_7.0.3RC1.gz | Bin 0 -> 817963 bytes
REQUIREMENTS.html | 4 +-
aclocal.m4 | 4 +-
config.guess | 17 +-
config.sub | 19 +-
configure | 6 +-
configure.in | 2 +-
db/drivers/dbf/dbdriver.h | 14 -
db/drivers/mk_dbdriver_h.sh | 31 -
db/drivers/mysql/dbdriver.h | 17 -
db/drivers/odbc/dbdriver.h | 16 -
db/drivers/odbc/describe.c | 4 +-
db/drivers/odbc/odbc.h | 7 +-
db/drivers/ogr/dbdriver.h | 13 -
db/drivers/postgres/dbdriver.h | 19 -
db/drivers/postgres/grass-pg.html | 6 +-
db/drivers/sqlite/dbdriver.h | 17 -
debian/changelog | 30 +
debian/control | 2 +-
debian/copyright | 38 +-
debian/grass-doc.lintian-overrides | 2 +-
debian/grass-gui.links | 1 +
debian/grass-gui.links.in | 1 +
debian/patches/ctte-741573.patch | 365 -
debian/patches/desktop.patch | 14 -
debian/patches/series | 3 +-
debian/patches/various-typos.patch | 1577 +
debian/rules | 43 +-
display/d.font/d.font.html | 2 +-
display/d.grid/main.c | 1 +
doc/howto_release.txt | 21 +-
general/g.gui/main.c | 4 +
general/g.mkfontcap/freetype_fonts.c | 31 +-
general/g.mkfontcap/main.c | 4 +-
general/g.parser/g.parser.html | 4 +-
general/g.proj/create.c | 6 +-
general/g.proj/g.proj.html | 6 +-
general/g.proj/local_proto.h | 2 +-
general/g.proj/main.c | 2 +-
general/g.proj/output.c | 26 +-
general/g.remove/main.c | 14 +-
gui/icons/Makefile | 10 +
gui/icons/grass.desktop | 2 +-
gui/icons/grass.menu | 5 -
gui/icons/grass.svg | 33 +
gui/icons/grass.xpm | 282 -
gui/icons/msys.ico | Bin 17542 -> 0 bytes
gui/icons/x86_64/grass.ico | Bin 0 -> 17938 bytes
gui/icons/x86_64/grass_osgeo.ico | Bin 0 -> 17938 bytes
gui/wxpython/Makefile | 6 +-
gui/wxpython/animation/utils.py | 2 +-
gui/wxpython/core/utils.py | 13 +-
gui/wxpython/gmodeler/dialogs.py | 15 +-
gui/wxpython/gmodeler/frame.py | 17 +-
gui/wxpython/gmodeler/model.py | 56 +-
gui/wxpython/gui_core/dialogs.py | 55 +
gui/wxpython/gui_core/forms.py | 19 +-
gui/wxpython/gui_core/ghelp.py | 4 +-
gui/wxpython/gui_core/mapdisp.py | 12 +-
gui/wxpython/gui_core/query.py | 6 +
gui/wxpython/gui_core/toolbars.py | 6 +-
gui/wxpython/lmgr/frame.py | 52 +-
gui/wxpython/lmgr/layertree.py | 8 +-
gui/wxpython/location_wizard/wizard.py | 103 +-
gui/wxpython/menustrings.py | 1364 +
gui/wxpython/modules/colorrules.py | 13 +-
gui/wxpython/nviz/tools.py | 2 +
gui/wxpython/psmap/dialogs.py | 2 +-
gui/wxpython/psmap/frame.py | 2 +-
gui/wxpython/psmap/utils.py | 24 +-
gui/wxpython/timeline/frame.py | 23 +-
.../example => gui/wxpython/tplot}/Makefile | 0
gui/wxpython/tplot/__init__.py | 4 +
gui/wxpython/tplot/frame.py | 990 +
gui/wxpython/tplot/g.gui.tplot.html | 41 +
gui/wxpython/tplot/g.gui.tplot.py | 131 +
gui/wxpython/tplot/tplot.png | Bin 0 -> 76530 bytes
gui/wxpython/vdigit/g.gui.vdigit.py | 11 +-
gui/wxpython/vnet/toolbars.py | 12 -
gui/wxpython/wxgui.py | 19 +-
gui/wxpython/xml/menudata.xml | 3786 ++
gui/wxpython/xml/menudata_modeler.xml | 6 -
gui/wxpython/xml/module_tree_menudata.xml | 3425 +
gui/wxpython/xml/toolboxes.xml | 10 +-
gui/wxpython/xml/wxgui_items.xml | 23 +-
imagery/i.atcorr/i.atcorr.html | 26 +-
imagery/i.cluster/checkpt.c | 16 +-
imagery/i.cluster/main.c | 82 +-
imagery/i.cluster/print1.c | 10 +-
imagery/i.cluster/print2.c | 13 +-
imagery/i.cluster/print3.c | 7 +-
imagery/i.cluster/print4.c | 6 +-
imagery/i.cluster/print5.c | 11 +-
imagery/i.cluster/print6.c | 4 +-
imagery/i.landsat.toar/i.landsat.toar.html | 37 +-
imagery/i.topo.corr/main.c | 4 +-
imagery/i.vi/i.vi.html | 220 +-
imagery/i.vi/i_vi_arvi.png | Bin 0 -> 442186 bytes
imagery/i.vi/i_vi_gari.png | Bin 0 -> 415235 bytes
imagery/i.vi/i_vi_ndvi.png | Bin 0 -> 449341 bytes
imagery/i.vi/main.c | 6 +-
include/Make/Rules.make | 2 +-
include/VERSION | 2 +-
include/config.h.in | 2 +-
include/defs/dbmi.h | 1 +
include/gis.h | 10 +-
include/vect/dig_defines.h | 2 +-
lib/db/dbmi_base/Makefile | 2 +-
lib/db/dbmi_base/dbstubs.h | 102 +
lib/db/dbmi_client/handler.c | 11 +-
lib/db/dbmi_client/shutdown.c | 5 +-
lib/db/dbmi_client/start.c | 12 +
lib/db/dbmi_driver/Makefile | 2 +-
lib/db/dbmi_driver/dbstubs.h | 102 -
lib/db/dbmi_driver/driver.c | 2 -
lib/db/dbmi_driver/mk_dbstubs_h.sh | 29 -
lib/db/sqlp/sql.html | 35 +-
lib/db/stubs/add_col.c | 1 +
lib/db/stubs/bindupdate.c | 1 +
lib/db/stubs/close_cursor.c | 1 +
lib/db/stubs/closedb.c | 1 +
lib/db/stubs/create_index.c | 1 +
lib/db/stubs/create_table.c | 1 +
lib/db/stubs/createdb.c | 1 +
lib/db/stubs/delete.c | 1 +
lib/db/stubs/deletedb.c | 1 +
lib/db/stubs/desc_table.c | 3 +-
lib/db/stubs/drop_col.c | 1 +
lib/db/stubs/drop_index.c | 1 +
lib/db/stubs/drop_table.c | 1 +
lib/db/stubs/execute.c | 1 +
lib/db/stubs/fetch.c | 1 +
lib/db/stubs/finddb.c | 1 +
lib/db/stubs/finish.c | 1 +
lib/db/stubs/init.c | 1 +
lib/db/stubs/insert.c | 1 +
lib/db/stubs/list_index.c | 1 +
lib/db/stubs/list_tables.c | 1 +
lib/db/stubs/listdb.c | 1 +
lib/db/stubs/open_insert.c | 1 +
lib/db/stubs/open_select.c | 3 +-
lib/db/stubs/open_update.c | 3 +-
lib/db/stubs/opendb.c | 1 +
lib/db/stubs/priv.c | 1 +
lib/db/stubs/rows.c | 1 +
lib/db/stubs/transaction.c | 1 +
lib/db/stubs/update.c | 1 +
lib/gis/ls.c | 1 +
lib/gis/parser.c | 53 +-
lib/gis/strings.c | 2 +-
lib/gis/token.c | 99 +-
lib/gis/worker.c | 4 +-
lib/gmath/la.c | 2 +-
lib/imagery/iscatt_core.c | 8 +-
lib/init/grass.py | 48 +-
lib/init/variables.html | 6 +-
lib/ogsf/gsd_img_tif.c | 4 +-
lib/proj/Makefile | 8 +-
lib/python/ctypes/Makefile | 2 +-
lib/python/imaging/images2gif.py | 2 +-
lib/python/imaging/images2swf.py | 3 +-
lib/python/pygrass/gis/__init__.py | 2 +-
lib/python/pygrass/modules/grid/grid.py | 31 +-
lib/python/script/db.py | 22 +-
lib/python/script/setup.py | 9 +-
lib/python/script/{setup.py => setup.py.tmp} | 15 +-
lib/python/script/task.py | 4 +-
lib/python/temporal/temporal_algebra.py | 4 +-
.../temporal/temporal_raster_base_algebra.py | 2 +-
lib/python/temporal/univar_statistics.py | 33 +-
lib/raster/open.c | 6 +
lib/vector/Vlib/ascii.c | 59 +-
lib/vector/Vlib/build_pg.c | 2 +-
lib/vector/Vlib/cindex.c | 2 +-
lib/vector/Vlib/open_pg.c | 4 +-
lib/vector/Vlib/read_pg.c | 12 +-
lib/vector/Vlib/write_pg.c | 12 +-
lib/vector/dglib/examples/components.c | 2 +-
locale/po/grasslibs_ar.po | 12923 ++--
locale/po/grasslibs_cs.po | 14064 ++--
locale/po/grasslibs_de.po | 13838 ++--
locale/po/grasslibs_el.po | 13616 ++--
locale/po/grasslibs_es.po | 14385 ++---
locale/po/grasslibs_fi.po | 9709 +--
locale/po/grasslibs_fr.po | 14405 +++--
locale/po/grasslibs_it.po | 14186 ++---
locale/po/grasslibs_ja.po | 13520 ++--
locale/po/grasslibs_ko.po | 12102 ++--
locale/po/grasslibs_lv.po | 12929 ++--
locale/po/grasslibs_ml.po | 11761 ++--
locale/po/grasslibs_pl.po | 13786 ++--
locale/po/grasslibs_pt.po | 13734 ++--
locale/po/grasslibs_pt_br.po | 13251 ++--
locale/po/grasslibs_ro.po | 11555 ++--
locale/po/grasslibs_ru.po | 13906 ++--
locale/po/grasslibs_sl.po | 13057 ++--
locale/po/grasslibs_th.po | 13614 ++--
locale/po/grasslibs_tr.po | 13124 ++--
locale/po/grasslibs_vi.po | 13836 ++--
locale/po/grasslibs_zh.po | 13514 ++--
locale/po/grassmods_ar.po | 58069 ++++++++---------
locale/po/grassmods_cs.po | 61858 +++++++++---------
locale/po/grassmods_de.po | 62959 +++++++++---------
locale/po/grassmods_el.po | 51827 +++++++--------
locale/po/grassmods_es.po | 63460 ++++++++++---------
locale/po/grassmods_fi.po | 43369 ++++++-------
locale/po/grassmods_fr.po | 63184 +++++++++---------
locale/po/grassmods_it.po | 59801 ++++++++---------
locale/po/grassmods_ja.po | 61569 +++++++++---------
locale/po/grassmods_ko.po | 51815 +++++++--------
locale/po/grassmods_lv.po | 57719 ++++++++---------
locale/po/grassmods_pl.po | 59665 ++++++++---------
locale/po/grassmods_pt.po | 60850 +++++++++---------
locale/po/grassmods_pt_br.po | 60804 +++++++++---------
locale/po/grassmods_ro.po | 48680 +++++++-------
locale/po/grassmods_ru.po | 62268 +++++++++---------
locale/po/grassmods_sl.po | 57926 ++++++++---------
locale/po/grassmods_th.po | 61350 +++++++++---------
locale/po/grassmods_tr.po | 58164 ++++++++---------
locale/po/grassmods_vi.po | 62832 +++++++++---------
locale/po/grassmods_zh.po | 59523 ++++++++---------
locale/po/grasswxpy_cs.po | 28361 +++++----
locale/po/grasswxpy_de.po | 28826 ++++-----
locale/po/grasswxpy_el.po | 23371 +++----
locale/po/grasswxpy_es.po | 28756 ++++-----
locale/po/grasswxpy_fi.po | 19551 +++---
locale/po/grasswxpy_fr.po | 29216 ++++-----
locale/po/grasswxpy_id.po | 27461 ++++----
locale/po/grasswxpy_it.po | 28016 ++++----
locale/po/grasswxpy_ja.po | 28238 +++++----
locale/po/grasswxpy_ko.po | 19148 +++---
locale/po/grasswxpy_lv.po | 23305 +++----
locale/po/grasswxpy_ml.po | 24213 +++----
locale/po/grasswxpy_pl.po | 27865 ++++----
locale/po/grasswxpy_pt.po | 28101 ++++----
locale/po/grasswxpy_pt_br.po | 28554 ++++-----
locale/po/grasswxpy_ro.po | 28903 ++++-----
locale/po/grasswxpy_ru.po | 27734 ++++----
locale/po/grasswxpy_th.po | 25132 ++++----
locale/po/grasswxpy_tr.po | 27652 ++++----
locale/po/grasswxpy_vi.po | 28215 +++++----
locale/po/grasswxpy_zh.po | 27904 ++++----
mswindows/GRASS-Installer.nsi.tmpl | 204 +-
mswindows/GRASS-Packager.bat.tmpl | 32 +-
mswindows/Makefile | 1 +
mswindows/env.bat | 18 +-
mswindows/external/rbatch/README.grass | 3 +-
mswindows/osgeo4w/env.bat.tmpl | 7 +-
mswindows/osgeo4w/gdal-config | 12 -
mswindows/osgeo4w/geos-config | 12 +-
mswindows/osgeo4w/grass.tmpl | 22 -
mswindows/osgeo4w/liblas-config | 5 -
mswindows/osgeo4w/mklibs.sh | 21 +-
mswindows/osgeo4w/msys.bat | 207 -
mswindows/osgeo4w/package.sh | 203 +-
mswindows/osgeo4w/postinstall.bat | 14 +-
mswindows/osgeo4w/preremove.bat | 11 +-
mswindows/osgeo4w/setup.hint | 7 +
raster/r.category/r.category.html | 32 +-
raster/r.colors.out/r.colors.out.html | 2 +-
raster/r.cross/r.cross.html | 2 +-
raster/r.external/main.c | 19 +-
raster/r.grow.distance/main.c | 1 +
raster/r.in.gdal/main.c | 2 +-
raster/r.in.gridatb/r.in.gridatb.html | 2 +-
raster/r.in.xyz/r.in.xyz.html | 4 +-
raster/r.lake/r.lake.html | 8 +-
raster/r.mapcalc/mapcalc.output | 2506 +
raster/r.mapcalc/mapcalc.tab.c | 2043 +
raster/r.mapcalc/mapcalc.tab.h | 122 +
raster/r.mapcalc/mapcalc.yy.c | 2241 +
raster/r.mode/main.c | 2 +-
raster/r.out.pov/r.out.pov.html | 2 +-
raster/r.param.scale/interface.c | 3 +
raster/r.quant/main.c | 2 +-
raster/r.quant/r.quant.html | 2 +-
raster/r.region/r.region.html | 9 +-
raster/r.ros/main.c | 1 +
raster/r.sim/r.sim.sediment/main.c | 1 +
raster/r.sim/r.sim.water/main.c | 1 +
raster/r.spread/main.c | 1 +
raster/r.statistics/main.c | 1 +
raster/r.stats.zonal/main.c | 1 +
raster/r.stream.extract/do_astar.c | 15 +-
raster/r.sun/r.sun.html | 17 +-
raster/r.support/r.support.html | 2 +-
raster/r.texture/r.texture.html | 22 +-
raster/r.thin/io.c | 19 +-
raster/r.thin/main.c | 8 +-
raster/r.topidx/main.c | 3 +-
raster/r.topmodel/main.c | 1 +
raster/r.topmodel/r.topmodel.html | 4 +-
raster/r.watershed/ram/do_astar.c | 16 +-
raster/r.watershed/ram/do_cum.c | 4 +
raster/r.watershed/seg/do_astar.c | 16 +-
raster/r.watershed/seg/do_cum.c | 10 +
scripts/db.in.ogr/db.in.ogr.html | 11 +-
scripts/db.in.ogr/db.in.ogr.py | 18 +-
scripts/g.extension/g.extension.html | 30 +-
scripts/g.extension/g.extension.py | 24 +-
scripts/r.grow/r.grow.py | 2 +
scripts/r.in.wms/r.in.wms.html | 16 +-
scripts/r.reclass.area/r.reclass.area.html | 17 +-
scripts/r.unpack/r.unpack.py | 3 +-
scripts/v.db.join/v.db.join.html | 7 +-
scripts/v.db.join/v.db.join.py | 14 +-
scripts/v.db.renamecolumn/v.db.renamecolumn.py | 8 +
scripts/v.import/v.import.py | 51 +-
scripts/v.in.e00/v.in.e00.html | 4 +-
scripts/v.in.e00/v.in.e00.py | 3 +-
scripts/v.rast.stats/v.rast.stats.py | 15 +-
scripts/v.unpack/v.unpack.py | 4 +-
scripts/v.what.strds/v.what.strds.py | 19 +-
scripts/wxpyimgview/wxpyimgview_gui.py | 3 +-
temporal/t.rast.import/t.rast.import.py | 3 +-
temporal/t.rast.univar/t.rast.univar.py | 18 +-
.../t.rast.univar/testsuite/test.t.rast.univar.sh | 27 -
temporal/t.rast.univar/testsuite/test_univar.py | 135 +
temporal/t.rast3d.univar/t.rast3d.univar.py | 12 +-
.../testsuite/test.t.rast3d.univar.sh | 29 -
temporal/t.rast3d.univar/testsuite/test_univar.py | 116 +
temporal/t.vect.import/t.vect.import.py | 3 +-
temporal/t.vect.univar/t.vect.univar.py | 12 +-
vector/v.buffer/v.buffer.html | 19 +-
vector/v.clean/test/description.html | 2 +-
vector/v.external.out/v.external.out.html | 12 +-
vector/v.external/v.external.html | 8 +-
vector/v.generalize/misc.c | 17 +-
vector/v.in.ascii/main.c | 6 +-
vector/v.in.ogr/main.c | 41 +-
vector/v.in.ogr/v.in.ogr.html | 14 +-
vector/v.kernel/main.c | 3 +
vector/v.lrs/v.lrs.create/v.lrs.create.html | 4 +-
vector/v.lrs/v.lrs.segment/v.lrs.segment.html | 4 +-
vector/v.net.distance/v.net.distance.html | 91 +-
vector/v.out.ascii/main.c | 2 +-
vector/v.out.ogr/v.out.ogr.html | 26 +-
vector/v.out.postgis/v.out.postgis.html | 6 +-
vector/v.out.pov/v.out.pov.html | 2 +-
vector/v.outlier/main.c | 3 +
vector/v.surf.bspline/main.c | 21 +-
vector/v.surf.idw/main.c | 5 +-
vector/v.to.db/areas.c | 2 +
vector/v.to.db/lines.c | 2 +
vector/v.to.db/v.to.db.html | 4 +-
vector/v.type/v.type.html | 2 +-
vector/v.what.rast/main.c | 12 +-
349 files changed, 1067429 insertions(+), 1032759 deletions(-)
delete mode 100644 ChangeLog_7.0.2RC2.gz
create mode 100644 ChangeLog_7.0.3RC1.gz
delete mode 100755 db/drivers/mk_dbdriver_h.sh
delete mode 100644 debian/patches/ctte-741573.patch
delete mode 100644 debian/patches/desktop.patch
create mode 100644 debian/patches/various-typos.patch
delete mode 100644 gui/icons/grass.menu
create mode 100644 gui/icons/grass.svg
delete mode 100644 gui/icons/grass.xpm
delete mode 100644 gui/icons/msys.ico
create mode 100644 gui/icons/x86_64/grass.ico
create mode 100644 gui/icons/x86_64/grass_osgeo.ico
create mode 100644 gui/wxpython/menustrings.py
copy {doc/gui/wxpython/example => gui/wxpython/tplot}/Makefile (100%)
create mode 100644 gui/wxpython/tplot/__init__.py
create mode 100644 gui/wxpython/tplot/frame.py
create mode 100644 gui/wxpython/tplot/g.gui.tplot.html
create mode 100755 gui/wxpython/tplot/g.gui.tplot.py
create mode 100644 gui/wxpython/tplot/tplot.png
create mode 100644 gui/wxpython/xml/menudata.xml
create mode 100644 gui/wxpython/xml/module_tree_menudata.xml
create mode 100644 imagery/i.vi/i_vi_arvi.png
create mode 100644 imagery/i.vi/i_vi_gari.png
create mode 100644 imagery/i.vi/i_vi_ndvi.png
create mode 100644 lib/db/dbmi_base/dbstubs.h
delete mode 100644 lib/db/dbmi_driver/dbstubs.h
delete mode 100755 lib/db/dbmi_driver/mk_dbstubs_h.sh
copy lib/python/script/{setup.py => setup.py.tmp} (93%)
delete mode 100755 mswindows/osgeo4w/grass.tmpl
delete mode 100644 mswindows/osgeo4w/msys.bat
create mode 100644 mswindows/osgeo4w/setup.hint
create mode 100644 raster/r.mapcalc/mapcalc.output
create mode 100644 raster/r.mapcalc/mapcalc.tab.c
create mode 100644 raster/r.mapcalc/mapcalc.tab.h
create mode 100644 raster/r.mapcalc/mapcalc.yy.c
delete mode 100755 temporal/t.rast.univar/testsuite/test.t.rast.univar.sh
create mode 100644 temporal/t.rast.univar/testsuite/test_univar.py
delete mode 100755 temporal/t.rast3d.univar/testsuite/test.t.rast3d.univar.sh
create mode 100644 temporal/t.rast3d.univar/testsuite/test_univar.py
--
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