[subversion-commit] SVN tetex-base commit + diffs: r1045 -
tetex-base/trunk/debian
Norbert Preining
preining-guest at costa.debian.org
Tue Mar 14 16:03:13 UTC 2006
Author: preining-guest
Date: 2006-03-14 16:03:12 +0000 (Tue, 14 Mar 2006)
New Revision: 1045
Modified:
tetex-base/trunk/debian/changelog
tetex-base/trunk/debian/reportbug.base
tetex-base/trunk/debian/reportbug.extra
Log:
fix reportbug script to use bash instead of sh, because the exports from
reportbug do not work with sh=dash.
Modified: tetex-base/trunk/debian/changelog
===================================================================
--- tetex-base/trunk/debian/changelog 2006-03-14 15:52:19 UTC (rev 1044)
+++ tetex-base/trunk/debian/changelog 2006-03-14 16:03:12 UTC (rev 1045)
@@ -2,8 +2,10 @@
* Correct links to compressed files in helpindex.html, thanks to
Matthias Faulstich <faulstich at fh-swf.de> (closes: #356197) [frank]
+ * change reportbug scripts to use bash instead of sh. If sh = dash than
+ the functions exported from reportbug do not work (eg getkey). [preining]
- -- Frank Küster <frank at debian.org> Mon, 13 Mar 2006 14:25:12 +0100
+ -- Norbert Preining <preining at logic.at> Tue, 14 Mar 2006 16:53:58 +0100
tetex-base (3.0-15) unstable; urgency=high
Modified: tetex-base/trunk/debian/reportbug.base
===================================================================
--- tetex-base/trunk/debian/reportbug.base 2006-03-14 15:52:19 UTC (rev 1044)
+++ tetex-base/trunk/debian/reportbug.base 2006-03-14 16:03:12 UTC (rev 1045)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
cat <<EOF
Please read and follow the instructions in the first lines below
Modified: tetex-base/trunk/debian/reportbug.extra
===================================================================
--- tetex-base/trunk/debian/reportbug.extra 2006-03-14 15:52:19 UTC (rev 1044)
+++ tetex-base/trunk/debian/reportbug.extra 2006-03-14 16:03:12 UTC (rev 1045)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
cat <<EOF
Please read and follow the instructions in the first lines below
More information about the Pkg-tetex-commits
mailing list