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

[SCM] Debian package checker branch, master, updated. 2.3.4-65-g927c696



The following commit has been merged in the master branch:
commit 1867930fbbc515b9dd11bb3d85734387f1bae06b
Author: Marcelo Jorge Vieira (metal) <metal@debian.org>
Date:   Sun Mar 28 23:30:23 2010 -0300

    Fixed PHP simplepie check
    
    * checks/files:
      The simplepie class can begin with "class." or "class-"

diff --git a/checks/files b/checks/files
index 5f286be..931503b 100644
--- a/checks/files
+++ b/checks/files
@@ -99,7 +99,7 @@ our @phplibraries = (
     [ qr,(?i).*layersmenu.*/(lib/)?PHPLIB\.php$, => 'libphp-phplayersmenu' ],
     [ qr,(?i)phpSniff\.(class|core)\.php$, => 'libphp-phpsniff' ],
     [ qr,(?i)(class\.)?jabber\.php$, => 'libphp-jabber' ],
-    [ qr,(?i)simplepie(\.(php|inc))+$, => 'libphp-simplepie' ],
+    [ qr,(?i)(class(\.|-))?simplepie(\.(php|inc))+$, => 'libphp-simplepie' ],
     [ qr,(?i)jpgraph\.php$, => 'libphp-jpgraph' ],
     [ qr,(?i)fpdf\.php$, => 'php-fpdf' ],
     [ qr,(?i)getid3\.(lib\.)?(\.(php|inc))+$, => 'php-getid3' ],

-- 
Debian package checker


Reply to: