Re: More patches

2008-08-26 Thread Raphael Geissert
Russ Allbery wrote: Raphael Geissert [EMAIL PROTECTED] writes: well, some files do have a string that would be matched, but probably m,/pear[/.], is a better regex. That's the main drawnback: there's no easy way to tell whether it is a PEAR module or not. PHP, the world of inconsistencies

[SCM] Debian package checker branch, master, updated. 1.24.4-67-g5ad90b4

2008-08-26 Thread Russ Allbery
The following commit has been merged in the master branch: commit 5ad90b414b4c47eda0400b11772215f0c6d04cc5 Author: Russ Allbery [EMAIL PROTECTED] Date: Tue Aug 26 11:49:39 2008 -0700 Generalize the regex for matching PEAR modules Allow /pear/ as well as /pear. to catch PEAR modules

Re: More patches

2008-08-26 Thread Russ Allbery
Raphael Geissert [EMAIL PROTECTED] writes: I suggested m,/pear[/.], as it would also match $Header: /repository/pear/Log/Log.php,v 1.69 2008/01/19 22:20:55 jon Exp $ which is what php-log's Log.php use. Done. -- Russ Allbery ([EMAIL PROTECTED]) http://www.eyrie.org/~eagle/