[debsums] 03/06: Also report modified files of arch-qualified (multiarch) packages

Axel Beckert abe at deuxchevaux.org
Wed Mar 18 21:09:43 UTC 2015


This is an automated email from the git hooks/post-receive script.

abe pushed a commit to branch jessie
in repository debsums.

commit a4df1ce6dabd9b25b67dd00874432b62c9d52a35
Author: Vladimir N. Solovyov <xpinguin at yandex.ru>
Date:   Sat Feb 7 00:24:55 2015 +0100

    Also report modified files of arch-qualified (multiarch) packages
---
 debsums | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debsums b/debsums
index c026575..8dec26c 100755
--- a/debsums
+++ b/debsums
@@ -462,7 +462,7 @@ sub is_localepurge_file {
 	    return 0;
 	}
 
-	my $correct_package = `dpkg-query "--admindir=$DPKG" -S "/$path" | awk -F: '{print \$1}'`;
+	my $correct_package = `dpkg-query "--admindir=$DPKG" -S "/$path" | awk -F': ' '{print \$1}'`;
 	chomp($correct_package);
 	if ($pack ne $correct_package) {
 	    #print "$pack != $correct_package\n";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git



More information about the Pkg-perl-cvs-commits mailing list