[Pkg-php-commits] r950 - php5/trunk/debian

Raphael Geissert atomo64-guest at alioth.debian.org
Wed Jan 2 04:07:11 UTC 2008


Author: atomo64-guest
Date: 2008-01-02 04:07:11 +0000 (Wed, 02 Jan 2008)
New Revision: 950

Modified:
   php5/trunk/debian/changelog
   php5/trunk/debian/control
Log:
Added Suggests: php5-timezonedb to all the SAPIs


Modified: php5/trunk/debian/changelog
===================================================================
--- php5/trunk/debian/changelog	2008-01-02 02:20:57 UTC (rev 949)
+++ php5/trunk/debian/changelog	2008-01-02 04:07:11 UTC (rev 950)
@@ -11,8 +11,9 @@
   * Capitalise apache where needed (Closes: #439575)
   * Homepage is now a control entry (moved from Description), Closes: #439578
   * Fixed test-results.txt target so parallel package building doesn't fail
+  * Added Suggests: php5-timezonedb to all the SAPIs
 
- -- Raphael Geissert <atomo64 at gmail.com>  Mon, 03 Dec 2007 19:31:21 -0600
+ -- Raphael Geissert <atomo64 at gmail.com>  Tue, 01 Jan 2008 22:05:38 -0600
 
 php5 (5.2.4-2) unstable; urgency=low
 

Modified: php5/trunk/debian/control
===================================================================
--- php5/trunk/debian/control	2008-01-02 02:20:57 UTC (rev 949)
+++ php5/trunk/debian/control	2008-01-02 04:07:11 UTC (rev 950)
@@ -43,7 +43,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, mime-support (>= 2.03-1), ${apache2:Depends}, php5-common (= ${binary:Version}), libmagic1, ucf
 Conflicts: libapache2-mod-php4
 Provides: ${php:Provides}
-Suggests: php-pear
+Suggests: php-pear, php5-timezonedb
 Description: server-side, HTML-embedded scripting language (Apache 2 module)
  This package provides the PHP5 module for the Apache 2 webserver (as
  found in the apache2-mpm-prefork package).  Please note that this package
@@ -61,7 +61,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, mime-support (>= 2.03-1), php5-common (= ${binary:Version}), libmagic1, ucf
 Provides: ${php:Provides}
 Conflicts: php3 (<= 3.0.18-1)
-Suggests: php-pear
+Suggests: php-pear, php5-timezonedb
 Description: server-side, HTML-embedded scripting language (CGI binary)
  This package provides the /usr/lib/cgi-bin/php5 CGI interpreter built
  for use in Apache 2 with mod_actions, or any other CGI httpd that
@@ -80,7 +80,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, mime-support (>= 2.03-1), php5-common (= ${binary:Version}), libmagic1, ucf
 Provides: ${php:Provides}
 Conflicts: php3 (<= 3.0.18-1)
-Suggests: php-pear
+Suggests: php-pear, php5-timezonedb
 Description: command-line interpreter for the php5 scripting language
  This package provides the /usr/bin/php5 command interpreter, useful for
  testing PHP scripts from a shell, or perhaps even performing general




More information about the Pkg-php-commits mailing list