Change logs for publib source package in Xenial

  • publib (0.40-2) unstable; urgency=high
    
      * QA upload:
        - maintainer set to Debian QA Group;
        - git packaging moved to the collab-maint project.
      * Introduced the following patches:
        - 001-Remove-strndup.patch to fix FTBFS on current gcc and glibc
          by removing declaration of strndup() function together with its
          implementation and man page (closes: #790273);
        - 0002-Fix-undefined-behavior-warning.patch to fix an off-by-one
          bug in base64 decoder resulting in an undefined behavior warning
          given by gcc-5;
        - 0003-Remove-Makefile-at-distclean.patch to make sure the generated
          Makefile is dropped, so that sequential builds do not fail;
        - 0004-Fix-spelling-errors-in-manpages.patch to fix spelling typos
          in `occurrence' and `occurred' words, noticed by lintian.
          in `occurrence' and `occurred' words, noticed by lintian;
        - 0005-Pass-LDFLAGS-to-test-programs.patch to use $(LDFLAGS) while
          linking test programs.
      * Mark the binary package as `Multi-Arch: same'.
      * Bump Standards-Version to 3.9.6 (no other changes needed).
    
     -- Robert Luberda <email address hidden>  Tue, 19 Jan 2016 23:18:43 +0100
  • publib (0.40-1) unstable; urgency=low
    
    
      * New upstream release.  Noteworthy changes:
        - man/hash.3: Fixes, mainly for hash_iter.
          Closes: #367003, reported by Peter T. Breuer.
        - man/strinit.3: Use the correct escape sequence for backslashes.
      * Delete patch 0001-strinit.3-Use-the-correct... (fixed upstream)
      * debian/rules: Switch to dh
      * debian/docs: Update to match upstream changes.
      * debian/copyright: Update, and use copyright-format/1.0
    
     -- Antti-Juhani Kaijanaho <email address hidden>  Tue, 19 Jun 2012 00:16:53 +0300