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

Steve Langasek vorlon at alioth.debian.org
Thu Jan 17 21:36:05 UTC 2008


Author: vorlon
Date: 2008-01-17 21:36:04 +0000 (Thu, 17 Jan 2008)
New Revision: 957

Modified:
   php5/trunk/debian/changelog
   php5/trunk/debian/control
Log:
* Add ${shlibs:Depends} to php5-common, since it does build ELF objects now
  (pdo.so)

Modified: php5/trunk/debian/changelog
===================================================================
--- php5/trunk/debian/changelog	2008-01-05 02:31:46 UTC (rev 956)
+++ php5/trunk/debian/changelog	2008-01-17 21:36:04 UTC (rev 957)
@@ -13,8 +13,12 @@
   * 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>  Tue, 01 Jan 2008 22:05:38 -0600
+  [ Steve Langasek ]
+  * Add ${shlibs:Depends} to php5-common, since it does build ELF objects now
+    (pdo.so)
 
+ -- Steve Langasek <vorlon at debian.org>  Thu, 17 Jan 2008 13:34:56 -0800
+
 php5 (5.2.4-2) unstable; urgency=low
 
   [ sean finney ]

Modified: php5/trunk/debian/control
===================================================================
--- php5/trunk/debian/control	2008-01-05 02:31:46 UTC (rev 956)
+++ php5/trunk/debian/control	2008-01-17 21:36:04 UTC (rev 957)
@@ -26,7 +26,7 @@
 
 Package: php5-common
 Architecture: any
-Depends: sed (>= 4.1.1-1)
+Depends: sed (>= 4.1.1-1), ${shlibs:Depends}
 Provides: php5-json
 Conflicts: php5-json
 Description: Common files for packages built from the php5 source




More information about the Pkg-php-commits mailing list