mawk 1.3.4.20230730-1 source package in Ubuntu

Changelog

mawk (1.3.4.20230730-1) unstable; urgency=medium

  * New upstream snapshot 1.3.4.20230730.
  * debian/watch: Enable auto pgp mode to check digital signature.
  * debian/upstream/signing-key.asc: Import author's PGP key.
  * debian/rules: Drop unneeded unusual mandir override.

 -- Boyuan Yang <email address hidden>  Thu, 03 Aug 2023 17:06:29 -0400

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
Mantic release main utils

Downloads

File Size SHA-256 Checksum
mawk_1.3.4.20230730-1.dsc 2.1 KiB b9afdadfc9ad2fed4e1cdf8edd87c0aacbb9b56bda74590e025ea846d1390b1c
mawk_1.3.4.20230730.orig.tar.gz 400.6 KiB 810b7cc0aa2bff5ff215f237e275b327b21ba49a0d7b36930e3ddc80f4ce5618
mawk_1.3.4.20230730.orig.tar.gz.asc 729 bytes 2beb152af3893b4870448642a932cde20194c0aaf7eaa002e27ffa06975c1af0
mawk_1.3.4.20230730-1.debian.tar.xz 15.1 KiB e35b496d22c685f0a05c278fcbc90d6f0bc31783f263d2de412d268964bf35f1

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