[Mud-builder-commits] r145 - trunk/lib/MUD/Fetch
keesj at garage.maemo.org
keesj at garage.maemo.org
Sat Feb 10 16:16:44 EET 2007
Author: keesj
Date: 2007-02-10 16:16:43 +0200 (Sat, 10 Feb 2007)
New Revision: 145
Modified:
trunk/lib/MUD/Fetch/Debian.pm
Log:
keesj:when parsing the output of dedian dependencies , also skip lines that contain Using Scratchbox tools to satisfy builddeps
Modified: trunk/lib/MUD/Fetch/Debian.pm
===================================================================
--- trunk/lib/MUD/Fetch/Debian.pm 2007-02-09 17:16:39 UTC (rev 144)
+++ trunk/lib/MUD/Fetch/Debian.pm 2007-02-10 14:16:43 UTC (rev 145)
@@ -40,6 +40,7 @@
my $deps = $self->{package}->{data}->{fetch}->{depends} ||
`dpkg-checkbuilddeps 2>&1`;
$deps =~ s/.*Unmet build dependencies: //is;
+ $deps =~ s/.*Using Scratchbox tools to satisfy builddeps//is;
my %list = map { $_ => 0 }
grep { /^[\w\._\-]+$/ }
split /[\s\r\n]+/, $deps;
More information about the Mud-builder-commits
mailing list