[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 2835520e94bbc535797649c0d8dd9d6395864a41
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Nov 1 18:59:58 2008 -0600

    Also search for embedded copies of the Snoopy PHP class/lib
    
    Signed-off-by: Raphael Geissert <atomo64@gmail.com>

diff --git a/checks/files b/checks/files
index 78fa1d5..8d01b5d 100644
--- a/checks/files
+++ b/checks/files
@@ -700,6 +700,7 @@ foreach my $file (sort keys %{$info->index}) {
 	    [ 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' ],
 # not yet available in unstable:
 #	    [ qr,(?i)markdown\.php$, => 'libmarkdown-php' ],
 	);

-- 
Debian package checker


Reply to: