[subversion-commit] SVN tetex commit + diffs: r455 - tetex-base/trunk/debian

Norbert Preining preining-guest at costa.debian.org
Fri Jan 13 09:08:04 UTC 2006


Author: preining-guest
Date: 2006-01-13 09:07:57 +0000 (Fri, 13 Jan 2006)
New Revision: 455

Modified:
   tetex-base/trunk/debian/changelog
   tetex-base/trunk/debian/reportbug.base
   tetex-base/trunk/debian/reportbug.extra
Log:
fix reportbug script


Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog	2006-01-12 17:04:31 UTC (rev 454)
+++ tetex-base/trunk/debian/changelog	2006-01-13 09:07:57 UTC (rev 455)
@@ -4,7 +4,7 @@
   * tetex-extra now depends on tetex-base (>= 3.0-11), in order to prevent
     partial upgrades with tetex-extra's files already in TEXMFDIST without
     tetex-base and tex-common being updated appropriately (closes:
-    #343572) [frank] 
+    #343572) [frank]
   * Add two missing md5sums to the list in common.functions (closes:
     #344212) [frank]
   * Bump standards-version to 3.6.2 (no changes needed except the
@@ -14,8 +14,9 @@
     #347355) [frank]
   * Again add the watchfile which was lost in sid; update it's syntax to
     work on sarge, too.
+  * Fix reportbug script handling [preining]
 
- -- Frank Küster <frank at debian.org>  Thu, 12 Jan 2006 18:05:20 +0100
+ -- Norbert Preining <preining at logic.at>  Fri, 13 Jan 2006 09:57:59 +0100
 
 tetex-base (3.0-11) unstable; urgency=low
 

Modified: tetex-base/trunk/debian/reportbug.base
===================================================================
--- tetex-base/trunk/debian/reportbug.base	2006-01-12 17:04:31 UTC (rev 454)
+++ tetex-base/trunk/debian/reportbug.base	2006-01-13 09:07:57 UTC (rev 455)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-cat >&3 <<EOF
+cat <<EOF
 Please read and follow the instructions in the first lines below
 the text: "-- Package-specific info:".
 Thank you.
@@ -8,6 +8,8 @@
 Press ENTER to continue
 EOF
 
+getkey
+
 cat >&3 <<EOF
 If you report an error when running one of the TeX-related binaries 
 (latex, pdftex, metafont,...), or if the bug is related to bad or wrong

Modified: tetex-base/trunk/debian/reportbug.extra
===================================================================
--- tetex-base/trunk/debian/reportbug.extra	2006-01-12 17:04:31 UTC (rev 454)
+++ tetex-base/trunk/debian/reportbug.extra	2006-01-13 09:07:57 UTC (rev 455)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-cat >&3 <<EOF
+cat <<EOF
 Please read and follow the instructions in the first lines below
 the text: "-- Package-specific info:".
 Thank you.
@@ -8,6 +8,8 @@
 Press ENTER to continue
 EOF
 
+getkey
+
 cat >&3 <<EOF
 If you report an error when running one of the TeX-related binaries 
 (latex, pdftex, metafont,...), or if the bug is related to bad or wrong




More information about the Pkg-tetex-commits mailing list