[protozero] branch master updated (c913f8b -> 534e3d2)

Bas Couwenberg sebastic at debian.org
Thu Jan 12 14:32:55 UTC 2017


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

sebastic pushed a change to branch master
in repository protozero.

      from  c913f8b   Move from experimental to unstable.
       new  2c92fb9   Imported Upstream version 1.5.0
       new  34d0c9d   Merge tag 'upstream/1.5.0'
       new  75c9f9d   New upstream release.
       new  a33e548   Include additional docs in libprotozero-dev.
       new  2ca64cd   Add patch to update DOC_FILES to fix `make doc` failure.
       new  534e3d2   Set distribution to experimental.

The 6 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:
 .travis.yml                                |  21 ++--
 CHANGELOG.md                               |  28 ++++-
 README.md                                  |  17 +--
 debian/changelog                           |   8 ++
 debian/libprotozero-dev.docs               |   1 +
 debian/patches/makefile-docs.patch         |  15 +++
 debian/patches/series                      |   1 +
 doc/advanced.md                            | 172 +++++++++++++++++++++++++++++
 doc/macros.md                              |  40 -------
 doc/tutorial.md                            |  50 +--------
 include/protozero/pbf_builder.hpp          |   5 +
 include/protozero/pbf_reader.hpp           |  68 ++++++++++++
 include/protozero/pbf_writer.hpp           |  66 ++++++++---
 include/protozero/types.hpp                |  15 ++-
 include/protozero/varint.hpp               |  12 +-
 include/protozero/version.hpp              |   6 +-
 package.json                               |   2 +-
 test/include/catch.hpp                     |  14 ++-
 test/t/bytes/test_cases.cpp                |  52 +++++++++
 test/t/repeated_packed_bool/test_cases.cpp |  40 +++++++
 test/t/vector_tile/test_cases.cpp          |  60 +++++++++-
 test/t/zigzag/test_cases.cpp               |  40 ++++++-
 22 files changed, 585 insertions(+), 148 deletions(-)
 create mode 100644 debian/patches/makefile-docs.patch
 create mode 100644 debian/patches/series
 create mode 100644 doc/advanced.md
 delete mode 100644 doc/macros.md

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



More information about the Pkg-grass-devel mailing list