grep 3.11-1 source package in Ubuntu

Changelog

grep (3.11-1) unstable; urgency=low

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldoldstable)

  [ Santiago Ruano Rincón ]
  * New upstream version: 3.11
  * Remove no longer needed:
    upstream-0001-doc-improve-GREP_COLORS-doc-Bug-57696.patch
    1029235-grep-bug-backref-in-last-of-multiple-patterns.patch
  * Refresh 1019724-handle-backslash-warning.patch and XFAIL-test-regex.patch

 -- Santiago Ruano Rincón <email address hidden>  Mon, 17 Jul 2023 21:29:46 -0300

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.11-1.dsc 1.6 KiB e0d41a6d29e7438b929e07b80b6ec0d08b94137f08cebf20edae033cc09ac3eb
grep_3.11.orig.tar.xz 1.6 MiB 1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab
grep_3.11.orig.tar.xz.asc 833 bytes 89ec23ffd59b68822732dc8204fc89883c3af30a90ae390feb94346d9d09a589
grep_3.11-1.debian.tar.xz 19.4 KiB a5a1a46b0a21d9adabaa17f9ac234c28f92228f4b92527edb202b69f157ad0de

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