The following commit has been merged in the master branch:
commit 5c9a941645a6df65731dff6179e0ad44a475e90c
Author: Mathieu Parent <[email protected]>
Date: Mon May 27 12:13:40 2013 +0200
package2.xml requires pkg-php-tools (>= 1.4~)
Signed-off-by: Niels Thykier <[email protected]>
diff --git a/checks/phppear.pm b/checks/phppear.pm
index 9a9f292..5203c5e 100644
--- a/checks/phppear.pm
+++ b/checks/phppear.pm
@@ -63,6 +63,13 @@ sub run {
}
}
}
+ # Checking package2.xml
+ if (defined($package2_xml)) {
+ if (!$bdepends->implies('pkg-php-tools (>= 1.4~)')) {
+ tag 'pear-package-feature-requires-newer-pkg-php-tools',
+ '(>= 1.4~)', 'for package2.xml';
+ }
+ }
# PEAR channel
my $channel_xml = $info->index('channel.xml');
if (defined($channel_xml)) {
--
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]