Author: frank
Date: 2005-10-18 15:30:07 +0000 (Tue, 18 Oct 2005)
New Revision: 271

Modified:
   tetex-base/trunk/debian/patches/patch-doc
   tetex-base/trunk/debian/rules
Log:
fixing error in mkthml.nawk script (this hunk is temporary, will be fixed 
upstream!)

Modified: tetex-base/trunk/debian/patches/patch-doc
===================================================================
--- tetex-base/trunk/debian/patches/patch-doc   2005-10-18 15:29:58 UTC (rev 
270)
+++ tetex-base/trunk/debian/patches/patch-doc   2005-10-18 15:30:07 UTC (rev 
271)
@@ -4,8 +4,8 @@
 
 Index: tetex-base-3.0/doc/index.html
 ===================================================================
---- tetex-base-3.0.orig/doc/index.html 2005-10-06 14:55:14.080728894 +0200
-+++ tetex-base-3.0/doc/index.html      2005-10-06 15:02:46.278010216 +0200
+--- tetex-base-3.0.orig/doc/index.html 2005-10-17 11:43:25.000000000 +0200
++++ tetex-base-3.0/doc/index.html      2005-10-17 11:55:09.000000000 +0200
 @@ -95,15 +95,17 @@
  </form>
  </td></tr></table><br/><br/>
@@ -1122,9 +1122,9 @@
  
 Index: tetex-base-3.0/doc/mkhtml.nawk
 ===================================================================
---- tetex-base-3.0.orig/doc/mkhtml.nawk        2005-10-06 14:55:14.080728894 
+0200
-+++ tetex-base-3.0/doc/mkhtml.nawk     2005-10-06 15:02:46.278010216 +0200
-@@ -1,7 +1,21 @@
+--- tetex-base-3.0.orig/doc/mkhtml.nawk        2005-10-17 11:43:25.000000000 
+0200
++++ tetex-base-3.0/doc/mkhtml.nawk     2005-10-17 11:55:29.000000000 +0200
+@@ -1,12 +1,26 @@
 -#!/bin/sh
 +#!/bin/sh -e
  
@@ -1147,6 +1147,21 @@
  echo '<TITLE>The TeX System</TITLE>'
  echo '<H1>The TeX System</H1>'
  
+ for i in *; do
+-      if [ $i = help ]; then
++      if [ "$i" = help ]; then
+               echo "<h2>$i</h2><P>"
+               echo '<ul>'
+               for j in help/*; do
+@@ -19,7 +33,7 @@
+               echo '</ul>'
+               continue
+       fi
+-      if [ -d $i ]; then
++      if [ -d "$i" ]; then
+               echo "<h2>$i</h2><P>"
+               echo '<ul>'
+               for j in $i/*.html $i/*.html.gz $i/*.dvi $i/*.ps $i/*.tex 
$i/*.dvi.gz $i/*.ps.gz $i/*.tex.gz $i/*.pdf; do
 @@ -78,7 +92,7 @@
          next;
  }

Modified: tetex-base/trunk/debian/rules
===================================================================
--- tetex-base/trunk/debian/rules       2005-10-18 15:29:58 UTC (rev 270)
+++ tetex-base/trunk/debian/rules       2005-10-18 15:30:07 UTC (rev 271)
@@ -5,7 +5,7 @@
 
 # The debian/rules(.in) file was nearly completely rewritten by
 # Frank K�ster [EMAIL PROTECTED] in 2004, with patches by
-# Florian Rougon <[EMAIL PROTECTED]>, 2005,
+# Florent Rougon <[EMAIL PROTECTED]>, 2005,
 #
 # who share the copyright.
 
@@ -222,7 +222,7 @@
 
 debian/sarge-stamp: 
        cp debian/changelog debian/sarge/changelog.sid
-       sed -e s/3.0-7.1/3.0-7.0.sarge1/ debian/sarge/changelog.sid \
+       sed -e s/3.0-9/3.0-9.0.sarge1/ debian/sarge/changelog.sid \
          > debian/changelog && rm debian/sid-stamp
        # need to remake rules
        touch debian/rules.in


_______________________________________________
Pkg-tetex-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-tetex-commits

Reply via email to