[license-reconcile] 01/02: Debian::LicenseReconcile::Utils: sort returned files.
gregor herrmann
gregoa at debian.org
Sat Aug 10 13:57:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository license-reconcile.
commit 66fdf4a100c22c011d201c5790826ef1a0c8cd18
Author: gregor herrmann <gregoa at debian.org>
Date: Sat Aug 10 15:52:12 2013 +0200
Debian::LicenseReconcile::Utils: sort returned files.
Thanks: Oleg Gashev for the patch.
Closes: #713409
---
lib/Debian/LicenseReconcile/Utils.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/license-reconcile.git
More information about the Pkg-perl-cvs-commits
mailing list