grep 2.16-1 source package in Ubuntu

Changelog

grep (2.16-1) unstable; urgency=low


  * New upstream release.
  * d/patches, Removed not longer needed patches:
    - 85-automake-warnings-bc9c23a4350598db4ec04225e1e0194a7b17175d.patch
    - 90-729581-multibyte-s.patch
    - 91-P-regression-9a9b4c59babc60e15a79cf7db8167d42e68e44b9.patch
    - 92-730472-PCRE-no-check-UTF8.patch
  * Bump Standards-Version to 3.9.5

 -- Santiago Ruano Rincón <email address hidden>  Sat, 18 Jan 2014 13:41:31 +0100

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
Trusty release main utils

Downloads

File Size SHA-256 Checksum
grep_2.16-1.dsc 1.9 KiB 648adab733a96826b0e804e9779e5c97ccc0809be4140ace0b4699a5eb5b232b
grep_2.16.orig.tar.xz 1.2 MiB 16dfeb5013d8c9f21f40ccec0936f2c1c6a014c828d30488f0d5c6ef7b551162
grep_2.16-1.debian.tar.bz2 12.9 KiB 4bd94480c8e3437aa058aed14db5f78234c6d820581c77e09b3bf82e73b92087

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