Hi Guido, Guido Günther wrote:
> $ git grep -P 'foo(?!bar)' > fatal: cannot use Perl-compatible regexes when not compiled with USE_LIBPCRE > > Attached patch enables the build against libpre3 to allow for perl regex > syntax. Thanks. I had been waiting to see if anyone cared. :) (Hence whether it was worth the added time to launch git.) Small nit (no need to update the patch): > --- a/debian/control > +++ b/debian/control > @@ -10,7 +10,8 @@ Build-Depends: libz-dev, > cvs, cvsps, libdbd-sqlite3-perl, > unzip, libio-pty-perl, > dpkg-dev (>= 1.15.7~), > - libc6.1 (>= 2.10.2-6) [ia64] > + libc6.1 (>= 2.10.2-6) [ia64], > + libpcre3-dev The Build-Depends currently break down line by line: Build-Depends: core dependencies, http support dependencies, git-svn dependencies, gitk/git-gui dependencies, git-cvs dependnecies, helpers for tests, packaging helpers, workaround So this should probably say Build-Depends: libz-dev, libpcre3-dev, gettext, ... Jonathan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org