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

lintian: r346 - in trunk: checks debian



Author: jeroen
Date: 2004-10-13 00:52:17 +0200 (Wed, 13 Oct 2004)
New Revision: 346

Modified:
   trunk/checks/scripts
   trunk/checks/scripts.desc
   trunk/debian/changelog
Log:
checks/scripts:
+ [JvW] The php commandline interpreter is now provided by php4-cli, and
  not php4-cgi, update dependency check accordingly (Closes: #268077)


Modified: trunk/checks/scripts
===================================================================
--- trunk/checks/scripts	2004-10-12 22:18:48 UTC (rev 345)
+++ trunk/checks/scripts	2004-10-12 22:52:17 UTC (rev 346)
@@ -115,9 +115,9 @@
 				'perl-5.005' => 'perl-5.005',
 				'perl-5.004' => 'perl-5.004',
 				'pforth' => 'pforth',
-				'php' => 'php4-cgi',
+				'php' => 'php4-cli',
 				'php3' => 'php3-cgi',
-				'php4' => 'php4-cgi',
+				'php4' => 'php4-cli',
 				'pike' => 'pike',
 				'pike7' => 'pike7',
 				'rc' => 'rc',

Modified: trunk/checks/scripts.desc
===================================================================
--- trunk/checks/scripts.desc	2004-10-12 22:18:48 UTC (rev 345)
+++ trunk/checks/scripts.desc	2004-10-12 22:52:17 UTC (rev 346)
@@ -275,10 +275,12 @@
 Type: error
 Info: PHP can be called as /usr/bin/php on Debian systems.
 
-Tag: php-script-but-no-php4-cgi-dep
+Tag: php-script-but-no-php4-cli-dep
 Type: error
 Info: Packages that use PHP scripts with /usr/bin/php as interpreter must
- depend on the php4-cgi package.
+ depend on the php4-cli package. Note that a dependency on php4-cgi is
+ needlessly strict, and forces the user to install a package that isn't
+ needed.
  .
  In some cases a weaker relationship, such as Suggests or Recommends, will
  be more appropriate.
@@ -287,9 +289,11 @@
 Type: error
 Info: PHP4 is installed as /usr/bin/php4 on Debian systems.
 
-Tag: php4-script-but-no-php4-cgi-dep
+Tag: php4-script-but-no-php4-cli-dep
 Type: error
-Info: Packages that use PHP4 scripts must depend on the php4-cgi package.
+Info: Packages that use PHP4 scripts must depend on the php4-cli package. Note
+ that a dependency on php4-cgi is needlessly strict, and forces the user to
+ install a package that isn't needed.
  .
  In some cases a weaker relationship, such as Suggests or Recommends, will
  be more appropriate.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2004-10-12 22:18:48 UTC (rev 345)
+++ trunk/debian/changelog	2004-10-12 22:52:17 UTC (rev 346)
@@ -19,6 +19,9 @@
   * checks/po-debconf:
     + [JvW] Don't give missing-file-from-potfile-in on empty lines
       (Thanks Adam Conrad for noticing)
+  * checks/scripts:
+    + [JvW] The php commandline interpreter is now provided by php4-cli, and
+      not php4-cgi, update dependency check accordingly (Closes: #268077)
 
  -- Debian Lintian Maintainers <lintian-maint@debian.org>  Thu, 26 Aug 2004 02:19:20 +0200
 



Reply to: