grep 3.11-3 source package in Ubuntu

Changelog

grep (3.11-3) unstable; urgency=medium

  * Add patch to remove generated files in clean target. Patch by Bas
    Couwenberg <email address hidden> (Closes: #1050294)

 -- Santiago Ruano Rincón <email address hidden>  Tue, 22 Aug 2023 14:49:07 -0300

Upload details

Uploaded by:
Anibal Monsalve Salazar
Uploaded to:
Sid
Original maintainer:
Anibal Monsalve Salazar
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grep_3.11-3.dsc 1.6 KiB bd3ec403c9ed5199a7c1009082abf254d8bc8909849de306c7960c37409e3c8d
grep_3.11.orig.tar.xz 1.6 MiB 1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab
grep_3.11.orig.tar.xz.asc 833 bytes 89ec23ffd59b68822732dc8204fc89883c3af30a90ae390feb94346d9d09a589
grep_3.11-3.debian.tar.xz 20.1 KiB 92d9ce74a9d546b7e188e9148979f7762b3e6b8534c7367b749e8766fe4ea097

Available diffs

No changes file available.

Binary packages built by this source

grep: GNU grep, egrep and fgrep

 'grep' is a utility to search for text in files; it can be used from the
 command line or in scripts. Even if you don't want to use it, other packages
 on your system probably will.
 .
 The GNU family of grep utilities may be the "fastest grep in the west".
 GNU grep is based on a fast lazy-state deterministic matcher (about
 twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper
 search for a fixed string that eliminates impossible text from being
 considered by the full regexp matcher without necessarily having to
 look at every character. The result is typically many times faster
 than Unix grep or egrep. (Regular expressions containing backreferencing
 will run more slowly, however.)

grep-dbgsym: debug symbols for grep