Change logs for gawk source package in Maverick

  • gawk (1:3.1.7.dfsg-5) unstable; urgency=low
    
      * Fix manpage links.
    
    gawk (1:3.1.7.dfsg-4) unstable; urgency=low
    
      * Fix testsuite display.
    
    gawk (1:3.1.7.dfsg-3) unstable; urgency=low
    
      * Ignore machine and locale dependant testsuite failures.  Closes: #571782.
    
    gawk (1:3.1.7.dfsg-2) unstable; urgency=low
    
      * Upload to unstable.
      * debian/rules: Fix patch stamp.
      * debian/control:
        - Depends on ${misc:Depends}.
        - Bump Standards-Version to 3.8.4.
    
    gawk (1:3.1.7.dfsg-1) experimental; urgency=low
    
      * New upstream release.
      * 05_arm_align.dpatch, 20_manpage.dpatch: Remove, applied upstream.
      * Convert packaging to debhelper and quilt:
        - Update debian/control and debian/rules accordingly.
        - debian/compat: New.
      * Update other patches.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  09 May 2010 13:49:17 +0100
  • gawk (1:3.1.6.dfsg-4build1) lucid; urgency=low
    
      * Fake-sync from debian testing.  No remaining changes.
    
    gawk (1:3.1.6.dfsg-4) unstable; urgency=low
    
      * Support Renesas SH4 (Nobuhiro Iwamatsu).  Closes: #536198.
      * debian/patches/20_eval.c-utf-8-strcat.dpatch: Remove redundant patch
        (Michael Vogt).  Closes: #534573.
      * 20_manpage.dpatch: Add, fix gawk manpage (Tommi Vainikainen).
        Closes: #298355.
      * debian/control: Bump Standards-Version to 3.8.3.
    
    gawk (1:3.1.6.dfsg-3) unstable; urgency=low
    
      * debian/patches/05_arm_align.dpatch: Add, fixes rand.awk test case
        alignment problem on arm/armel.  Closes: #497180.
      * debian/rules: Fail the build in case of regression in the testsuite.
      * debian/copyright: Update for GPL v3.
      * debian/watch: Add.  Closes: #497181.
    
    gawk (1:3.1.6.dfsg-2) unstable; urgency=low
    
      * Upload to unstable.
      * debian/control: Bump Standards-Version to 3.8.1.
    
    gawk (1:3.1.6.dfsg-1) experimental; urgency=low
    
      * New maintainer.
      * New upstream release.  Closes: #451614
        - Upload to experimental until we are sure testsuite passes on all archs.
        - Return right RLENGTH in match functions.  Closes: #385869
        - Fix SIGABRT when LANG=*.UTF-8 on amd64.  Closes: #410299
        - Return correct position values for regular expressions.  Closes: #432014
        - Fix sub() behaviour with MBS_SUPPORT defined.  Closes: #369277
        - Avoid bogus error setting BINMODE on command line.  Closes: #369278
        - Handle NULL character properly.  Closes: #369279
        - Fix FIELDWIDTHS off-by-one error.  Closes: #369280
        - Fix some memory leaks on match(s,r).  Closes: #440799
      * Already fixed bugs in previous versions:
        - Fix some memory corruptions.  Closes: #408391, #425842.
        - Print correct string length after index and sub.  Closes: #471664
      * Update patches:
        - debian/patches/18_de.po-typos.dpatch: Refresh.
        - debian/patches/25_free_wstr-and-multiple-frees.dpatch: Remove, already
          applied upstream.
        - debian/patches/01_po-Makefile.in.in.dpatch: Remove, fixed upstream.
        - debian/patches/19_io.c-invalid-free.dpatch: Remove, fixed upstream.
      * debian/patches/19_fr.po-typos.dpatch: Add, fix some typos in the French
        translation.  Closes: #390577
      * debian/patches/00list: Update.
      * debian/copyright: Update.
      * debian/control:
        - Bump Standards-Version to 3.8.0.
        - Add Homepage filed.
      * debian/rules:
        - Bump version to 3.1.6.
        - Improve a bit.
        - Fix prefix in make install.
        - Don't install obsolete README.FIRST.
        - Configure with --enable-switch.  Closes: #307510
     -- Kees Cook <email address hidden>   Thu, 10 Dec 2009 13:28:31 -0800