[routino] branch master updated (fed661f -> ecfd2cc)

Uwe Steinmann steinm-guest at moszumanska.debian.org
Thu Apr 17 11:40:01 UTC 2014


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

steinm-guest pushed a change to branch master
in repository routino.

      from  fed661f   pushed standards version to 3.9.3
       new  fc6d7dd   Imported Upstream version 2.4.1
       new  5e9d3fa   Merge tag 'upstream/2.4.1'
       new  4f810a1   - new release 2.4.1
       new  2e74f67   Imported Upstream version 2.7
       new  ff97bf8   Merge tag 'upstream/2.7'
       new  b864d96   adopt to apache 2.4
       new  84baad0   depend on apache2 | httpd
       new  a7951dc   add new patches and update old ones
       new  dbfd021   replace etc/apache2/conf.d by etc/routino-www
       new  c81031e   add configuration for avahi and freedesktop
       new  e9edc1c   install apache, freedesktop, avahi config
       new  4fc9d0f   install new configuration files
       new  ecfd2cc   new version 2.7

The 13 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                                          | 2584 ++++++++++++++++++++
 Makefile                                           |   36 +-
 Makefile.conf                                      |   81 +
 debian/apache.conf                                 |    7 +-
 debian/avahi.conf                                  |   10 +
 debian/changelog                                   |   16 +
 debian/control                                     |    2 +-
 debian/patches/fix_tests                           |   37 +-
 debian/patches/install_documentation               |   10 +-
 debian/patches/install_path                        |   10 +-
 debian/patches/map_bounds                          |   12 -
 debian/patches/maploader                           |   23 +
 debian/patches/mapprops                            |   56 +
 debian/patches/rename_router                       |   25 +-
 debian/patches/series                              |    5 +-
 debian/patches/web_path                            |   34 +
 debian/routino-www.desktop                         |    8 +
 debian/routino-www.install                         |    2 +-
 debian/routino-www.postinst                        |   50 +
 debian/rules                                       |    6 +-
 doc/ALGORITHM.txt                                  |   76 +-
 doc/CONFIGURATION.txt                              |   76 +-
 doc/DATALIFE.txt                                   |   85 +
 doc/INSTALL.txt                                    |  211 +-
 doc/LIMITS.txt                                     |  167 ++
 doc/Makefile                                       |   59 +-
 doc/NEWS.txt                                       |  205 ++
 doc/README.txt                                     |   47 +-
 doc/TAGGING.txt                                    |  172 +-
 doc/USAGE.txt                                      |  240 +-
 doc/html/algorithm.html                            |  137 +-
 doc/html/configuration.html                        |  122 +-
 doc/html/data.html                                 |   42 +-
 doc/html/index.html                                |   51 +-
 doc/html/installation.html                         |  289 ++-
 doc/html/limits.html                               |  244 ++
 doc/html/output.html                               |   42 +-
 doc/html/readme.html                               |  218 +-
 doc/html/style.css                                 |   34 +-
 doc/html/tagging.html                              |  284 ++-
 doc/html/usage.html                                |  257 +-
 Makefile => extras/Makefile                        |   38 +-
 extras/README.txt                                  |   27 +
 extras/errorlog/README.txt                         |   29 +
 extras/errorlog/summarise-log.pl                   |  295 +++
 extras/find-fixme/Makefile                         |  175 ++
 extras/find-fixme/README.txt                       |   96 +
 extras/find-fixme/fixme-dumper.c                   |  346 +++
 extras/find-fixme/fixme-finder.c                   |  365 +++
 .../find-fixme/fixme.xml                           |   29 +-
 extras/find-fixme/osmparser.c                      |  314 +++
 extras/find-fixme/web/www/fixme.cgi                |  147 ++
 .../find-fixme/web/www/fixme.css                   |   30 +-
 extras/find-fixme/web/www/fixme.html               |  162 ++
 extras/find-fixme/web/www/fixme.leaflet.js         |  563 +++++
 extras/find-fixme/web/www/fixme.openlayers.js      |  623 +++++
 .../find-fixme/web/www/index.html                  |   38 +-
 .../find-fixme/web/www/paths.pl                    |   36 +-
 extras/plot-time/README.txt                        |   18 +
 extras/plot-time/plot-planetsplitter-time.pl       |  108 +
 extras/tagmodifier/Makefile                        |   84 +
 extras/tagmodifier/README.txt                      |   42 +
 {src => extras/tagmodifier}/tagmodifier.c          |  254 +-
 src/Makefile                                       |  141 +-
 src/cache.h                                        |  180 ++
 src/errorlog.c                                     |  178 ++
 src/errorlog.h                                     |  195 ++
 src/errorlogx.c                                    |  980 ++++++++
 src/errorlogx.h                                    |   70 +
 src/fakes.c                                        |   56 +-
 src/fakes.h                                        |    6 +-
 src/filedumper.c                                   |  622 +++--
 src/filedumperx.c                                  |  330 +++
 src/files.c                                        |  459 +++-
 src/files.h                                        |  131 +-
 src/functions.h                                    |    6 +-
 src/logerror.c                                     |  219 ++
 src/logging.c                                      |  108 +-
 src/logging.h                                      |   38 +-
 src/nodes.c                                        |  217 +-
 src/nodes.h                                        |   37 +-
 src/nodesx.c                                       |  660 +++--
 src/nodesx.h                                       |   64 +-
 src/optimiser.c                                    |  969 +++++---
 src/osmo5mparse.c                                  |  856 +++++++
 src/osmparser.c                                    | 1009 +++-----
 src/osmparser.h                                    |   43 +-
 src/osmpbfparse.c                                  | 1234 ++++++++++
 src/osmxmlparse.c                                  |  703 ++++++
 src/output.c                                       |  272 ++-
 src/planetsplitter.c                               |  385 +--
 src/profiles.c                                     |  481 ++--
 src/profiles.h                                     |    4 +-
 src/prunex.c                                       |  677 ++---
 src/queue.c                                        |  113 +-
 src/relations.c                                    |   57 +-
 src/relations.h                                    |   33 +-
 src/relationsx.c                                   | 1022 +++++---
 src/relationsx.h                                   |   60 +-
 src/results.c                                      |  210 +-
 src/results.h                                      |   29 +-
 src/router.c                                       |  452 ++--
 src/segments.c                                     |  119 +-
 src/segments.h                                     |   85 +-
 src/segmentsx.c                                    |  899 +++----
 src/segmentsx.h                                    |   92 +-
 src/sorting.c                                      |  235 +-
 src/sorting.h                                      |   20 +-
 src/superx.c                                       |  209 +-
 src/tagging.c                                      |  677 +++--
 src/tagging.h                                      |   52 +-
 src/test/Makefile                                  |   44 +-
 src/test/a-b-c.sh                                  |    7 +-
 src/test/a-b.sh                                    |    7 +-
 src/test/dead-ends.osm                             |    4 +-
 src/test/expected/dead-ends-WP01.txt               |   10 +-
 src/test/expected/dead-ends-WP02.txt               |   14 +-
 src/test/expected/dead-ends-WP03.txt               |   16 +-
 src/test/expected/dead-ends-WP04.txt               |   22 +-
 src/test/expected/dead-ends-WP05.txt               |   12 +-
 src/test/expected/dead-ends-WP06.txt               |   16 +-
 src/test/expected/dead-ends-WP07.txt               |   18 +-
 src/test/expected/dead-ends-WP08.txt               |   12 +-
 src/test/expected/dead-ends-WP09.txt               |   16 +-
 src/test/expected/dead-ends-WP10.txt               |   18 +-
 src/test/expected/dead-ends-WP11.txt               |   24 +-
 src/test/expected/node-restrictions-WP08.txt       |   26 +-
 src/test/is-fast-math.c                            |   20 +
 src/test/node-restrictions.osm                     |    2 +-
 src/test/oneway-loop.osm                           |    2 +-
 src/test/only-split.sh                             |    9 +-
 src/test/prune-short.osm                           |  629 +++++
 .../{invalid-turn-relations.sh => prune-short.sh}  |    0
 src/test/prune-straight.osm                        |  167 ++
 ...invalid-turn-relations.sh => prune-straight.sh} |    0
 src/test/start-1-finish.sh                         |    7 +-
 src/test/waypoints.pl                              |   32 +-
 src/translations.c                                 |  744 +++---
 src/translations.h                                 |    4 +-
 src/types.c                                        |  107 +-
 src/types.h                                        |  175 +-
 src/typesx.h                                       |   21 +-
 src/uncompress.c                                   |  450 ++++
 src/{osmparser.h => uncompress.h}                  |   20 +-
 src/visualiser.c                                   |  331 ++-
 src/visualiser.h                                   |    7 +-
 src/ways.c                                         |   80 +-
 src/ways.h                                         |   61 +-
 src/waysx.c                                        |  788 +++---
 src/waysx.h                                        |   73 +-
 src/xml/Makefile                                   |   24 +-
 src/xml/test/bad-cdata-start.xml                   |   13 -
 ...-attr-invalid-utf8.xml => bad-text-outside.xml} |    3 +-
 src/xml/test/good.xml                              |    1 -
 src/xml/xsd-to-xmlparser.c                         |  269 +-
 src/xmlparse.c                                     | 1706 +++++++++++++
 src/xmlparse.h                                     |   21 +-
 src/xmlparse.l                                     |  908 -------
 web/Makefile                                       |  149 ++
 web/bin/summarise-log.pl                           |   73 -
 web/data/create.sh                                 |   24 +-
 web/translations/router.html                       |  396 +++
 web/translations/translate.pl                      |  327 +++
 web/translations/translation.de.txt                |  204 ++
 web/translations/translation.en.txt                |  390 +++
 web/translations/translation.fr.txt                |  240 ++
 web/translations/translation.nl.txt                |  206 ++
 web/translations/visualiser.html                   |  424 ++++
 web/www/leaflet/install.sh                         |   11 +
 web/www/openlayers/install.sh                      |    2 +-
 web/www/openlayers/routino.cfg                     |    2 +
 web/www/routino/customvisualiser.cgi               |   48 -
 web/www/routino/icons/waypoint-left.png            |  Bin 0 -> 164 bytes
 web/www/routino/icons/waypoint-right.png           |  Bin 0 -> 153 bytes
 web/www/routino/index.html                         |   32 +-
 web/www/routino/maplayout-ie6-bugfixes.css         |   83 -
 web/www/routino/maplayout-ie7-bugfixes.css         |   64 -
 web/www/routino/maplayout.css                      |   12 +-
 web/www/routino/maploader.js                       |   63 +
 web/www/routino/mapprops.js                        |   83 +-
 web/www/routino/noscript.cgi                       |  197 --
 web/www/routino/noscript.template.html             |  438 ----
 web/www/routino/page-elements.css                  |   16 +-
 web/www/routino/page-elements.js                   |   17 +-
 web/www/routino/results.cgi                        |   18 +-
 web/www/routino/router.cgi                         |   26 +-
 web/www/routino/router.css                         |   12 +-
 web/www/routino/router.html.de                     |  904 ++++---
 web/www/routino/router.html.en                     |  926 ++++---
 web/www/routino/router.html.fr                     |  493 ++++
 web/www/routino/router.html.nl                     |  927 ++++---
 web/www/routino/{router.js => router.leaflet.js}   |  745 +++---
 .../routino/{router.js => router.openlayers.js}    |  583 +++--
 web/www/routino/router.pl                          |   50 +-
 web/www/routino/search.cgi                         |   36 +-
 web/www/routino/search.pl                          |   35 +-
 web/www/routino/statistics.cgi                     |   12 +-
 web/www/routino/update-profiles.pl                 |   14 +-
 web/www/routino/visualiser.cgi                     |  140 +-
 web/www/routino/visualiser.css                     |   18 +-
 web/www/routino/visualiser.html.de                 |  458 ++++
 web/www/routino/visualiser.html.en                 |  788 +++---
 web/www/routino/visualiser.html.fr                 |  458 ++++
 web/www/routino/visualiser.html.nl                 |  458 ++++
 web/www/routino/visualiser.js                      |  920 -------
 web/www/routino/visualiser.leaflet.js              | 1226 ++++++++++
 web/www/routino/visualiser.openlayers.js           | 1309 ++++++++++
 xml/Makefile                                       |   51 +-
 xml/{routino-osm.xsd => osc.xsd}                   |   74 +-
 xml/osm.xsd                                        |    7 +-
 xml/{routino-osm.xsd => routino-osc.xsd}           |   63 +-
 xml/routino-osm.xsd                                |    2 +-
 xml/routino-profiles.xml                           |  134 +-
 xml/routino-tagging.xml                            | 1443 ++++++-----
 xml/routino-tagging.xsd                            |   31 +-
 xml/routino-translations.xml                       |  157 +-
 xml/routino-translations.xsd                       |    6 +-
 xml/scripts/drive.pl                               |   24 +
 xml/scripts/ride.pl                                |   26 +-
 xml/scripts/walk.pl                                |   26 +-
 220 files changed, 35992 insertions(+), 12634 deletions(-)
 create mode 100644 Makefile.conf
 create mode 100644 debian/avahi.conf
 create mode 100644 debian/patches/maploader
 create mode 100644 debian/patches/mapprops
 create mode 100644 debian/patches/web_path
 create mode 100644 debian/routino-www.desktop
 create mode 100644 doc/DATALIFE.txt
 create mode 100644 doc/LIMITS.txt
 create mode 100644 doc/html/limits.html
 copy Makefile => extras/Makefile (62%)
 create mode 100644 extras/README.txt
 create mode 100644 extras/errorlog/README.txt
 create mode 100755 extras/errorlog/summarise-log.pl
 create mode 100644 extras/find-fixme/Makefile
 create mode 100644 extras/find-fixme/README.txt
 create mode 100644 extras/find-fixme/fixme-dumper.c
 create mode 100644 extras/find-fixme/fixme-finder.c
 copy xml/routino-tagging-nomodify.xml => extras/find-fixme/fixme.xml (63%)
 create mode 100644 extras/find-fixme/osmparser.c
 create mode 100755 extras/find-fixme/web/www/fixme.cgi
 copy web/www/routino/visualiser.css => extras/find-fixme/web/www/fixme.css (76%)
 create mode 100644 extras/find-fixme/web/www/fixme.html
 create mode 100644 extras/find-fixme/web/www/fixme.leaflet.js
 create mode 100644 extras/find-fixme/web/www/fixme.openlayers.js
 rename web/www/routino/noscript.html => extras/find-fixme/web/www/index.html (53%)
 rename web/www/routino/customrouter.cgi => extras/find-fixme/web/www/paths.pl (60%)
 mode change 100755 => 100644
 create mode 100644 extras/plot-time/README.txt
 create mode 100755 extras/plot-time/plot-planetsplitter-time.pl
 create mode 100644 extras/tagmodifier/Makefile
 create mode 100644 extras/tagmodifier/README.txt
 rename {src => extras/tagmodifier}/tagmodifier.c (73%)
 create mode 100644 src/cache.h
 create mode 100644 src/errorlog.c
 create mode 100644 src/errorlog.h
 create mode 100644 src/errorlogx.c
 create mode 100644 src/errorlogx.h
 create mode 100644 src/filedumperx.c
 create mode 100644 src/logerror.c
 create mode 100644 src/osmo5mparse.c
 create mode 100644 src/osmpbfparse.c
 create mode 100644 src/osmxmlparse.c
 create mode 100644 src/test/is-fast-math.c
 create mode 100644 src/test/prune-short.osm
 copy src/test/{invalid-turn-relations.sh => prune-short.sh} (100%)
 create mode 100644 src/test/prune-straight.osm
 copy src/test/{invalid-turn-relations.sh => prune-straight.sh} (100%)
 create mode 100644 src/uncompress.c
 copy src/{osmparser.h => uncompress.h} (68%)
 delete mode 100644 src/xml/test/bad-cdata-start.xml
 copy src/xml/test/{bad-double-quote-attr-invalid-utf8.xml => bad-text-outside.xml} (76%)
 create mode 100644 src/xmlparse.c
 delete mode 100644 src/xmlparse.l
 create mode 100644 web/Makefile
 delete mode 100755 web/bin/summarise-log.pl
 create mode 100644 web/translations/router.html
 create mode 100755 web/translations/translate.pl
 create mode 100644 web/translations/translation.de.txt
 create mode 100644 web/translations/translation.en.txt
 create mode 100644 web/translations/translation.fr.txt
 create mode 100644 web/translations/translation.nl.txt
 create mode 100644 web/translations/visualiser.html
 create mode 100755 web/www/leaflet/install.sh
 delete mode 100755 web/www/routino/customvisualiser.cgi
 create mode 100644 web/www/routino/icons/waypoint-left.png
 create mode 100644 web/www/routino/icons/waypoint-right.png
 delete mode 100644 web/www/routino/maplayout-ie6-bugfixes.css
 delete mode 100644 web/www/routino/maplayout-ie7-bugfixes.css
 create mode 100644 web/www/routino/maploader.js
 delete mode 100755 web/www/routino/noscript.cgi
 delete mode 100644 web/www/routino/noscript.template.html
 create mode 100644 web/www/routino/router.html.fr
 copy web/www/routino/{router.js => router.leaflet.js} (67%)
 rename web/www/routino/{router.js => router.openlayers.js} (74%)
 create mode 100644 web/www/routino/visualiser.html.de
 create mode 100644 web/www/routino/visualiser.html.fr
 create mode 100644 web/www/routino/visualiser.html.nl
 delete mode 100644 web/www/routino/visualiser.js
 create mode 100644 web/www/routino/visualiser.leaflet.js
 create mode 100644 web/www/routino/visualiser.openlayers.js
 copy xml/{routino-osm.xsd => osc.xsd} (66%)
 copy xml/{routino-osm.xsd => routino-osc.xsd} (68%)

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



More information about the Pkg-grass-devel mailing list