[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.0.0-54-g960a495



The following commit has been merged in the master branch:
commit 9b5e449bda93521a8e2b40eeb2cffa427e68f754
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Nov 1 19:37:14 2008 -0600

    Also try to match .inc files for those renaming-lovers
    
    Signed-off-by: Raphael Geissert <atomo64@gmail.com>

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


Reply to: