+2007-09-29 Frank Lichtenheld <djpig@debian.org>
+
+ * scripts/dpkg-buildpackage.pl (signfile): Call
+ gpg with --utf8-strings since otherwise the key
+ lookup fails with non-ASCII UTF8-encoded names.
+ Since Debian changelogs should be UTF8 encoded,
+ this is probably the more sane default. This
+ will probably break if one uses a non-UTF8 locale
+ and tries to give a uid on the commandline that
+ contains non-ASCII chars. I think we can live with
+ that.
+
2007-09-28 Frank Lichtenheld <djpig@debian.org>
* scripts/dpkg-buildpackage.pl (withecho): Remove
Jari Aalto. Closes: #440972
* Rework documentation of dpkg-source's -i and -I options.
Closes: #323911, #440956
+ * Add --utf8-strings to gpg call in dpkg-buildpackage since
+ that seems to be the better default. Suggested by Székelyi Szabolcs.
+ Closes: #379418
[ Updated dpkg translations ]
* Basque (Piarres Beobide). Closes: #440859
if ($signinterface eq 'gpg') {
system("(cat ../$qfile ; echo '') | ".
- "$signcommand --local-user ".quotemeta($signkey||$maintainer).
+ "$signcommand --utf8-strings --local-user "
+ .quotemeta($signkey||$maintainer).
" --clearsign --armor --textmode > ../$qfile.asc");
} else {
system("$signcommand -u ".quotemeta($signkey||$maintainer).