dpkg-awk 1.2+nmu2 source package in Ubuntu

Changelog

dpkg-awk (1.2+nmu2) unstable; urgency=medium

  * Non-maintainer upload.
  * Use awk instead of gawk.

 -- Matthias Klose <email address hidden>  Thu, 16 Nov 2017 11:56:41 +0100

Upload details

Uploaded by:
Jeroen Schot
Uploaded to:
Sid
Original maintainer:
Jeroen Schot
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel
Jammy release universe devel
Focal release universe devel
Bionic release universe devel

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
dpkg-awk_1.2+nmu2.dsc 1.5 KiB 9ed369920bb07728fd8dd67780f9a4534bd86c1f2dedc9ab4d238773e4eb9ed0
dpkg-awk_1.2+nmu2.tar.xz 7.7 KiB 005b51b7b21a4e3a657706a0dfe1582b7404893f0b6ced80d206d36fe7fbac7d

Available diffs

No changes file available.

Binary packages built by this source

dpkg-awk: Gawk script to parse /var/lib/dpkg/{status,available} and Packages

 This script can parse the dpkg database files. It can do regular
 expressions on the fields, and only get what you want. It can also be
 made to output certain fields. As an added bonus, there is an option
 to sort the output.
 .
 'dpkg-awk "Status: .* installed$" -- Package Version Status' will
 output all installed packages, with only the listed fields.
 'dpkg-awk -f=/var/lib/dpkg/available "Package:^[aA].*" -- Package Version'
 will output all available packages that start with the letter 'A.'