[Pkg-mono-svn-commits] [mono] 01/01: Sort dh_makeclilibs output so it's deterministic. Thanks to Chris Lamb

Jo Shields directhex at moszumanska.debian.org
Tue Feb 21 08:34:29 UTC 2017


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

directhex pushed a commit to branch master
in repository mono.

commit 84aa977e3d2275a8cc43e21398dc90d01fb21b04
Author: Jo Shields <joshield at microsoft.com>
Date:   Tue Feb 21 08:33:41 2017 +0000

    Sort dh_makeclilibs output so it's deterministic. Thanks to Chris Lamb
---
 debian/dh_makeclilibs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/dh_makeclilibs b/debian/dh_makeclilibs
index 976fd75..17cfa88 100755
--- a/debian/dh_makeclilibs
+++ b/debian/dh_makeclilibs
@@ -297,6 +297,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) {
     if (-e "$tmp/DEBIAN/clilibs") {
         doit("chmod", 644,   "$tmp/DEBIAN/clilibs");
         doit("chown", "0:0", "$tmp/DEBIAN/clilibs");
+        complex_doit("LC_ALL=C sort $tmp/DEBIAN/clilibs -o $tmp/DEBIAN/clilibs");
     }
 }
 

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



More information about the Pkg-mono-svn-commits mailing list