Change logs for protobuf source package in Cosmic

  • protobuf (3.0.0-9.1ubuntu3) cosmic; urgency=medium
    
      * Cherry-pick patch from upstream to fix build with Python 3.7.
      * Add libgmock-dev to build-depends.
    
     -- Michael Hudson-Doyle <email address hidden>  Mon, 30 Jul 2018 21:09:21 +1200
  • protobuf (3.0.0-9.1ubuntu2) cosmic; urgency=medium
    
      * No-change rebuild to build for python3.7.
    
     -- Matthias Klose <email address hidden>  Thu, 28 Jun 2018 06:54:05 +0000
  • protobuf (3.0.0-9.1ubuntu1) bionic; urgency=low
    
      * Merge from Debian unstable.  Remaining changes:
        - Run jdbc-tests autopkg test allowing output on stderr (warning with
          illegal reflective access operation on OpenJDK 9).
        - Backport upstream fix to hide unnecessary exported symbols
    
    protobuf (3.0.0-9.1) unstable; urgency=medium
    
      * Non-maintainer upload.
    
      [ Mattia Rizzolo ]
      * Apply patch from Ubuntu to fix tests with Python 3.6.  Closes: #862805
      * Add missing Build-Depends on python-six.
    
      [ Helmut Grohne ]
      * Fix FTCBFS:
        + Remove unneeded versioned Build-Depends on g++ (satisfied in oldstable).
        + Remove unused Build-Depends on python-google-apputils.
        + Build-Depend on python(3)-all-dev instead of python(3)-all +
          libpython(3)-all-dev.
        + Run generate_descriptor_proto.sh on a native build before performing
          the actual cross build.
        + Save the native protoc in debian/native_protoc/ and pass it to the
          cross build via --with-protoc.
        + Set up environment variables for cross building python extensions.
        + Fix the loops used for the python(3) builds install and tests, to
          actually build for all python versions and tests them all.
        + Closes: #846343
    
     -- Gianfranco Costamagna <email address hidden>  Fri, 30 Mar 2018 11:08:42 +0200