found 592081 2.0.48+nmu2 thanks * Timo Weingärtner <[email protected]>, 2010-10-17, 14:54:
-for (`/usr/sbin/dpkg-divert --list`) +for (`LC_MESSAGES=C /usr/sbin/dpkg-divert --list`)
This is wrong. The only correct way to sanitize locale is to set LC_ALL=C. So the bug is still there:
$ debsums -c gnuplot-nox | wc -l 0 $ export LC_ALL=de_DE.utf8 $ debsums -c gnuplot-nox | wc -l 1 -- Jakub Wilk
signature.asc
Description: Digital signature

