[Dh-make-php-commits] r241 - trunk/pecl.template

Uwe Steinmann steinm at alioth.debian.org
Wed Mar 28 10:27:07 CET 2007


Author: steinm
Date: 2007-03-28 09:27:07 +0000 (Wed, 28 Mar 2007)
New Revision: 241

Modified:
   trunk/pecl.template/control-bin
Log:
- depend on ${php:Depends} which includes the php api version
  instead of just php[4|5]


Modified: trunk/pecl.template/control-bin
===================================================================
--- trunk/pecl.template/control-bin	2007-03-28 09:26:12 UTC (rev 240)
+++ trunk/pecl.template/control-bin	2007-03-28 09:27:07 UTC (rev 241)
@@ -1,4 +1,4 @@
 Package: ##binpackagename##
 Architecture: ##architecture##
-Depends: ${shlibs:Depends}, ${misc:Depends}, php##phpversion##|php##phpversion##-cli##depends##
+Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}##depends##
 Description: ##package## module for PHP ##phpversion##




More information about the Dh-make-php-commits mailing list