[Debian-tex-commits] SVN tex-common commit + diffs: r5294 - in tex-common/trunk: debian scripts

Norbert Preining preining at alioth.debian.org
Mon Mar 26 08:04:53 UTC 2012


Author: preining
Date: 2012-03-26 08:04:52 +0000 (Mon, 26 Mar 2012)
New Revision: 5294

Modified:
   tex-common/trunk/debian/changelog
   tex-common/trunk/scripts/update-texmf
Log:
update-texmf: sort list of files to be included (Closes: #665767)


Modified: tex-common/trunk/debian/changelog
===================================================================
--- tex-common/trunk/debian/changelog	2012-03-25 01:52:29 UTC (rev 5293)
+++ tex-common/trunk/debian/changelog	2012-03-26 08:04:52 UTC (rev 5294)
@@ -1,3 +1,10 @@
+tex-common (3.6) unstable; urgency=low
+
+  * UNRELEASED
+  * update-texmf: sort list of files to be included (Closes: #665767)
+
+ -- Norbert Preining <preining at debian.org>  Mon, 26 Mar 2012 17:02:57 +0900
+
 tex-common (3.5) unstable; urgency=low
 
   * fix bashism in update-texmf (Closes: #665438, #665457)

Modified: tex-common/trunk/scripts/update-texmf
===================================================================
--- tex-common/trunk/scripts/update-texmf	2012-03-25 01:52:29 UTC (rev 5293)
+++ tex-common/trunk/scripts/update-texmf	2012-03-26 08:04:52 UTC (rev 5294)
@@ -36,7 +36,7 @@
   exit 1
 fi
 
-CNFFILES=`find ${CNFDIR} -name \*.cnf -print`
+CNFFILES=`find ${CNFDIR} -name \*.cnf -print | sort`
 if [ $DEBUG = true ]; then
   echo "Using the following files:"
   for file in $CNFFILES; do




More information about the Debian-tex-commits mailing list