Ian Jackson, on Fri 19 Aug 2016 10:29:49 +0100, wrote:
> Samuel Thibault writes ("Bug#834807: dgit: should use transliteration to
> create patch name"):
> > dgit clone cpio
> > cd cpio
> > echo # foo >> Makefile.am
> > git commit Makefile.am -m "Test débile"
> > dgit build-source
> > ls debian/patches/test-d*bile
> >
> > It should show test-debile, not test-dbile.
>
> Thanks. But I don't trust my systems to correctly reproduce your
> high-bit-set octets (which obviously are supposed to be UTF-8) and
> verifying that by hand is a PITA.
Ah :)
apt-get source cpio
git clone http://people.debian.org/~sthibault/tmp/cpio
cd cpio
git checkout dgit/sid
dgit build-source
ls debian/patches/test-d*bile
Samuel