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

[SCM] Debian package checker branch, master, updated. 2.3.0-47-g04cef70



The following commit has been merged in the master branch:
commit 04cef70827a339c703666907a867dae6eac84b64
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Fri Jan 1 20:12:22 2010 -0600

    Add detection of nusoap to the embedded PHP libraries check
    
    * checks/files:
      + [RG] Add detection of nusoap to the embedded PHP libraries check.

diff --git a/checks/files b/checks/files
index dbde955..fa59aa7 100644
--- a/checks/files
+++ b/checks/files
@@ -99,6 +99,7 @@ our @phplibraries = (
     [ qr,(?i)rss_parse\.(php|inc)$, => 'libphp-magpierss' ],
     [ qr,(?i)unit_tester\.php$, => 'php-simpletest' ],
     [ qr,(?i)Sparkline\.php$, => 'libsparkline-php' ],
+    [ qr,(?i)(?:class\.)?nusoap\.(?:php|inc)$, => 'libnusoap-php' ],
 # 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 2515337..ea317fc 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,8 +20,9 @@ lintian (2.3.1) UNRELEASED; urgency=low
   * checks/fields.desc:
     + [RA] Fix spelling error in dfsg-version-with-period tag description.
       Thanks, Jakub Wilk.  (Closes: #563185)
-  * checks/files.desc:
+  * checks/files{,.desc}:
     + [RG] Add a missing 'it' to the description of duplicate-font-file.
+    + [RG] Add detection of nusoap to the embedded PHP libraries check.
   * checks/init.d{,.desc}:
     + [RG] Bump severity of init.d-script-sourcing-without-test to serious.
     + [RG] Lower the severity of init.d-script-does-not-provide-itself

-- 
Debian package checker


Reply to: