[spatialite-tools] branch master updated (b15a30c -> a4c6348)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 14 10:46:35 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository spatialite-tools.
from b15a30c Set distribution to unstable.
adds 2717972 Imported Upstream version 4.2.0
adds 202d7ad Merge tag 'upstream/4.2.0' into experimental
adds 6125926 New upstream release.
adds 2e21c12 Refresh 00-add_automake_foreign.patch.
adds 46c1ee4 Refresh 03-fix_typos.patch.
adds 52cb2ca Refresh 07-succesfully-typo.patch.
adds 047b73a Refresh 08-indifferently-typo.patch.
adds 289dc4d Refresh 10-no-sqlite-check.patch.
adds 8d1b8e8 Refresh patches.
adds 9da13ef Update copyright file.
adds a9e72d7 Add man page for spatialite_xml_collapse.
adds 6151f9e Add man page for spatialite_xml_load.
adds 761e3dd Add man page for spatialite_xml_print.
adds 53f4e89 Add patch to fix 'OUTPUT' typo.
adds 3bd70d8 Set distribution to experimental.
adds df3715f Set experimental branch in Vcs-Git and gbp.conf.
adds 74bc484 Imported Upstream version 4.2.1~rc1
adds d62300d Merge tag 'upstream/4.2.1_rc1' into experimental
adds a542f63 New upstream release candidate.
adds afb262b Add man page for spatialite_osm_overpass.
adds da40ed5 Add man page for spatialite_xml_validator.
adds bc23bb4 Drop patches applied upstream, refresh remaining patches.
adds 6f6ebac Add build dependency on libxml2.
adds 2f679c4 Bump Standards-Version to 3.9.6, no changes.
adds b02c372 Update 07-succesfully-typo.patch, also fix typo in spatialite_osm_overpass.
adds d433b18 Mark patches as forwarded.
adds 31bae9f Set distribution to experimental.
adds 4f85383 Add upstream metadata.
adds f3b223e Update Vcs-Browser URL to use cgit instead of gitweb.
adds d3da6ae Set the date embedded in man pages to the changelog date for reproducible builds.
adds 8e55f28 Update my email to @debian.org address.
adds 57455ec Align copyright holders, drop .0 from license version.
adds 09a4e54 Set distribution to experimental.
adds 8c1bf60 Bump minimum required libspatialite-dev to 4.2.1~rc1-1~exp4.
adds e78eb72 Set distribution to experimental.
adds a33640c Update watch file to use lowercase rc in upstream version mangle.
adds 8abff6a Imported Upstream version 4.3.0~rc0
adds 520558d Merge tag 'upstream/4.3.0_rc0' into experimental
adds 67cd68f New upstream release candidate.
adds f72fa8e Drop patches applied upstream, refresh remaining patches.
adds 6683856 Drop disabled patches.
adds b331d79 Add patch to link sqlite3.
adds 0d78f5c Mark patches as Forwarded.
adds 7d3e10c Set distribution to experimental.
adds 92c9364 Imported Upstream version 4.3.0~rc1
adds 74b9365 Merge tag 'upstream/4.3.0_rc1' into experimental
adds 9583358 New upstream release candidate.
adds a6e0e6d Bump minimum required libspatialite-dev version to 4.3.0~rc1.
adds 6d3b607 Drop patches applied upstream.
adds 3340cd6 Set distribution to experimental.
adds d443d4e Imported Upstream version 4.3.0
adds f6d2198 Merge tag 'upstream/4.3.0' into experimental
adds e732f05 New upstream release.
adds 2054c29 Bump minimum required libspatialite-dev version to 4.3.0.
adds a74103f Set distribution to experimental.
new 8ab73fd Merge branch 'experimental'
new a4c6348 Move from experimental to unstable.
The 2 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:
Makefile-static-MinGW | 96 +-
Makefile.am | 32 +-
Makefile.in | 397 +-
aclocal.m4 | 510 ++-
compile | 347 ++
config.h.in | 15 +
configure | 444 +-
configure.ac | 23 +-
debian/changelog | 77 +
debian/control | 3 +-
debian/copyright | 15 +-
...osm_net.1.xml => spatialite_osm_overpass.1.xml} | 116 +-
...osm_map.1.xml => spatialite_xml_collapse.1.xml} | 74 +-
debian/man/spatialite_xml_load.1.xml | 145 +
...te_osm_raw.1.xml => spatialite_xml_print.1.xml} | 45 +-
debian/man/spatialite_xml_validator.1.xml | 57 +
debian/patches/00-add_automake_foreign.patch | 30 -
debian/patches/00-systemlibs.patch | 167 -
debian/patches/01-fix_local_build.patch | 162 -
debian/patches/03-fix_typos.patch | 125 -
debian/patches/05-dont_relink.patch | 31 -
debian/patches/06-link-sqlite3.patch | 25 -
debian/patches/07-succesfully-typo.patch | 25 -
debian/patches/08-indifferently-typo.patch | 36 -
debian/patches/09-default-typo.patch | 14 -
debian/patches/10-no-sqlite-check.patch | 23 -
debian/patches/11-spatialite_init.patch | 85 -
debian/patches/series | 9 -
debian/rules | 8 +-
debian/spatialite-bin.manpages | 5 +
debian/upstream/metadata | 8 +
debian/watch | 9 +-
exif_loader.c | 1 +
shell.c | 180 +-
spatialite_convert.c | 87 +-
spatialite_dxf.c | 5 +-
spatialite_gml.c | 3 +-
spatialite_network.c | 1064 ++++-
spatialite_osm_filter.c | 1 +
spatialite_osm_map.c | 37 +-
spatialite_osm_net.c | 13 +-
spatialite_osm_overpass.c | 4591 ++++++++++++++++++++
spatialite_osm_raw.c | 5 +-
spatialite_tool.c | 1 +
spatialite_xml_collapse.c | 2417 +++++++++++
spatialite_xml_load.c | 2846 ++++++++++++
spatialite_xml_print.c | 1072 +++++
spatialite_xml_validator.c | 718 +++
48 files changed, 14805 insertions(+), 1394 deletions(-)
create mode 100755 compile
copy debian/man/{spatialite_osm_net.1.xml => spatialite_osm_overpass.1.xml} (50%)
copy debian/man/{spatialite_osm_map.1.xml => spatialite_xml_collapse.1.xml} (62%)
create mode 100644 debian/man/spatialite_xml_load.1.xml
copy debian/man/{spatialite_osm_raw.1.xml => spatialite_xml_print.1.xml} (64%)
create mode 100644 debian/man/spatialite_xml_validator.1.xml
delete mode 100644 debian/patches/00-add_automake_foreign.patch
delete mode 100644 debian/patches/00-systemlibs.patch
delete mode 100644 debian/patches/01-fix_local_build.patch
delete mode 100644 debian/patches/03-fix_typos.patch
delete mode 100644 debian/patches/05-dont_relink.patch
delete mode 100644 debian/patches/06-link-sqlite3.patch
delete mode 100644 debian/patches/07-succesfully-typo.patch
delete mode 100644 debian/patches/08-indifferently-typo.patch
delete mode 100644 debian/patches/09-default-typo.patch
delete mode 100644 debian/patches/10-no-sqlite-check.patch
delete mode 100644 debian/patches/11-spatialite_init.patch
delete mode 100644 debian/patches/series
create mode 100644 debian/upstream/metadata
create mode 100644 spatialite_osm_overpass.c
create mode 100644 spatialite_xml_collapse.c
create mode 100644 spatialite_xml_load.c
create mode 100644 spatialite_xml_print.c
create mode 100644 spatialite_xml_validator.c
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-tools.git
More information about the Pkg-grass-devel
mailing list