reopen 851809
thanks

Hi Vagrant,

> Version: 4.6.2.7+dfsg-2
>
> It looks like this was fixed some time ago:
>
>   84aa977e3d2275a8cc43e21398dc90d01fb21b04
>   Sort dh_makeclilibs output so it's deterministic. Thanks to Chris Lamb

Interesting. I don't see this commit SHA in the cli-common.git
repository, nor some associated change in dh_makeclilibs under a
different SHA.

But whatever the historical Git archaeology, the bug is still
affecting packages — de4dot, for example.

Hope we can get this resolved soon. If it helps, a simpler patch might
even be:

  @@ -187,7 +187,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
           if (defined($dh{EXCLUDE_FIND}) && $dh{EXCLUDE_FIND} ne '') {
               $exclude = "! \\( $dh{EXCLUDE_FIND} \\) ";
           }
  -        open(FIND, "find $tmp -type f \\( -name '*.dll' \\) $exclude |");
  +        open(FIND, "find $tmp -type f \\( -name '*.dll' \\) $exclude | sort 
|");
           
           dll:
           while (<FIND>) {


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org 🍥 chris-lamb.co.uk
       `-

Reply via email to