[Pkg-tcltk-commits] r1847 - xotcl/trunk/debian/patches

ssoberni-guest at alioth.debian.org ssoberni-guest at alioth.debian.org
Mon Jan 23 23:25:29 UTC 2017


Author: ssoberni-guest
Date: 2017-01-23 23:25:28 +0000 (Mon, 23 Jan 2017)
New Revision: 1847

Added:
   xotcl/trunk/debian/patches/02_reproducible_makeDoc.diff
Modified:
   xotcl/trunk/debian/patches/series
Log:
Add fix for 840155

Added: xotcl/trunk/debian/patches/02_reproducible_makeDoc.diff
===================================================================
--- xotcl/trunk/debian/patches/02_reproducible_makeDoc.diff	                        (rev 0)
+++ xotcl/trunk/debian/patches/02_reproducible_makeDoc.diff	2017-01-23 23:25:28 UTC (rev 1847)
@@ -0,0 +1,14 @@
+Description: Fix ordering of file list
+Author: Chris Lamb <lamby at debian.org>
+Origin: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=840155
+--- xotcl-1.6.8.orig/library/lib/makeDoc.xotcl	2013-06-23 17:30:40.000000000 +0200
++++ xotcl-1.6.8/library/lib/makeDoc.xotcl	2017-01-24 00:22:45.475082867 +0100
+@@ -38,7 +38,7 @@
+ set filesHtml ""
+ set filesDir ""
+ ## write index page
+-foreach {f fb} $fileList {
++foreach {f fb} [lsort -stride 2 $fileList] {
+   set dir .
+   regexp {^(.*)/[^/]*$} $f _ dir
+   if {$fb ne "langRef-xotcl"} {

Modified: xotcl/trunk/debian/patches/series
===================================================================
--- xotcl/trunk/debian/patches/series	2016-12-21 13:47:33 UTC (rev 1846)
+++ xotcl/trunk/debian/patches/series	2017-01-23 23:25:28 UTC (rev 1847)
@@ -1 +1,2 @@
+02_reproducible_makeDoc.diff
 01_reproducible_fix.diff




More information about the Pkg-tcltk-commits mailing list