[Pkg-ocaml-maint-commits] [dh-ocaml] 01/04: Sort md5sums file to ease build reproducibility

Stéphane Glondu glondu at moszumanska.debian.org
Sat Feb 1 14:14:37 UTC 2014


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository dh-ocaml.

commit 7f4e65a0917eed447e2a7eb3af450b8dd8a1aa76
Author: Stephane Glondu <steph at glondu.net>
Date:   Sat Feb 1 15:04:32 2014 +0100

    Sort md5sums file to ease build reproducibility
---
 debhelper/ocaml-md5sums | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debhelper/ocaml-md5sums b/debhelper/ocaml-md5sums
index e5ebff3..ca1de0d 100755
--- a/debhelper/ocaml-md5sums
+++ b/debhelper/ocaml-md5sums
@@ -178,7 +178,7 @@ sub write_dump
 sub print
 {
   my ($self) = @_;
-  foreach (keys(%{$self->{"defined"}}))
+  foreach (sort(keys(%{$self->{"defined"}})))
   {
     my ($unit_name, $md5) = $self->get_unit("defined", $_);
     print

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/dh-ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list