[Pkg-php-commits] r1460 - pear/php-xml-parser/trunk/debian

Thomas Goirand zigo at alioth.debian.org
Sat Dec 4 08:01:36 UTC 2010


tags 605864 pending
thanks

Author: zigo
Date: 2010-12-04 08:01:28 +0000 (Sat, 04 Dec 2010)
New Revision: 1460

Modified:
   pear/php-xml-parser/trunk/debian/changelog
   pear/php-xml-parser/trunk/debian/control
Log:
Sets Pre-Depends: php-pear (>= 5.3) instead of just Depends: php-pear
as recommended by the release team (Closes: #605864).

Modified: pear/php-xml-parser/trunk/debian/changelog
===================================================================
--- pear/php-xml-parser/trunk/debian/changelog	2010-12-04 07:39:07 UTC (rev 1459)
+++ pear/php-xml-parser/trunk/debian/changelog	2010-12-04 08:01:28 UTC (rev 1460)
@@ -1,3 +1,10 @@
+php-xml-parser (1.3.2-4) unstable; urgency=low
+
+  * Sets Pre-Depends: php-pear (>= 5.3) instead of just Depends: php-pear
+    as recommended by the release team (Closes: #605864).
+
+ -- Thomas Goirand <zigo at debian.org>  Sat, 04 Dec 2010 15:40:18 +0800
+
 php-xml-parser (1.3.2-3) unstable; urgency=low
 
   * Replaced a call of dpatch apply-all by a dependency on the patch target

Modified: pear/php-xml-parser/trunk/debian/control
===================================================================
--- pear/php-xml-parser/trunk/debian/control	2010-12-04 07:39:07 UTC (rev 1459)
+++ pear/php-xml-parser/trunk/debian/control	2010-12-04 08:01:28 UTC (rev 1460)
@@ -12,7 +12,8 @@
 
 Package: php-xml-parser
 Architecture: all
-Depends: php-pear, ${misc:Depends}
+Depends: ${misc:Depends}
+Pre-Depends: php-pear (>= 5.3)
 Description: PHP PEAR module for parsing XML
  This is an XML parser based on PHPs built-in xml extension.
  It supports two basic modes of operation: 'func' and 'event'.




More information about the Pkg-php-commits mailing list