This is an automated email from the git hooks/post-receive script. ross-guest pushed a change to branch master in repository osm-gps-map.
from 251573d Fix unused & unknown substitution variables new 9c08374 Imported Upstream version 1.1.0 new 8aac69a Merge tag 'upstream/1.1.0' new 2db1269 New upstream release new af22586 Refresh patch new 829a7ed Update & correct copyright using licensecheck new 1087b59 Rename packages after SONAME bump new 15b63f4 Fix package name in d/rules & list missing files with dh_install new 3c7acb4 Make lintian happy again about my copyright changes new 90fba49 Drop lintian override as it is no longer required new 325f0c6 Update symbols after SONAME bump new 173c481 Update changelog The 11 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.am | 18 +- NEWS | 9 + configure.ac | 17 +- debian/changelog | 12 + debian/control | 14 +- debian/copyright | 83 ++-- debian/libosmgpsmap-1.0-0.lintian-overrides | 2 - debian/libosmgpsmap-1.0-0.symbols | 85 ---- ...-1.0-0-dev.dirs => libosmgpsmap-1.0-1-dev.dirs} | 0 ...ev.doc-base => libosmgpsmap-1.0-1-dev.doc-base} | 0 ...ev.examples => libosmgpsmap-1.0-1-dev.examples} | 0 ...-dev.install => libosmgpsmap-1.0-1-dev.install} | 0 ...smgpsmap-1.0-0.docs => libosmgpsmap-1.0-1.docs} | 0 debian/libosmgpsmap-1.0-1.symbols | 103 +++++ debian/patches/01-fix_LFS_support.patch | 6 +- debian/rules | 4 +- docs/reference/Makefile.am | 4 +- examples/Makefile.am | 38 +- examples/README | 3 + examples/editable_track.c | 42 ++ examples/mapviewer.c | 9 +- examples/polygon.c | 47 +++ m4/gtk-doc.m4 | 51 ++- src/Makefile.am | 2 + src/converter.c | 28 ++ src/converter.h | 8 + src/osm-gps-map-image.c | 37 ++ src/osm-gps-map-image.h | 2 + src/osm-gps-map-polygon.c | 185 +++++++++ src/osm-gps-map-polygon.h | 60 +++ src/osm-gps-map-source.c | 22 -- src/osm-gps-map-source.h | 3 - src/osm-gps-map-track.c | 125 +++++- src/osm-gps-map-track.h | 25 ++ src/osm-gps-map-widget.c | 434 +++++++++++++++++++-- src/osm-gps-map-widget.h | 7 + 36 files changed, 1253 insertions(+), 232 deletions(-) delete mode 100644 debian/libosmgpsmap-1.0-0.lintian-overrides delete mode 100644 debian/libosmgpsmap-1.0-0.symbols rename debian/{libosmgpsmap-1.0-0-dev.dirs => libosmgpsmap-1.0-1-dev.dirs} (100%) rename debian/{libosmgpsmap-1.0-0-dev.doc-base => libosmgpsmap-1.0-1-dev.doc-base} (100%) rename debian/{libosmgpsmap-1.0-0-dev.examples => libosmgpsmap-1.0-1-dev.examples} (100%) rename debian/{libosmgpsmap-1.0-0-dev.install => libosmgpsmap-1.0-1-dev.install} (100%) rename debian/{libosmgpsmap-1.0-0.docs => libosmgpsmap-1.0-1.docs} (100%) create mode 100644 debian/libosmgpsmap-1.0-1.symbols create mode 100644 examples/editable_track.c create mode 100644 examples/polygon.c create mode 100644 src/osm-gps-map-polygon.c create mode 100644 src/osm-gps-map-polygon.h -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm-gps-map.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