chiark / gitweb /
Dgit.pm: Allow uppercase (ascii) letters in multi-orig components
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Jan 2019 00:39:29 +0000 (00:39 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 6 Jan 2019 00:44:42 +0000 (00:44 +0000)
commit2731b7cddb1f75f5895a9b5d3a3048ab269209df
tree0c224b441330ba62da713073cb1edfb499ccfc2d
parent37b5c1d305b5b7362e83ea4cbfdab4b9544031d3
Dgit.pm: Allow uppercase (ascii) letters in multi-orig components

We didn't recognise files like
   firefox-esr_60.4.0esr.orig-l10n-sv-SE.tar.bz2
as orig files.  As a result, dgit would see all the things in the
corresponding subdirectory as having been added in Debian changes,
leading it making inaccurate complaints and bombing out.

See also #918438 against policy, where I (effectively) argue that this
is a design error in the `3.0 (quilt)' format.

Closes: #916926
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Debian/Dgit.pm