grep 2.14-4 source package in Ubuntu

Changelog

grep (2.14-4) unstable; urgency=low


  * Making debian/copyright machine-readable, according to the specification
    of version 1.0
  * Fixing matching of multi-byte white spaces
  * debian/rules: using dh_autoreconf tools

 -- Santiago Ruano Rincón <email address hidden>  Wed, 02 Oct 2013 15:00:06 +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_2.14-4.dsc 1.9 KiB f24485c4008119d202d1a4d03bc25826a2f889a9ba170c1c12425fb0b7643763
grep_2.14.orig.tar.bz2 1.5 MiB 53f8d2ba2e61744da0b899c85b46bbc23e49b5babf83bff3e5ce9516456f8408
grep_2.14-4.debian.tar.bz2 14.5 KiB 4c2c9580c916a2e9e24cd337fc2a230622cad14f736c85ea037ec8744a7466d4

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.)