Package: grep / 3.12-1

Metadata

Package Version Patches format
grep 3.12-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
XFAIL test regex.patch | (download)

gnulib-tests/gnulib.mk | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 allow test-regex to fail
 Until the following bug in gnulib gets fixed:
 https://bugs.debian.org/884075
 https://sourceware.org/bugzilla/show_bug.cgi?id=11053
01 disable egrep fgrep warnings.patch | (download)

src/egrep.sh | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

---
02 man_egrep_fgrep_rgrep.patch | (download)

doc/grep.in.1 | 19 18 + 1 - 0 !
1 file changed, 18 insertions(+), 1 deletion(-)

 include the debian-specific egrep, fgrep, rgrep in the man page

05 grep wrapper sh.patch | (download)

src/Makefile.am | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
1019724 handle backslash warning.patch | (download)

lib/dfa.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 temporarily disable the stray \ warnings. while the related
  patters are wrong, these warnings are causing trouble in Debian package
  builds and autopkgtests.
  This patch should be removed after coordination with the rest of the project
  to remove the erroneous patterns.
  Setting the DEB_GREP_ENABLE_STRAY_BACKSLASH_WARN environement variable
  restores the upstream beahviour, enabling the warning.
clean.patch | (download)

doc/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove generated files in clean target.