On 20-Jan-2019, Ben Finney wrote:
> Tags: patch
> 
> […]
> Instead, the ‘Debian::Debhelper::Dh_Lib::filedoublearray’ function
> should strip leading/trailing white space from each input line, and
> only then decude whether to skip the input line::
> 
>       # …
>       while (<DH_FARRAY_IN>) {
>               chomp;
>               s/^\s+|\s+$//g;
>               if (not $x)  {
>                       next if /^#/ || /^$/;
>               }
>               # …

I have created a merge request to make this change
<URL:https://salsa.debian.org/debian/debhelper/merge_requests/20>.

-- 
 \     “Anyone can do any amount of work provided it isn't the work he |
  `\          is supposed to be doing at the moment.” —Robert Benchley |
_o__)                                                                  |
Ben Finney <bign...@debian.org>

Reply via email to