The following commit has been merged in the master branch:
commit a264fcca04287316367ce72740523bcd9454feb4
Author: Mathieu Parent <[email protected]>
Date:   Mon May 27 12:13:02 2013 +0200

    PEAR channels support requires pkg-php-tools (>= 1.3~)
    
    Signed-off-by: Niels Thykier <[email protected]>

diff --git a/checks/phppear.pm b/checks/phppear.pm
index 8c31767..9a9f292 100644
--- a/checks/phppear.pm
+++ b/checks/phppear.pm
@@ -68,6 +68,9 @@ sub run {
     if (defined($channel_xml)) {
         if (!$bdepends->implies('pkg-php-tools')) {
             tag 'pear-channel-without-pkg-php-tools-builddep';
+        } elsif (!$bdepends->implies('pkg-php-tools (>= 1.3~)')) {
+            tag 'pear-package-feature-requires-newer-pkg-php-tools',
+                '(>= 1.3~)', 'for PEAR channels support';
         }
     }
     return;

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to