The following commit has been merged in the master branch:
commit b2b2bc32570116a1cb63804f4930321cd82a91c7
Author: Raphaël Hertzog <[email protected]>
Date: Tue Nov 22 09:37:49 2011 +0100
dpkg-checkbuilddeps: fix typo in field name
And add the copyright notice that I should have added long time ago.
diff --git a/scripts/dpkg-checkbuilddeps.pl b/scripts/dpkg-checkbuilddeps.pl
index b757069..e6e97ce 100755
--- a/scripts/dpkg-checkbuilddeps.pl
+++ b/scripts/dpkg-checkbuilddeps.pl
@@ -3,6 +3,7 @@
# dpkg-checkbuilddeps
#
# Copyright © 2001 Joey Hess <[email protected]>
+# Copyright © 2007-2011 Raphael Hertzog <[email protected]>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -96,7 +97,7 @@ unless (defined($bd_value) or defined($bc_value)) {
my (@unmet, @conflicts);
if ($bd_value) {
- push @unmet, build_depends('Build-Depends/Build-Depends-Indep)',
+ push @unmet, build_depends('Build-Depends/Build-Depends-Indep',
deps_parse($bd_value, host_arch => $host_arch,
reduce_arch => 1), $facts);
}
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]