]> git.donarmstrong.com Git - deb_pkgs/scowl.git/commitdiff
Sort using LC_ALL=C to make builds reproducible. (Closes: #791851).
authordon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Fri, 10 Jul 2015 16:51:25 +0000 (16:51 +0000)
committerdon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Fri, 10 Jul 2015 16:51:25 +0000 (16:51 +0000)
Thanks to Reiner Herrmann.

git-svn-id: svn+ssh://svn.donarmstrong.com/sites/don_svn/deb_pkgs/scowl/trunk@726 8f7917da-ec0b-0410-a553-b9b0e350d17e

debian/changelog
debian/rules

index 8cdc75e7996f8bab3bdeae3c47adc2a8e4b1db4f..5a33227d1c57b634c98e903b0eaeca40d2c24416 100644 (file)
@@ -2,6 +2,8 @@ scowl (7.1-2) UNRELEASED; urgency=low
 
   * Include the proper variant spelling into the proper language (Closes:
     #659841). Thanks to Drew Parsons.
+  * Sort using LC_ALL=C to make builds reproducible. (Closes: #791851).
+    Thanks to Reiner Herrmann.
 
  -- Don Armstrong <don@debian.org>  Wed, 12 Oct 2011 15:04:24 -0700
 
index 50e46ca86eb5cba44099778f4ba42bed81579fe9..8af85bfeb1a22a24d6526058746cf33c82739e7c 100755 (executable)
@@ -92,8 +92,8 @@ build-stamp:
                fi;\
              done;\
            done;\
-         echo "cat $$SPELLING-english$$SIZE.unsorted | sort -u | iconv -t 'utf-8' > $$SPELLING-english$$SIZE; rm $$SPELLING-english$$SIZE.unsorted";\
-         cat $$SPELLING-english$$SIZE.unsorted | sort -u | iconv -f 'iso8859-1' -t 'utf-8' > $$SPELLING-english$$SIZE; rm $$SPELLING-english$$SIZE.unsorted;\
+         echo "cat $$SPELLING-english$$SIZE.unsorted | LC_ALL=C sort -u | iconv -t 'utf-8' > $$SPELLING-english$$SIZE; rm $$SPELLING-english$$SIZE.unsorted";\
+         cat $$SPELLING-english$$SIZE.unsorted | LC_ALL=C sort -u | iconv -f 'iso8859-1' -t 'utf-8' > $$SPELLING-english$$SIZE; rm $$SPELLING-english$$SIZE.unsorted;\
          done;\
        done