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

Raphael Geissert atomo64-guest at alioth.debian.org
Wed Nov 21 04:13:19 UTC 2007


tags 418038 pending
tags 439575 pending
tags 439578 pending
thanks

Author: atomo64-guest
Date: 2007-11-21 04:13:18 +0000 (Wed, 21 Nov 2007)
New Revision: 921

Modified:
   php5/trunk/debian/changelog
   php5/trunk/debian/control
Log:
  * Updated description of the php5 meta-package to reflect removal of apache (Closes: #418038)
  * Capitalise apache where needed (Closes: #439575)
  * Homepage is now a control entry (moved from Description), Closes: #439578


Modified: php5/trunk/debian/changelog
===================================================================
--- php5/trunk/debian/changelog	2007-11-21 02:51:04 UTC (rev 920)
+++ php5/trunk/debian/changelog	2007-11-21 04:13:18 UTC (rev 921)
@@ -7,8 +7,11 @@
 
   [ Raphael Geissert ]
   * debian/rules: now DEB_BUILD_OPTIONS=nocheck aware
+  * Updated description of the php5 meta-package to reflect removal of apache (Closes: #418038)
+  * Capitalise apache where needed (Closes: #439575)
+  * Homepage is now a control entry (moved from Description), Closes: #439578
 
- -- Raphael Geissert <atomo64 at gmail.com>  Tue, 20 Nov 2007 20:47:15 -0600
+ -- Raphael Geissert <atomo64 at gmail.com>  Tue, 20 Nov 2007 22:11:16 -0600
 
 php5 (5.2.4-2) unstable; urgency=low
 

Modified: php5/trunk/debian/control
===================================================================
--- php5/trunk/debian/control	2007-11-21 02:51:04 UTC (rev 920)
+++ php5/trunk/debian/control	2007-11-21 04:13:18 UTC (rev 921)
@@ -6,13 +6,14 @@
 Build-Depends: apache2-prefork-dev (>= 2.0.53-3), autoconf, automake1.4, bison, chrpath, debhelper (>= 3), firebird2.0-dev [i386 amd64 powerpc sparc] | firebird1.5-dev [i386 amd64] | firebird2-dev [i386 amd64], flex (>= 2.5.4), freetds-dev, libapr1-dev (>= 1.2.7-8), libbz2-dev (>= 1.0.0), libc-client-dev, libcurl4-openssl-dev | libcurl-dev, libdb4.4-dev, libexpat1-dev (>= 1.95.2-2.1), libfreetype6-dev, libgcrypt11-dev, libgd2-xpm-dev (>= 2.0.28-3), libgmp3-dev, libjpeg62-dev, libkrb5-dev, libldap2-dev, libmcrypt-dev, libmhash-dev (>= 0.8.8), libmysqlclient15-dev, libncurses5-dev, libpam0g-dev, libpcre3-dev (>= 6.6), libpng12-dev, libpq-dev | postgresql-dev, libpspell-dev, librecode-dev, libsasl2-dev, libsnmp-dev, libsqlite0-dev, libssl-dev (>= 0.9.6), libt1-dev, libtidy-dev, libtool (>= 1.4.2-4), libwrap0-dev, libxmltok1-dev, libxml2-dev (>= 2.4.14), libxslt1-dev (>= 1.0.18), quilt, re2c, unixodbc-dev, zlib1g-dev (>= 1.0.9)
 Build-Conflicts: bind-dev
 Standards-Version: 3.7.2
+Homepage: http://www.php.net/
 
 Package: php5
 Architecture: all
 Depends: libapache2-mod-php5 (>= ${source:Version}) | php5-cgi (>= ${source:Version}), php5-common (>= ${source:Version})
 Description: server-side, HTML-embedded scripting language (meta-package)
  This package is a meta-package that, when installed, guarantees that you
- have at least one of the four server-side versions of the PHP5 interpreter
+ have at least one of the two server-side versions of the PHP5 interpreter
  installed.  Removing this package won't remove PHP5 from your system, however
  it may remove other packages that depend on this one.
  .
@@ -20,8 +21,6 @@
  from C, Java and Perl with a couple of unique PHP-specific features thrown
  in. The goal of the language is to allow web developers to write dynamically
  generated pages quickly.
- .
- Homepage: http://www.php.net/
 
 Package: php5-common
 Architecture: any
@@ -36,8 +35,6 @@
  from C, Java and Perl with a couple of unique PHP-specific features thrown
  in. The goal of the language is to allow web developers to write dynamically
  generated pages quickly.
- .
- Homepage: http://www.php.net/
 
 Package: libapache2-mod-php5
 Architecture: any
@@ -45,7 +42,7 @@
 Conflicts: libapache2-mod-php4
 Provides: ${php:Provides}
 Suggests: php-pear
-Description: server-side, HTML-embedded scripting language (apache 2 module)
+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
  ONLY works with Apache's prefork MPM, as it is not compiled thread-safe.
@@ -56,8 +53,6 @@
  from C, Java and Perl with a couple of unique PHP-specific features thrown
  in. The goal of the language is to allow web developers to write dynamically
  generated pages quickly.
- .
- Homepage: http://www.php.net/
 
 Package: php5-cgi
 Architecture: any
@@ -67,8 +62,8 @@
 Suggests: php-pear
 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
- supports a similar mechanism.  Note that MOST apache users probably
+ for use in Apache 2 with mod_actions, or any other CGI httpd that
+ supports a similar mechanism.  Note that MOST Apache users probably
  want the libapache2-mod-php5 package.
  .
  ${php:Extensions}
@@ -77,8 +72,6 @@
  from C, Java and Perl with a couple of unique PHP-specific features thrown
  in. The goal of the language is to allow web developers to write dynamically
  generated pages quickly.
- .
- Homepage: http://www.php.net/
 
 Package: php5-cli
 Architecture: any
@@ -97,8 +90,6 @@
  from C, Java and Perl with a couple of unique PHP-specific features thrown
  in. The goal of the language is to allow web developers to write dynamically
  generated pages quickly.
- .
- Homepage: http://www.php.net/
 
 Package: php5-dev
 Depends: autoconf, automake1.4, libssl-dev, libtool, shtool, php5-common (>= ${binary:Version})




More information about the Pkg-php-commits mailing list