[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.5.14-57-gbfd87c2



The following commit has been merged in the master branch:
commit a264fcca04287316367ce72740523bcd9454feb4
Author: Mathieu Parent <math.parent@gmail.com>
Date:   Mon May 27 12:13:02 2013 +0200

    PEAR channels support requires pkg-php-tools (>= 1.3~)
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

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


Reply to: