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

[SCM] Debian package checker branch, master, updated. 2.0.0-55-g50b0bc4



The following commit has been merged in the master branch:
commit 50b0bc4a8d1e76b94bdbc3d1894aa1583c59f55c
Author: Raphael Geissert <atomo64+debian@gmail.com>
Date:   Thu Nov 27 19:42:36 2008 +0000

    Check for embedded copies of the Geshi PHP library.

diff --git a/checks/files b/checks/files
index 3799fb0..69792f6 100644
--- a/checks/files
+++ b/checks/files
@@ -701,7 +701,8 @@ foreach my $file (sort keys %{$info->index}) {
 	    [ qr,(?i)class\.(Linux|(Open|Net|Free|)BSD)\.inc\.php$, => 'phpsysinfo' ],
 	    [ qr,Auth/(OpenID|Yadis/Yadis)\.php$, => 'php-openid' ],
 	    [ qr,(?i)Snoopy\.class\.(php|inc)$, => 'libphp-snoopy' ],
-	    [ qr,(?i)markdown\.php$, => 'libmarkdown-php' ]
+	    [ qr,(?i)markdown\.php$, => 'libmarkdown-php' ],
+	    [ qr,(?i)geshi\.php$, => 'php-geshi' ],
 # not yet available in unstable:,
 #	    [ qr,(?i)IXR_Library(\.inc|\.php)+$, => 'libphp-ixr' ],
 #	    [ qr,(?i)(class\.)?kses\.php$, => 'libphp-kses' ],
diff --git a/debian/changelog b/debian/changelog
index c0b9b9a..f379b15 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -24,8 +24,8 @@ lintian (2.1.0) unstable; urgency=low
   * checks/files:
     + [ADB] Apply patches from Raphael Geissert to update the list of
       embedded PHP libraries:
-      - Add detection for the Snoopy library and the use of phpmailer.inc
-        (rather than .php).
+      - Add detection for the Snoopy and Geshi libraries and the use of
+        phpmailer.inc (rather than .php).
       - Enable the libmarkdown-php check, as the package is now in unstable.
       - Add support for the (not currently packaged and thus disabled) IXR
         and kses libraries.

-- 
Debian package checker


Reply to: