Bug#775313: debsums -c don't report all changed files

2015-01-13 Thread Marek Veber
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 $c

Bug#775313: debsums -c don't report all changed files

2015-01-15 Thread Marek Veber
Hi, Dne 15.1.2015 v 00:01 Axel Beckert napsal(a): Marek Veber wrote: The starting slash of the '-S' argument can repare the main bug Indeed. I've filed https://bugs.debian.org/775379 against dpkg as the documentation of "dpkg-query -S" does not explain this special