grep 3.8-3 source package in Ubuntu

Changelog

grep (3.8-3) unstable; urgency=low

  * Temporarily add 1019724-handle-backslash-warning.patch to disable the
    stray backslash warning by default
    (Closes: #1019724)
  * Add autopkgtest for the stray backslash warning

 -- Santiago Ruano Rincón <email address hidden>  Tue, 25 Oct 2022 21:24:11 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
grep_3.8-3.dsc 1.6 KiB b5b25e30ece7da06ea4ef856f362b77a6e47ece57e7b1b1b0abcf2f5b1312222
grep_3.8.orig.tar.xz 1.6 MiB 498d7cc1b4fb081904d87343febb73475cf771e424fb7e6141aff66013abc382
grep_3.8.orig.tar.xz.asc 833 bytes 347aec924499df3fa41a0d782f3cd3e4a51a15de98b44eaab04084cd34060cd0
grep_3.8-3.debian.tar.xz 19.9 KiB 72d615732ccef5721b4c4e7cdf62daa46399d092ae7d324ff89958fb6cac8512

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