[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] Debian package checker branch, master, updated. 2.2.10-43-g6e77af2



The following commit has been merged in the master branch:
commit b991e3ce4ce3064a389c5d4a73f01e5ac00bb44d
Author: Adam D. Barratt <adam@adam-barratt.org.uk>
Date:   Fri May 15 16:50:56 2009 +0100

    Use LC_ALL=C to preserve sort order when building font lists

diff --git a/debian/changelog b/debian/changelog
index 711bc7c..e77ee1b 100755
--- a/debian/changelog
+++ b/debian/changelog
@@ -67,6 +67,8 @@ lintian (2.2.11) UNRELEASED; urgency=low
       there are now section names containing hyphens.
     + [ADB] Use LC_ALL=C to preserve sort order regardless of the user's
       locale.
+  * private/refresh-fonts-data:
+    + [ADB] Use LC_ALL=C to preserve sort order.
   * private/refresh-perl-provides:
     + [ADB] Special-case libio-compress-zlib-perl to account for the fact
       that it does not contain IO::Compress::Zlib.  Patch by Niko Tyni.
@@ -103,6 +105,7 @@ lintian (2.2.11) UNRELEASED; urgency=low
   * unpack/list-{bin,src,udeb}pkg:
     + [ADB] Use the new $LINTIAN_AREA variable to determine which package
       list to read.
+
  -- Russ Allbery <rra@debian.org>  Tue, 28 Apr 2009 10:24:46 -0700
 
 lintian (2.2.10) unstable; urgency=low
diff --git a/private/refresh-fonts-data b/private/refresh-fonts-data
index 947da77..58323b1 100755
--- a/private/refresh-fonts-data
+++ b/private/refresh-fonts-data
@@ -81,5 +81,5 @@ if [ -z "$contents" ] ; then
 fi
 zcat "$contents" \
     | perl -n -w -E 'print lc $_ if (s%^.+/([\w-]+\.(?:[to]tf|pfb|pcf))\s+\w+/([to]tf-[^,]+)(,.+)?$%$1 $2%i);' \
-    | sort >> "$workdir/fonts"
+    | LC_ALL=C sort >> "$workdir/fonts"
 mv "$workdir/fonts" "$lintian_data/files/fonts"

-- 
Debian package checker


Reply to: