Control: tags -1 moreinfo Julien Fortin: > Package: release.debian.org > Severity: normal > User: release.debian....@packages.debian.org > Usertags: unblock > > Please unblock package ifupdown2 > > Hello, > > After our last release (and unblock) we had a bug report, impacting > non-english > systems (because of an english word in a grep filter). This bug has been > fixed. > We are requesting an unblock to fix the issue in stretch. > > Thanks > > [...] > preinst_divert() > { > - diversions=$(dpkg-divert --list | grep "$1" | grep -v 'by ifupdown2$' | > wc -l 2> /dev/null) > + diversions=$(dpkg-divert --list | grep "$1" | grep -v 'ifupdown2$' | wc > -l 2> /dev/null)
Please use LC_ALL=C.UTF-8 (or similar) to avoid other locale specific issues. In theory, some languages could require a reorder of the words so the package name was not the last word in the sentence. Thanks, ~Niels