prolix 0.03-3 source package in Ubuntu

Changelog

prolix (0.03-3) unstable; urgency=medium

  * Team upload.
  * Update experimental-features.patch. (Closes: #1050456)
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Fri, 25 Aug 2023 18:34:45 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
prolix_0.03-3.dsc 2.5 KiB a78a9c4fdbe052c9ea77b743dfe947261bb186b10a2f2e1ed09f92e6a618e36e
prolix_0.03.orig.tar.gz 9.3 KiB 6e48cbe04f95629fc2fb7a658a570aa72fbd216c52cfa9ee6368c38b654a540e
prolix_0.03-3.debian.tar.xz 3.1 KiB 904fb4b846cbf089e612715e8fb7e77f1f0790f47b872a2b33aabb6b09eee742

Available diffs

No changes file available.

Binary packages built by this source

prolix: tool to interactively filter chatty command output

 prolix launches a command and captures its standard output and error,
 suppressing uninteresting lines according to a pattern. Yet unlike grep -v,
 prolix is an interactive program: When you find that the output you're being
 shown is still too verbose, simply hit enter and add additional suppression
 patterns. Suppression patterns can be full or substring line matches as well
 as regular expressions. You can also apply substitutions to lines, for example
 shorten overly chatty fields.