2009
grep (2.5.4-4) unstable; urgency=low
[ Santiago Ruano Rincón ]
* Maintaining with git now. Added Vcs-* fields in control file.
[ Anibal Monsalve Salazar ]
* dlopen PCRE so we can have -P; 03-dlopen-pcre.patch by Reuben Thomas
closes: #238237, #318680, #364998, #397262, #441373, #443103
- Remove --disable-perl-regexp as configure option
* Suggests libpcre3
* Standards version is 3.8.1
-- Anibal Monsalve Salazar <anibal@debian.org> Sat, 28 Mar 2009 19:13:49 +1100
grep (2.5.4-3) unstable; urgency=low
* Updated copyright. The grep.texi removal notice is not longer
needed.
* Adding --without-included-regex to solve problems with glibc-2.9.
Thanks to the Ubuntu team. (Closes: #491158)
* Updated debhelper compat to version 7
-- Santiago Ruano Rincón <santiago@debian.org> Mon, 09 Mar 2009 22:50:47 +0100
grep (2.5.4-2) unstable; urgency=low
* Upload to unstable
-- Anibal Monsalve Salazar <anibal@debian.org> Mon, 16 Feb 2009 10:39:12 +1100
grep (2.5.4-1) experimental; urgency=low
* New upstream version
Documentation was re-licensed without the invariant section
Remove 68-no-grep.texi.patch
* Don't build-depend on cdbs
* Build-Depend on autotools-dev and quilt
* Standards version is 3.8.0
* Patches merged upstream:
75-dfa_calloc.patch
* Get mbtowc to look at the character before and after the match to
check if the match is a whole word. Patch by Peter De Wachter.
Add 69-mbtowc.patch. Closes: #446270
* Fix the following lintian issues:
W: grep: ancient-dpkg-predepends-check preinst:5
-- Anibal Monsalve Salazar <anibal@debian.org> Wed, 11 Feb 2009 12:30:01 +1100
2008
grep (2.5.3~dfsg-6) unstable; urgency=low
* Corrected Catalan translation. Thanks to Carles Pina i Estany.
(Closes: #495993)
-- Santiago Ruano Rincón <santiago@debian.org> Sun, 31 Aug 2008 17:32:17 +0200
grep (2.5.3~dfsg-5) unstable; urgency=low
* Removed 56-recursive-default.patch, refer to #414168.
Closes: #467625
-- Anibal Monsalve Salazar <anibal@debian.org> Fri, 29 Feb 2008 08:58:31 +1100
grep (2.5.3~dfsg-4) unstable; urgency=low
* rgrep: Make . the default when no file or directory names given.
Thanks to Magnus Holmgren <holmgren@lysator.liu.se> (Closes: 414168)
* grep.1: using \(aq instead of '. Thanks to Andrew Moise
<chops@demiurgestudios.com>. (Closes: #226881)
* egrep: using calloc() instead of malloc()
Thanks to Johan Walles <johan.walles@gmail.com> (Closes: #450649)
* Updated watch file.
* Bump Standard-version to 3.7.3. (No changes needed)
-- Santiago Ruano Rincón <santiago@debian.org> Sat, 16 Feb 2008 20:43:55 +0100
2007
grep (2.5.3~dfsg-3) unstable; urgency=high
* Acknowledge NMU. Closes: #181378, #442882, #439931, #368575, #350206, #432636, #441006, #444164, #429435 * debian/control: added homepage
-- Anibal Monsalve Salazar <anibal@debian.org> Thu, 04 Oct 2007 21:01:16 +1000
grep (2.5.3~dfsg-2.1) unstable; urgency=high
* Non-maintainer upload. * Reinstate patches by Nicolas François <nicolas.francois@centraliens.net> Closes: #181378, #442882
-- Thomas Viehmann <tv@beamnet.de> Tue, 02 Oct 2007 23:02:35 +0200
grep (2.5.3~dfsg-2) unstable; urgency=low
* Removed 65-dfa-optional.patch. (Closes: #439827, #440195, #440342)
-- Santiago Ruano Rincón <santiago@debian.org> Thu, 06 Sep 2007 00:16:20 -0500
grep (2.5.3~dfsg-1) unstable; urgency=low
* New upstream version (Closes: #433705). Fixes: - grep --color '^a' colors too much (^a*) (Closes: #294367) - { echo foo; echo bar; } |grep -o ^. matches every letter (Closes: #406259) - grep -A1 -m1 segfaults with multiple line matches (Closes: #411097) - -o does not work correctly with quantifications (Closes: #293267) - fgrep -w in 2.5.1 fails when wanted subset follows a superset string (Closes: #195922) * Updated copyright to GPLv3 * Removed postinst and prerm. They register and deregister grep.info which is not shipped (Closes: #336240). * Removed debian/info (Closes: #362184, #407768).
-- Santiago Ruano Rincón <santiago@debian.org> Sat, 25 Aug 2007 11:11:01 -0500
2006
grep (2.5.1.ds2-6) unstable; urgency=low
* Added watch file. (Closes: #248733) * grep didn't work with FIFOs, thanks to Bastian Kleineidam <calvin@users.sourceforge.net> (Closes: #198846)
-- Santiago Ruano Rincón <santiago@debian.org> Tue, 10 Oct 2006 00:41:50 -0500
grep (2.5.1.ds2-5) unstable; urgency=low
* Fixed "fgrep : troubles with -w option", closes: #350775. Patch thanks to Nicolas François <nicolas.francois@centraliens.net>. * Set Standards-Version to 3.7.2. * Changed co-maontainer's email address.
-- Anibal Monsalve Salazar <anibal@debian.org> Thu, 18 May 2006 21:40:49 +1000
2005
grep (2.5.1.ds2-4) unstable; urgency=low
* Compiled with -O3 (Closes: #322416) grep is 40 times slower on native amd64 than in a 32bit chroot * Again, configure without-libpcre
-- Santiago Ruano Rincon <santiago@unicauca.edu.co> Wed, 9 Nov 2005 17:50:00 -0500
grep (2.5.1.ds2-3) unstable; urgency=low
* Compiled with libpcre3 to enable perl regular expressions.
Closes: #203109: perl mode non-functional, should not be documented
Closes: #238237: -P option doesn't work.
* Closes: #190551: br0ken manpage: Uses 'Egrep' instead of 'egrep'.
Thanks to Marc Brockschmidt <marc@dch-faq.de>
-- Santiago Ruano Rincon <santiago@unicauca.edu.co> Mon, 7 Nov 2005 03:40:13 -0500
grep (2.5.1.ds2-2) unstable; urgency=low
* Patched 64-egf-speedup.patch with patch from Nicolas François
<nicolas.francois@centraliens.net>. Put 64-egf-speedup.patch,
65-dfa-optional.patch, 66-match_icase.patch and 67-w.patch back
in, closes: #181378, #206470, #224993.
* Fixed "minor documentation syntax error", closes: #240239,
#257900. Patches by Allard Hoeve <allard@byte.nl> and Derrick
'dman' Hudson <dman@dman13.dyndns.org>.
* Fixed "info page not in main info menu", closes: #284676,
#267718. Patches by Rui Tiago Cação Matos
<a28525@alunos.det.ua.pt> and Paul Brook <paul@nowt.org>.
-- Anibal Monsalve Salazar <anibal@debian.org> Wed, 26 Oct 2005 19:14:35 +1000
grep (2.5.1.ds2-1) unstable; urgency=low
* Removed 64-egf-speedup.patch, 65-dfa-optional.patch,
66-match_icase.patch and 67-w.patch from debian/patches,
closes: #329876.
* Removed grep.texi from upstream tarball, 50-rgrep-info.patch and
51-dircategory-info.patch from debian/patches, the GNU Free
Documentation License from debian/copyright and debian/fdl.txt,
closes: #281647.
* Fixed FSF postal address in debian/copyright.
* Fixed override disparity found in suite unstable:
grep: override says utils-required, .deb says base-required.
-- Anibal Monsalve Salazar <anibal@debian.org> Mon, 26 Sep 2005 22:17:50 +1000
grep (2.5.1.ds1-6) unstable; urgency=low
* 64-egf-speedup.patch, 65-dfa-optional.patch, 66-match_icase.patch,
67-w.patch speed up grep. Thanks to Nicolas François
<nicolas.francois@centraliens.net> (Closes: #181378, #206470, #224993)
* Deleted the CVS directories
-- Santiago Ruano Rincon <santiago@unicauca.edu.co> Sat, 10 Sep 2005 01:52:04 -0500
grep (2.5.1.ds1-5) unstable; urgency=low
* New maintainer, closes: #316380. * Updated standards version to 3.6.2.
-- Anibal Monsalve Salazar <anibal@debian.org> Fri, 01 Jul 2005 08:29:42 +1000
2004
grep (2.5.1.ds1-4) unstable; urgency=high
* Add missing GFDL copyright statements (Closes: #274352) * Acknowledge NMU (Closes #249245, #274352, #276209, #276202)
-- Ryan M. Golbeck <rmgolbeck@debian.org> Sun, 21 Nov 2004 02:02:02 -0500
grep (2.5.1.ds1-3.2) unstable; urgency=low
* NMU to fix RC bugs
* 61-dfa.c-case_fold-charclass.patch: new patch by Fumitoshi UKAI
to fix case_fold match with characters in bracket in multibyte
locales (UTF-8, CJK, ...)
closes: Bug#249245
* 62-dfa.c-charclass-bracket.patch: new patch by Fumitoshi UKAI
to fix wrong match '[' against character class such as [[:space:]]
in multibyte locales (UTF-8, ...)
closes: Bug#274352
* 63-dfa.c-case_fold-range.patch: new patch by Fumitoshi UKAI
to fix case_fold match on [a-z] or [A-Z] in multibyte locales (UTF-8,.)
closes: Bug#276209
-- Fumitoshi UKAI <ukai@debian.or.jp> Wed, 20 Oct 2004 02:19:35 +0900
grep (2.5.1.ds1-3.1) unstable; urgency=low
* NMU to fix RC bug
* 60-dfa.c-case_fold.patch: new patch by Fumitoshi UKAI
to fix case_fold match on [:upper:] and [:lower:] in
multibyte locales (UTF-8, CJK, ...)
closes: Bug#276202
-- Fumitoshi UKAI <ukai@debian.or.jp> Tue, 19 Oct 2004 02:07:07 +0900
grep (2.5.1.ds1-3) unstable; urgency=high
* configure without-libpcre (Closes: #237071)
-- Ryan M. Golbeck <rmgolbeck@debian.org> Tue, 03 Aug 2004 21:51:44 -0400
2003
grep (2.5.1.ds1-2) unstable; urgency=low
* Fixed pre-depends (Closes: #222655)
-- Ryan M. Golbeck <rmgolbeck@debian.org> Sun, 07 Dec 2003 18:09:00 -0400
grep (2.5.1.ds1-1) unstable; urgency=low
* Fixed manpage typo (Closes: #207703) * Makefile.in info patch (Closes: #218969) - Thanks Andreas Metzler * Fixed misspelled month in changelog.
-- Ryan M. Golbeck <rmgolbeck@debian.org> Tue, 18 Nov 2003 01:02:03 -0400
grep (2.5.1-7) unstable; urgency=low
* Jeff Bailey <jbailey@nisa.net>: - Converted to cdbs
-- Jeff Bailey <jbailey@nisa.net> Tue, 19 Aug 2003 01:07:31 -0400
grep (2.5.1-6) unstable; urgency=low
* Consolidated manpage patches
+ Fixed line-buffering typo (Closes: #198947)
+ Re-ordered options, perl regexp note (Closes: #203109)
* Applied patch for bigfiles w/o newlines (Closes: #185208)
- Thanks Jim Meyering
-- Ryan M. Golbeck <rmgolbeck@debian.org> Sun, 17 Aug 2003 00:10:00 -0500
grep (2.5.1-5) unstable; urgency=low
* applied i18n patch for LSB test suite (Closes: #184884) * fixed misspelling in manpage (Closes: #187477)
-- Ryan M. Golbeck <rmgolbeck@debian.org> Sat, 29 Mar 2003 00:10:00 -0500
grep (2.5.1-4) unstable; urgency=low
* New Maintainer (thanks Robert and Clint) * New uploader: Jeff Bailey <jbailey@nisa.net> * Converted to CBS. * Added rgrep documentation to manpage and info doc. * Cleaned up copyright file. * Added #!/bin/sh to rgrep. * Added dircategory to grep.texi
-- Ryan M. Golbeck <rmgolbeck@debian.org> Mon, 17 Feb 2003 00:10:00 -0500
grep (2.5.1-3) unstable; urgency=medium
* Document -z in the manpage. closes: #183277.
-- Clint Adams <schizo@debian.org> Mon, 10 Mar 2003 02:10:32 -0500
grep (2.5.1-2) unstable; urgency=low
* Call install with INSTALL_PROGRAM, not initial make.
-- Clint Adams <schizo@debian.org> Sun, 16 Feb 2003 00:07:50 -0500
grep (2.5.1-1) unstable; urgency=low
* Hijack.
* Update config.{guess,sub}. closes: #174898, #179702.
* New upstream version. closes: #152204.
* Update to Standards-Version 3.5.8.
* Support noopt and nostrip DEB_BUILD_OPTIONS.
* Add texinfo to Build-Depends.
-- Clint Adams <schizo@debian.org> Thu, 13 Feb 2003 18:49:35 -0500
2002
grep (2.4.2-3.1) unstable; urgency=low
* NMU
* doc/grep.1:
- re-word description of exit codes. (Closes: #158134)
- apply rgrep patch--thanks, Martin Michlmayr! (Closes: #127438)
* doc/grep.info:
- fix missing colon in character class example (Closes: #173882)
* debian/rules:
- put only grep in /bin, fgrep and egrep in /usr/bin. (Closes: #93193)
- clean up po/*.gmo so that it is possible to rebuild without
dpkg-source aborting with "unrepresentable changes to binary files"
errors. (Closes: #142206)
- apply patch to remove bashisms (Closes: #172524)
* debian/control: add more descriptive paragraph to description
(Closes: #45943)
* debian/copyright: changed to reflect current maintainer.
(Closes: #156479)
* debian/postinst: no longer need to set /usr/doc link.
-- Hwei Sheng Teoh <hsteoh@debian.org> Tue, 10 Dec 2002 08:46:16 -0500
2001
grep (2.4.2-3) frozen unstable; urgency=low
* Updated dutch translation (Closes: #111313) * Fixed documentation (Closes: #69083, #71305) * Fixed hurd build failure (Closes: #105435)
-- Robert van der Meulen <rvdm@debian.org> Wed, 28 Nov 2001 17:32:08 +0100
grep (2.4.2-2) frozen unstable; urgency=low
* New maintainer * Replaced config.sub and config.guess for newer ones. (Closes: #98034) * Fixed french language bug. (Closes: #95349)
-- Robert van der Meulen <rvdm@debian.org> Mon, 25 Jun 2001 14:31:38 +0200
2000
grep (2.4.2-1) frozen unstable; urgency=low
* New upstream release. This is only a translation-update and bugfix
release, there is no new code (besides the bugfixes that is)
* Fix location of GPL (lintian)
* add -isp option to dpkg-gencontrol (lintian)
-- Wichert Akkerman <wakkerma@debian.org> Sun, 2 Apr 2000 17:57:56 +0200
grep (2.4-2) frozen unstable; urgency=low
* Fix grep-call in rgrep, Closes: Bug# 52751
-- Wichert Akkerman <wakkerma@debian.org> Sat, 22 Jan 2000 15:06:01 +0100
1999
grep (2.4-1) unstable; urgency=low
* New upstream version
-- Wichert Akkerman <wakkerma@debian.org> Wed, 8 Dec 1999 02:05:48 +0100
grep (2.3-8) unstable; urgency=low
* Add a rgrep-script and add Conflicts and Provides for it * Bump standards-version to 3.1.0
-- Wichert Akkerman <wakkerma@debian.org> Tue, 23 Nov 1999 22:12:18 +0100
grep (2.3-7) unstable; urgency=low
* Use different approach to get things in /usr/share
-- Wichert Akkerman <wakkerma@debian.org> Tue, 5 Oct 1999 18:48:54 +0200
grep (2.3-6) unstable; urgency=low
* Set datadir to /usr/share, Closes: Bug# 46632
-- Wichert Akkerman <wakkerma@debian.org> Tue, 5 Oct 1999 04:08:09 +0200
grep (2.3-5) unstable; urgency=low
* Change "Debian/GNU Linux" to "Debian GNU/Linux" in copyright * Change to FHS 2.1(pre2) * No longer generate md5sums
-- Wichert Akkerman <wakkerma@debian.org> Wed, 8 Sep 1999 02:16:55 +0200
grep (2.3-4) unstable; urgency=low
* Remove debian/files and debian/substvars on clean (Bug# 38620)
-- Wichert Akkerman <wakkerma@debian.org> Mon, 31 May 1999 13:31:59 +0200
grep (2.3-3) unstable; urgency=low
* Don't clobber NEWS with ChangeLog (Bug# 33917) * Register info-documentation with install-info (Bug# 33917) * Generally try to preserve timestamps * Upgrade standards-version to 2.5.1
-- Wichert Akkerman <wakkerma@debian.org> Wed, 26 May 1999 00:36:51 +0200
grep (2.3-2) unstable; urgency=low
* Make egrep and grep seperate binaries again, since they don't check
argv[0] anymore
-- Wichert Akkerman <wakkerma@debian.org> Thu, 25 Feb 1999 02:59:21 +0100
grep (2.3-1) unstable; urgency=low
* New upstream version
-- Wichert Akkerman <wakkerma@debian.org> Tue, 23 Feb 1999 02:16:01 +0100
1998
grep (2.2-1) unstable; urgency=low
* New upstream version
-- Wichert Akkerman <wakkerma@debian.org> Mon, 27 Apr 1998 12:13:04 +0200
grep (2.1-7) frozen unstable; urgency=high
* Fix wrong patch for Bug# 20284. Note to self: don't trust
received patches! (Bug# 20573, 20592, 20541)
-- Wichert Akkerman <wakkerma@debian.org> Fri, 3 Apr 1998 12:05:42 +0200
grep (2.1-6) frozen unstable; urgency=low
* Complain about non-existant files (Bug# 20283) * Return with errorcode 2 when file cannot be opened (Bug# 20284) * Fixed syntax error in manpage (Bug# 20509) * Changed manpage: a pattern is a legal parameter (Bug# 20509)
-- Wichert Akkerman <wakkerma@debian.org> Wed, 1 Apr 1998 14:07:00 +0200
grep (2.1-5) unstable; urgency=low
* Fixed type in description (Bug# 18945)
* Now standards-version 2.4.0.0
* Re-instate [ef]grep.1 since some man-programs seem to
need them BBug# 16445)
* GPL is not compressed (lintian)
-- Wichert Akkerman <wakkerma@debian.org> Sun, 15 Mar 1998 23:19:37 +0100
1997
grep (2.1-4) unstable; urgency=low
* Hardlink [ef]grep to grep binary again
-- Wichert Akkerman <wakkerma@debian.org> Mon, 29 Dec 1997 02:06:26 +0100
grep (2.1-3) unstable; urgency=low
* Fixed incorrect md5sums
-- Wichert Akkerman <wakkerma@debian.org> Tue, 16 Dec 1997 17:17:57 +0100
grep (2.1-2) unstable; urgency=low
* Fix redundant manpages (Bug# 14570)
-- Wichert Akkerman <wakkerma@debian.org> Fri, 7 Nov 1997 18:03:39 +0100
grep (2.1-1) unstable; urgency=low
* New upstream version (Bug# 14219) * Fixed spelling error in copyright * Fixed compilation flags to comply with policy * Pristine sources
-- Wichert Akkerman <wakkerma@debian.org> Thu, 25 Sep 1997 12:19:59 +0200
grep (2.0-12) unstable; urgency=low
* Rename upstream change to changelog * Added md5sums to .deb file
-- Wichert Akkerman <wakkerma@debian.org> Mon, 14 Jul 1997 01:17:15 +0200
grep (2.0-11) unstable; urgency=low
* Removed symlinks for egrep.1 and fgrep.1 (Bug# 7814)
-- Wichert Akkerman <wakkerma@debian.org> Tue, 11 Mar 1997 00:20:25 +0100
grep (2.0-10) unstable; urgency=low
* Now conforms to policy manual version 2.1.2.2 * Fixed typo in debian/rules (Bug# 7665)
-- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Thu, 27 Feb 1997 02:01:53 +0100
1996
grep (2.0-9) frozen unstable; urgency=low
* Corrected priority in debian controlfile.
-- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Tue, 12 Nov 1996 23:36:10 +0100
grep (2.0-8) stable; urgency=low
* Made copyright a symlink to /usr/doc/copyright/GPL * Compress man-pages * Renamed debian changelog to changelog.Debian
-- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 26 Oct 1996 18:43:57 +0200
grep (2.0-7) stable unstable; urgency=low
* Moved to new packaging format
-- Wichert Akkerman <wakkerma@wi.leidenuniv.nl> Sat, 21 Sep 1996 17:24:52 +0200
Old changelog format(s), not parsed
grep (2.0-6); priority=LOW
* Revamped debian files
* Disable mmap-code since mmap does not work on files from the
proc-filesystem. (Temporary fix, still looking for a better
solution).
* new maintainer: Wichert Akkerman <wakkerma@wi.leidenuniv.nl>
-- Wichert Akkerman <wakkerma@wi.leidenuniv.nl>,Mon Jul 29 18:38:06 MET DST 1996