[Reproducible-commits] [dpkg] 26/40: dpkg-shlibdeps: Reformat map/grep/keys usage to make it easier to read
Jérémy Bobbio
lunar at moszumanska.debian.org
Sat May 30 09:52:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.
commit 0fc916a4a8cf43cf22abd720bd14d8ca355366ff
Author: Guillem Jover <guillem at debian.org>
Date: Wed May 27 19:31:51 2015 +0200
dpkg-shlibdeps: Reformat map/grep/keys usage to make it easier to read
It was not clear with a quick visual scan if these were all part of the
same statement.
---
scripts/dpkg-shlibdeps.pl | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl
index 7b96b0f..ad54f00 100755
--- a/scripts/dpkg-shlibdeps.pl
+++ b/scripts/dpkg-shlibdeps.pl
@@ -512,8 +512,9 @@ foreach my $field (reverse @depfields) {
}
$templ =~ s/\s+/ /g;
$templ;
- } grep { filter_deps($_, $field) }
- keys %{$dependencies{$field}};
+ } grep {
+ filter_deps($_, $field)
+ } keys %{$dependencies{$field}};
}
if ($dep) {
my $obj = deps_parse($dep);
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git
More information about the Reproducible-commits
mailing list