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

[SCM] Debian package checker branch, master, updated. 2.5.10-120-g1461e01



The following commit has been merged in the master branch:
commit 1461e0180a43d8473cf9c3250b34f257d6118902
Author: Raphael Geissert <atomo64@gmail.com>
Date:   Sat Aug 25 14:01:11 2012 -0500

    Smarty3 doesn't embed smarty, it *is* smarty
    
    * checks/files:
      + [RG] Recognise smarty3 as smarty itself.

diff --git a/checks/files b/checks/files
index fc8d312..f9671c7 100644
--- a/checks/files
+++ b/checks/files
@@ -110,7 +110,7 @@ my @pearmodules = (
 # and the packages providing them
 my @phplibraries = (
     [ qr,(?i)adodb\.inc\.php$, => qr'libphp-adodb' ],
-    [ qr,(?i)Smarty(_Compiler)?\.class\.php$, => qr'smarty' ],
+    [ qr,(?i)Smarty(_Compiler)?\.class\.php$, => qr'smarty3?' ],
     [ qr,(?i)class\.phpmailer(\.(php|inc))+$, => qr'libphp-phpmailer' ],
     [ qr,(?i)phpsysinfo\.dtd$, => qr'phpsysinfo' ],
     [ qr,(?i)class\.(Linux|(Open|Net|Free|)BSD)\.inc\.php$, => qr'phpsysinfo' ],
diff --git a/debian/changelog b/debian/changelog
index 2cece61..b4b0af2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -39,6 +39,8 @@ lintian (2.5.11) UNRELEASED; urgency=low
     + [NT] Retire no-source-field since Lintian cannot emit it any
       more due to dpkg-source refusing to extract such source
       packages.
+  * checks/files:
+    + [RG] Recognise smarty3 as smarty itself.
   * checks/infofiles:
     + [NT] Use L::Util's gzip decompressor rather than zcat.
   * checks/init.d{,.desc}:

-- 
Debian package checker


Reply to: