The following commit has been merged in the master branch:
commit 79d45d0a5d4e7d5448f9362f5389413214009ae3
Author: James Vega <[email protected]>
Date: Tue Feb 8 18:41:12 2011 -0500
build-rdeps: Remove extraneous EOL whitespace in the output.
Closes: #612500
Signed-off-by: James Vega <[email protected]>
diff --git a/debian/changelog b/debian/changelog
index d138497..da64e45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,8 @@ devscripts (2.10.70) UNRELEASED; urgency=low
* Use appropriate typography for literal vs. replacement text in man pages.
Thanks to David Prévot for the patch. (Closes: #600212)
* dd-list: Ignore extraneous whitespace. (Closes: #595251)
+ * build-rdeps: Remove extraneous EOL whitespace in the output. (Closes:
+ #612500)
[ Christoph Berg ]
* debcheckout: For debian-dir-only repositories, also retrieve the source
diff --git a/scripts/build-rdeps.pl b/scripts/build-rdeps.pl
index 18d407e..b0ef2da 100755
--- a/scripts/build-rdeps.pl
+++ b/scripts/build-rdeps.pl
@@ -251,13 +251,12 @@ sub findreversebuilddeps {
print STDERR "Ignoring package $depending_package
because its not really build depending on $package.\n" if ($opt_debug);
next;
}
+ print $depending_package;
if ($opt_maintainer) {
- $maintainer_info =
"($packages{$depending_package}->{'Maintainer'})";
+ print "
($packages{$depending_package}->{'Maintainer'})";
}
-
+ print "\n";
$count+=1;
- print "$depending_package $maintainer_info \n";
-
}
if ($count == 0) {
--
Git repository for devscripts
--
To unsubscribe, send mail to [email protected].