This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=7c77f73438afbcb3163c5aaf08c2ef58274ed345 commit 7c77f73438afbcb3163c5aaf08c2ef58274ed345 Author: Guillem Jover <[email protected]> AuthorDate: Sun Nov 25 22:26:17 2018 +0100 dpkg-shlibdeps: Remove duplicate word across newline boundary --- scripts/dpkg-shlibdeps.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dpkg-shlibdeps.pl b/scripts/dpkg-shlibdeps.pl index 2e8bfa73d..a318a59d1 100755 --- a/scripts/dpkg-shlibdeps.pl +++ b/scripts/dpkg-shlibdeps.pl @@ -235,7 +235,7 @@ foreach my $file (keys %exec) { if (none { $_ ne '' } @{$file2pkg->{$lib}}) { # The path of the library as calculated is not the # official path of a packaged file, try to fallback on - # on the realpath() first, maybe this one is part of a package + # the realpath() first, maybe this one is part of a package my $reallib = realpath($lib); if (exists $file2pkg->{$reallib}) { $file2pkg->{$lib} = $file2pkg->{$reallib}; -- Dpkg.Org's dpkg

