[osmosis] branch master updated (e509283 -> 46951a0)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri May 27 16:15:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository osmosis.
from e509283 Update Vcs-Git URL to use HTTPS.
new ac01be1 Update watch file to handle more tag conventions.
new 3159dcc Imported Upstream version 0.45
new 45a9732 Merge tag 'upstream/0.45'
new 14abad4 New upstream release.
new 95c22c7 Add changelog entry for Vcs-Git URL change.
new 1559104 Add changelog entry for watch file changes.
new 08e4876 Bump Standards-Version to 3.9.8, no changes.
new 75b6350 Drop 06-java-7.patch, applied upstream.
new c099a46 Drop obsolete dependencies.txt file.
new d805ef6 Add maven rule for com.fasterxml.woodstox woodstox-core.
new 46951a0 Set distribution to unstable.
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:
.gitignore | 3 +-
build.gradle | 2 +-
db-server/docker-start.sh | 29 ++++++
debian/changelog | 11 ++
debian/control | 2 +-
debian/dependencies.txt | 16 ---
debian/maven.rules | 1 +
debian/patches/06-java-7.patch | 15 ---
debian/patches/series | 1 -
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 ++
30 files changed, 373 insertions(+), 149 deletions(-)
delete mode 100644 debian/dependencies.txt
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