protobuf (2.4.0a-0maemo1) unstable; urgency=low

  * Updated to 2.4.0a. 

 -- Takahiro Hashimoto <kenya888.en@gmail.com>  Sun, 17 Apr 2011 02:46:51 +0900

protobuf (2.3.0-0maemo3) unstable; urgency=low

  * Build again on PR1.3 SDK. 

 -- Takahiro Hashimoto <kenya888@gmail.com>  Fri,  3 Dec 2010 04:18:55 +0900

protobuf (2.3.0-0maemo2) unstable; urgency=low

  * Fix missing install files issue libprotobuf-dev.
  * Fix maintainer email address.
 
 -- Takahiro Hashimoto <kenya888@gmail.com>  Fri,  6 Aug 2010 18:20:37 +0900

protobuf (2.3.0-0maemo1) unstable; urgency=low

  * Update to 2.3.0.

 -- Takahiro Hashimoto <aapo.rantalainen@gmail.com>  Sat, 24 Jul 2010 15:37:30 +0900

protobuf (2.0.3-2.2-maemo1) unstable; urgency=low

  * Packaging for maemo5

 -- Aapo Rantalainen <aapo.rantalainen@gmail.com>  Wed, 21 Apr 2010 12:01:20 +0300

protobuf (2.0.3-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS from -2.1: don't fail when we can't clean up the java build,
    such as when openjdk isn't installed.
  * Disable parallel builds, because libtool is made of fail (if binary-arch
    and build-indep run concurrently, we relink a library while it's being
    used; that doesn't work so well).

 -- Julien Cristau <jcristau@debian.org>  Tue, 02 Jun 2009 16:19:00 +0200

protobuf (2.0.3-2.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Medium urgency for RC bugfix.
  * Fix building of test suites on ia64: use __clone2() instead of clone(),
    which doesn't exist there (closes: #530606).  Patch by Sune Vuorela.
  * Only build the java and python bindings when building the arch:all
    packages.  Move openjdk to Build-Depends-Indep.  This should allow
    building on hppa, which doesn't have openjdk.  Based on a patch by Sune
    Vuorela (but any bugs are mine).

 -- Julien Cristau <jcristau@debian.org>  Tue, 02 Jun 2009 14:45:32 +0200

protobuf (2.0.3-2) unstable; urgency=low

  * Fix the binary-arch/binary-common interaction by only calling
    dh_pysupport when we are in arch-independent mode (DH_OPTIONS=-i)
  * Remove the extraneous conflicts/replace with libprotobuf2/libprotobuf0
    from libprotobuf3, as they share no files (and have different SONAMES)
    (Closes: #523992)

 -- Iustin Pop <iusty@k1024.org>  Tue, 14 Apr 2009 09:35:39 +0200

protobuf (2.0.3-1) unstable; urgency=low

  [ Ehren Kret ]
  * New Upstream Version (Closes: #522470)
  * Applied patch proposed in bug#503807 provided by
    Torsten Werner <twerner@debian.org> (Closes: #503807)

  [ Iustin Pop ]
  * Policy version 3.8.1, added handling for the nocheck DEB_BUILD_OPTIONS flag
  * Fix lintian warnings (copyright-with-old-dh-make-debian-copyright,
    wrong-section-according-to-package-name)
  * The new upstream version build successfully (and passes the
    unittest) with gcc-snapshort, so marking bug#505411 as fixed
    (Closes: #505411)

 -- Iustin Pop <iusty@k1024.org>  Thu, 09 Apr 2009 15:01:36 +0200

protobuf (2.0.3-0ubuntu2) jaunty; urgency=low

  * src/google/protobuf/compiler/python/python_generator.cc:
    removed line in code generator that added "#!/usr/bin/python2.4"
    to every python file created, (LP: #348243) should be fixed in 
    upstream revision 2.0.4.

 -- Brian Murray <brian@ubuntu.com>  Thu, 26 Mar 2009 15:47:31 -0700

protobuf (2.0.3-0ubuntu1) jaunty; urgency=low

  * Merge from new upstream version (LP: #309237), remaining changes:
     * debian/control Moving python-support from Build-Depends-Indep
       to Build-Depends to fix build failures.  
  * Fix FTBFS on ia64 architecture due to lack of clone(2)
     - src/gtest/internal/gtest-port.h (LP: #308829)
       disable death tests if architecture is IA64
       adapted from gtest upstream fix at:
       http://codereview.appspot.com/8690/show
  * Fix FTBFS on x64 architectures due to python 2.x int vs long issue
    test expects return type long but on x64 architecture return type 
    unpacks to int
     -python/google/protobuf/internal/decoder_test.py
      explicitly type the result value as long 
     taken from upstream discussion:
     http://groups.google.com/group/protobuf/browse_thread
         /thread/2357176cb1f50e10/

 -- Manny Vindiola <mannyv@gmail.com>  Thu, 18 Dec 2008 01:26:29 -0500

protobuf (2.0.2-1ubuntu1) jaunty; urgency=low

  * Merge from debian unstable (LP: #302680), remaining changes:
    + debian/control Moving python-support from Build-Depends-Indep 
      to Build-Depends to fix build failures. 
      change kept from 2.0.0~b-3ubuntu1

 -- Manny Vindiola <mannyv@gmail.com>  Wed, 26 Nov 2008 21:42:18 -0500

protobuf (2.0.2-1) unstable; urgency=low

  * New Upstream Version (Closes: #501349)

 -- Iustin Pop <iusty@k1024.org>  Tue, 07 Oct 2008 21:51:47 +0200

protobuf (2.0.1-2) unstable; urgency=low

  * Fix the java .jar symlink (Closes: #501490)

 -- Iustin Pop <iusty@k1024.org>  Sat, 04 Oct 2008 17:05:01 +0200

protobuf (2.0.1-1) unstable; urgency=low

  * New Upstream Version (Closes: #499925)

 -- Iustin Pop <iusty@k1024.org>  Sun, 28 Sep 2008 18:14:16 +0200

protobuf (2.0.0~b-3ubuntu2) intrepid; urgency=low

  * src/google/protobuf/compiler/cpp/cpp_enum.cc: added patch to stop
    generating trailing comma after enum definition. (Going to be applied
    upstream soon: http://tinyurl.com/3l72co) (LP: #264124)
  * src/google/protobuf/descriptor.pb.h: Run 'bash
    generate_descriptor_proto.sh'.

 -- Elliot Murphy <elliot@canonical.com>  Tue, 23 Sep 2008 17:48:44 -0400

protobuf (2.0.0~b-3ubuntu1) intrepid; urgency=low

  * Moving python-support from Build-Depends-Indep to Build-Depends to
    fix build failures. (LP: #262665)

 -- Elliot Murphy <elliot@canonical.com>  Fri, 29 Aug 2008 04:40:28 -0400

protobuf (2.0.0~b-3) unstable; urgency=low

  * Remove DM-Upload-Allowed for sponsoring

 -- Iustin Pop <iusty@k1024.org>  Sun, 03 Aug 2008 11:01:44 +0200

protobuf (2.0.0~b-2) unstable; urgency=low

  * Mark the different license for some of the files, and fix the long
    description (it contained UTF-8 chars), both thanks to Vincent Bernat
    <bernat@debian.org>
  * Cleanup debian/rules (removed commented out debhelper lines)
  * Improve the java build process, as suggested by Matthew Johnson
    <mjj29@debian.org>

 -- Iustin Pop <iusty@k1024.org>  Sat, 02 Aug 2008 14:12:59 +0200

protobuf (2.0.0~b-1) unstable; urgency=low

  * Initial release (Closes: #489842)

 -- Iustin Pop <iusty@k1024.org>  Tue, 08 Jul 2008 20:03:51 +0200

