Bug#713409: license-reconcile: FTBFS: dh_auto_test: perl Build test returned exit code 255
Oleg Gashev
oleg at gashev.net
Sat Aug 10 12:49:50 UTC 2013
On 08/10/2013 08:47 AM, gregor herrmann wrote:
> On Fri, 09 Aug 2013 19:17:04 +0000, Oleg Gashev wrote:
>
>> Reproduced:
>
> Cool!
>
> Since you are the first one to be able to reproduce it, I hope you
> get a chance to investigate the problem :)
>
>
> Cheers,
> gregor
>
% git diff
diff --git a/lib/Debian/LicenseReconcile/Utils.pm
b/lib/Debian/LicenseReconcile/Utils.pm
index f0b4eda..f2343dc 100644
--- a/lib/Debian/LicenseReconcile/Utils.pm
+++ b/lib/Debian/LicenseReconcile/Utils.pm
@@ -16,7 +16,7 @@ sub get_files {
return if $File::Find::name =~ m{\A\.pc};
push @files, substr($File::Find::name,length($directory)+1) if
! -d $_;
}, $directory);
- return @files;
+ return sort @files;
}
=head1 NAME
--
Best regards, Oleg Gashev.
More information about the pkg-perl-maintainers
mailing list