Skip to content

Changelog google-glog (0.4.0-1build1)

2020

google-glog (0.4.0-1build1) focal; urgency=medium

   * No-change rebuild for libgcc-s1 package name change.

2019

google-glog (0.4.0-1) unstable; urgency=medium

   * New upstream release.
   * Disable Vcs-* fields for now.
   * Update debhelper level to 11:
     - remove dh-autoreconf build dependency,
     - remove autotools-dev build dependency,
     - don't specify parallel to debhelper.
   * Update Standards-Version to 4.4.0 .

2017

google-glog (0.3.5-1) unstable; urgency=medium

   * New upstream release.
   * Remove Daigo Moriwaki from maintaining this package (closes: #863765).
   * Update Standards-Version to 4.0.0 and debhelper level to 10 .

2016

google-glog (0.3.4-2) unstable; urgency=low

   * Only alter documentation when it's built.

google-glog (0.3.4-1) unstable; urgency=low

   * Fix FTBFS on x32 (closes: #819120).
   * Enable parallel compilation.
   * Update homepage and source URLs.
   * Update watch file.
   * Update Standards-Version to 3.9.7 .

2015

google-glog (0.3.4-0.1) unstable; urgency=medium

   * Non maintainer upload.
   * New upstream version.
   * Ignore test results (the demangler is not aware of the __cxx11 symbols
     in GCC 5's libstdc++). See #792649.
   * Rename libgoogle-glog0 -> libgoogle-glog0v5, follow-up transition
     for the libstdc++6 ABI changes.
   * Re-enable optimization. Closes: #749169.

2014

google-glog (0.3.3-2) unstable; urgency=medium

   * debian/control: Build-Depends on libunwind7-dev as well to backport more
     easily.

2013

google-glog (0.3.3-1) unstable; urgency=low

   * New upstream release.  (Closes: #702483)
   * Replaces debian/patches/debian/patches/20120617_fix_test_on_ppc.diff
     with debian/patches/20130313_fix_test_on_ports.diff. Some test should
     be run only on x86 and x86_64.
     Thanks to Michael Terry for a patch.  (Closes: #699444, #702985)

2012

google-glog (0.3.2-4) unstable; urgency=low

   * debian/control: Build-Depends on libunwind-dev on i386 as well.
     Thanks to Matthias Klose for the fix.  (Closes: #690229)
   * Uses dh-autoreconf to fix FTBFS on hurd-i386, which was degraded by the
     previous release.
     Thanks to Pino Toscano for the patch.  (Closes: #690252)

google-glog (0.3.2-3) unstable; urgency=low

   * debian/control:
     - Adds Laszlo Boszormenyi (GCS) into Uploaders.
     - Build-Depends on libunwind8 as before.
     - Corrected descriptions.
     - libgoogle-glog-dev depends on libgflags-dev as well.
       (Closes: #676605)
   * Adds debian/patches/20120617_fix_test_on_ppc.diff:
     Fixes to make a test run on powerpc.
     (Closes: #645744)
   * debian/rules: Freshens autotools by using autotools-dev.

google-glog (0.3.2-2) unstable; urgency=low

   * Put back Daigo Moriwaki as maintainer and add myself as uploader.
   * Correct doc-base paths.
   * Fix FTBFS on Hurd with debian/patches/20120617_fix_for_hurd.diff.
     (http://code.google.com/p/google-glog/issues/detail?id=124)
   * Only run testsuite if /proc is mounted, fixes FTBFS on several archs. Also
     add debian/patches/20120621_errnos.diff to fix tests on Hurd.

google-glog (0.3.2-1) unstable; urgency=low

   * Initial release (Closes: #673241)
   * Fix FTBFS on several architectures (Closes: #644602, #645744)

2011

google-glog (0.3.1-2) unstable; urgency=low

   * Added patches to fix test errors.
     - debian/patches/20110923-r91-demangle.diff fixes
       a test error caused by src/demangle_unittest.sh.
     - debian/patches/20110923-r92-reduce-stack-consumpution.diff
       fixes a test caused by src/symbolize_unittest.cc.
     (Closes: #621385)
   * debian/control:
     - Bumped up Standards-Version to 3.9.2.
     - Fixed lintian errors: description-synopsis-starts-with-article

google-glog (0.3.1-1) unstable; urgency=low

   * New upstream release.
   * debian/copyright: replaced "debianized".
   * debian/control: Bumped up Standards-Version to 3.9.1.

2010

google-glog (0.3.0-1) unstable; urgency=low

   * Initial release. (Closes: #555329: ITP: google-glog -- application-
     level logging APIs based on C++-style)