gawk 1:3.1.7.dfsg-5 source package in Bilimbi Test

Changelog

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

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Arthur Loiret
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Angry Aardvark release universe interpreters

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
gawk_3.1.7.dfsg.orig.tar.gz 2.2 MiB 71626248e9d561a4239cfbd13e627ff8d0464706a537d6dfbd3d2cf9427da2d2
gawk_3.1.7.dfsg-5.diff.gz 11.6 KiB 65e09e457c9a7b3afdc852a03ebc598ec855d0c685492a8fdbca082d19ada850
gawk_3.1.7.dfsg-5.dsc 1.0 KiB 6e26d94319f9951f456a59c9ac2a214a1e47140d0074a9792b3a84ea61f18a61

View changes file

Binary packages built by this source

gawk: GNU awk, a pattern scanning and processing language

 `awk', a program that you can use to select particular records in a
 file and perform operations upon them.
 .
 Gawk is the GNU Project's implementation of the AWK programming language.
 It conforms to the definition of the language in the POSIX 1003.2 Command
 Language And Utilities Standard. This version in turn is based on the
 description in The AWK Programming Language, by Aho, Kernighan, and
 Weinberger, with the additional features defined in the System V Release
 4 version of UNIX awk. Gawk also provides more recent Bell Labs awk
 extensions, and some GNU-specific extensions.