[protozero] 01/02: Merge tag 'debian/1.6.2-1' into stretch-backports

Bas Couwenberg sebastic at debian.org
Thu Mar 15 06:09:57 UTC 2018


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

sebastic pushed a commit to branch stretch-backports
in repository protozero.

commit c48567f52d6db7c6bac2613e2ce81f0aba45ba30
Merge: 22ca103 3fef08c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Mar 15 06:55:54 2018 +0100

    Merge tag 'debian/1.6.2-1' into stretch-backports

 .clang-tidy                                        |  36 +---
 .travis.yml                                        |   2 +
 CHANGELOG.md                                       |  16 +-
 CMakeLists.txt                                     |   9 +-
 README.md                                          |   5 +-
 appveyor.yml                                       |   6 +-
 cmake/FindProtozero.cmake                          |   2 +-
 debian/changelog                                   |   9 +
 debian/control                                     |   5 +-
 debian/copyright                                   |   2 +-
 debian/libprotozero-doc.links                      |   1 -
 include/protozero/byteswap.hpp                     |   5 +-
 include/protozero/data_view.hpp                    |   8 +-
 include/protozero/exception.hpp                    |  24 ++-
 include/protozero/iterators.hpp                    |  24 +--
 include/protozero/pbf_builder.hpp                  |   4 +-
 include/protozero/pbf_message.hpp                  |   6 +-
 include/protozero/pbf_reader.hpp                   |  22 +-
 include/protozero/pbf_writer.hpp                   |  22 +-
 include/protozero/types.hpp                        |   9 +-
 include/protozero/varint.hpp                       |  44 ++--
 include/protozero/version.hpp                      |   4 +-
 test/CMakeLists.txt                                |  10 +-
 test/README.md                                     |  10 +-
 test/catch/catch.hpp                               | 226 ++++++++++++++-------
 test/include/packed_access.hpp                     |   8 +-
 test/include/scalar_access.hpp                     |   2 +-
 test/t/bool/reader_test_cases.cpp                  |   2 +-
 test/t/tags/reader_test_cases.cpp                  |  10 +-
 test/unit/CMakeLists.txt                           |  23 +++
 test/unit/main.cpp                                 |   4 +
 .../reader_test_cases.cpp => unit/test_basic.cpp}  |  22 +-
 .../test_data_view.cpp}                            |   2 +-
 .../reader_test_cases.cpp => unit/test_endian.cpp} |   0
 .../test_exceptions.cpp}                           |   0
 .../reader_test_cases.cpp => unit/test_varint.cpp} |  32 +--
 .../reader_test_cases.cpp => unit/test_zigzag.cpp} |   0
 tools/pbf-decoder.cpp                              |  23 ++-
 38 files changed, 387 insertions(+), 252 deletions(-)

diff --cc debian/changelog
index 907be12,ec458f4..922c0b4
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,12 +1,18 @@@
+ protozero (1.6.2-1) unstable; urgency=medium
+ 
+   * New upstream release.
+   * Update copyright-format URL to use HTTPS.
+   * Don't use libjs-jquery for Doxygen docs.
+   * Bump Standards-Version to 4.1.3, no changes.
+ 
+  -- Bas Couwenberg <sebastic at debian.org>  Fri, 09 Mar 2018 20:39:21 +0100
+ 
 +protozero (1.6.1-1~bpo9+1) stretch-backports; urgency=medium
 +
 +  * Rebuild for stretch-backports.
 +
 + -- Bas Couwenberg <sebastic at debian.org>  Wed, 22 Nov 2017 07:21:15 +0100
 +
  protozero (1.6.1-1) unstable; urgency=medium
  
    * New upstream release.
diff --cc debian/control
index 23612da,17d4981..0139bc0
--- a/debian/control
+++ b/debian/control
@@@ -10,9 -10,9 +10,9 @@@ Build-Depends: debhelper (>= 9)
                 libprotobuf-dev,
                 protobuf-compiler,
                 pkg-config
- Standards-Version: 4.1.1
+ Standards-Version: 4.1.3
  Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/protozero.git/
 -Vcs-Git: https://anonscm.debian.org/git/pkg-grass/protozero.git
 +Vcs-Git: https://anonscm.debian.org/git/pkg-grass/protozero.git -b stretch-backports
  Homepage: https://github.com/mapbox/protozero
  
  Package: libprotozero-dev

-- 
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