mawk 1.3.4.20200120-3 source package in Ubuntu

Changelog

mawk (1.3.4.20200120-3) unstable; urgency=medium

  * Rebuild before Ubuntu 22.04 release.
  * debian/control:
    + Bump Standards-Version to 4.6.0.
    + Bump debhelper compat to v13.
  * debian/rules: Drop useless --as-needed linker flag.
  * debian/mawk.alternatives: Use declarative alternative rules.
  * debian/{*.postinst,prerm}: Dropped due to declarative rules.

 -- Boyuan Yang <email address hidden>  Sun, 23 Jan 2022 16:57:23 -0500

Upload details

Uploaded by:
Boyuan Yang
Uploaded to:
Sid
Original maintainer:
Boyuan Yang
Architectures:
any
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release main utils

Downloads

File Size SHA-256 Checksum
mawk_1.3.4.20200120-3.dsc 1.9 KiB f4abc66a6fec057b0e53ec19af866a71e17c21693f8892dd4c645bd45f832bf5
mawk_1.3.4.20200120.orig.tar.gz 457.9 KiB 7fd4cd1e1fae9290fe089171181bbc6291dfd9bca939ca804f0ddb851c8b8237
mawk_1.3.4.20200120-3.debian.tar.xz 7.3 KiB 8704bade64d28252f8a49d673049e52e61b6451ccd2ba3a2c0062a36e28aed34

No changes file available.

Binary packages built by this source

mawk: Pattern scanning and text processing language

 Mawk is an interpreter for the AWK Programming Language. The AWK
 language is useful for manipulation of data files, text retrieval and
 processing, and for prototyping and experimenting with algorithms. Mawk
 is a new awk meaning it implements the AWK language as defined in Aho,
 Kernighan and Weinberger, The AWK Programming Language, Addison-Wesley
 Publishing, 1988. (Hereafter referred to as the AWK book.) Mawk conforms
 to the POSIX 1003.2 (draft 11.3) definition of the AWK language
 which contains a few features not described in the AWK book, and mawk
 provides a small number of extensions.
 .
 Mawk is smaller and much faster than gawk. It has some compile-time
 limits such as NF = 32767 and sprintf buffer = 1020.

mawk-dbgsym: debug symbols for mawk