The following commit has been merged in the master branch:
commit 9b5e449bda93521a8e2b40eeb2cffa427e68f754
Author: Raphael Geissert <[EMAIL PROTECTED]>
Date:   Sat Nov 1 19:37:14 2008 -0600

    Also try to match .inc files for those renaming-lovers
    
    Signed-off-by: Raphael Geissert <[EMAIL PROTECTED]>

diff --git a/checks/files b/checks/files
index 8d01b5d..dad638d 100644
--- a/checks/files
+++ b/checks/files
@@ -696,11 +696,11 @@ foreach my $file (sort keys %{$info->index}) {
        my @phplibraries = (
            [ qr,(?i)adodb\.inc\.php$, => 'libphp-adodb' ],
            [ qr,(?i)Smarty(_Compiler)?\.class\.php$, => 'smarty' ],
-           [ qr,(?i)class\.phpmailer\.php$, => 'libphp-phpmailer' ],
+           [ qr,(?i)class\.phpmailer\.(php|inc)$, => 'libphp-phpmailer' ],
            [ qr,(?i)phpsysinfo\.dtd$, => 'phpsysinfo' ],
            [ qr,(?i)class\.(Linux|(Open|Net|Free|)BSD)\.inc\.php$, => 
'phpsysinfo' ],
            [ qr,Auth/(OpenID|Yadis/Yadis)\.php$, => 'php-openid' ],
-           [ qr,(?i)Snoopy\.class\.php$, => 'libphp-snoopy' ],
+           [ qr,(?i)Snoopy\.class\.(php|inc)$, => 'libphp-snoopy' ],
 # not yet available in unstable:
 #          [ qr,(?i)markdown\.php$, => 'libmarkdown-php' ],
        );

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to