[osmosis] branch jessie-backports updated (70d3a13 -> 94e5bc2)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Jun 10 21:23:59 UTC 2016


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

sebastic pushed a change to branch jessie-backports
in repository osmosis.

      from  70d3a13   Rebuild for jessie-backports.
      adds  1352969   Depend on libnetty-3.9-java instead of libnetty-java
      adds  438dc16   Mark patches as Forwarded: not-needed.
      adds  6e04410   Update Vcs-Browser and various openstreemap.org URLs to use HTTPS.
      adds  e1fb934   Reorder (build) dependencies.
      adds  f05d9ef   Drop unused lintian overrides.
      adds  abf6da4   Removed the build dependency on checkstyle
      adds  49ad4af   Build with gradle-debian-helper
      adds  aead682   Upload to unstable
      adds  803c008   Use postgis-jdbc.jar instead of old postgis.jar symlink in plexus.conf.
      adds  df5bfb8   Update my email to use @debian.org address in patch headers.
      adds  68903d0   Also strip epoch and repacksuffix for osmosis version.
      adds  b93e6a6   Align target paths in install file.
      adds  977e805   Set distribution to unstable.
      adds  e509283   Update Vcs-Git URL to use HTTPS.
      adds  ac01be1   Update watch file to handle more tag conventions.
      adds  3159dcc   Imported Upstream version 0.45
      adds  45a9732   Merge tag 'upstream/0.45'
      adds  14abad4   New upstream release.
      adds  95c22c7   Add changelog entry for Vcs-Git URL change.
      adds  1559104   Add changelog entry for watch file changes.
      adds  08e4876   Bump Standards-Version to 3.9.8, no changes.
      adds  75b6350   Drop 06-java-7.patch, applied upstream.
      adds  c099a46   Drop obsolete dependencies.txt file.
      adds  d805ef6   Add maven rule for com.fasterxml.woodstox woodstox-core.
      adds  46951a0   Set distribution to unstable.
       new  cba2f0e   Merge tag 'debian/0.45-1' into jessie-backports
       new  e010b6a   Rebuild for jessie-backports.
       new  94e5bc2   Require at least libpostgis-java 2.2.0.

The 3 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:
 .gitignore                                         |   3 +-
 build.gradle                                       |   2 +-
 db-server/docker-start.sh                          |  29 ++++++
 debian/changelog                                   |  44 ++++++++
 debian/control                                     |  39 ++++---
 debian/dependencies.txt                            |  16 ---
 debian/install                                     |   6 +-
 debian/lintian-overrides                           |   4 -
 debian/maven.rules                                 |   7 ++
 debian/osmosis.1                                   |  10 +-
 debian/osmosis.xml                                 |   6 +-
 debian/patches/02-fix_plexus.patch                 |   2 +-
 debian/patches/03-local-dependencies.patch         |  72 -------------
 debian/patches/04-osmosis-version.patch            |   6 +-
 debian/patches/06-java-7.patch                     |  14 ---
 debian/patches/series                              |   2 -
 debian/rules                                       |  19 +---
 debian/upstream/metadata                           |   2 +-
 debian/watch                                       |   4 +-
 gradle.properties                                  |  16 +--
 osmosis-core/build.gradle                          |   2 +-
 .../osmosis/core/database/DatabaseConstants.java   |  10 ++
 .../core/database/DatabaseLoginCredentials.java    |  20 ++++
 .../core/database/DatabaseTaskManagerFactory.java  |   2 +
 osmosis-pgsimple/build.gradle                      |   2 +-
 osmosis-pgsnapshot/build.gradle                    |   2 +-
 .../osmosis/pgsnapshot/common/DatabaseContext.java |   7 ++
 .../osmosis/pgsnapshot/v0_6/PostgreSqlTest.java    |  71 +++++++++++--
 .../template/v0_6/pgsql_with_schema-authfile.txt   |   3 +-
 osmosis-replication-http/build.gradle              |   2 +-
 .../v0_6/impl/SequenceClientHandler.java           |   2 +-
 .../v0_6/impl/SequenceServerHandler.java           |  12 +--
 .../osmosis/xml/common/SaxParserFactory.java       | 114 +++++++++++++++++++++
 .../osmosis/xml/v0_6/XmlChangeReader.java          |  79 ++++++--------
 .../openstreetmap/osmosis/xml/v0_6/XmlReader.java  |  49 +++------
 .../osmosis/xml/common/test-unicode-node.osm       |  11 ++
 .../osmosis/xml/common/SaxParserFactoryTest.java   |  23 +++++
 package/bin/osmosis.bat                            |   2 +-
 package/changes.txt                                |   9 ++
 39 files changed, 451 insertions(+), 274 deletions(-)
 delete mode 100644 debian/dependencies.txt
 delete mode 100644 debian/lintian-overrides
 create mode 100644 debian/maven.rules
 delete mode 100644 debian/patches/03-local-dependencies.patch
 delete mode 100644 debian/patches/06-java-7.patch
 copy osmosis-apidb/src/test/resources/data/template/v0_6/apidb-authfile.txt => osmosis-pgsnapshot/src/test/resources/data/template/v0_6/pgsql_with_schema-authfile.txt (52%)
 create mode 100644 osmosis-xml/src/main/java/org/openstreetmap/osmosis/xml/common/SaxParserFactory.java
 create mode 100644 osmosis-xml/src/main/resources/org/openstreetmap/osmosis/xml/common/test-unicode-node.osm
 create mode 100644 osmosis-xml/src/test/java/org/openstreetmap/osmosis/xml/common/SaxParserFactoryTest.java

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



More information about the Pkg-grass-devel mailing list