martin f. krafft: Do not set -eu in the bugscript to maximise information output in the case of errors .

Martin F. Krafft madduck at alioth.debian.org
Tue Feb 17 08:04:58 UTC 2009


Module: mdadm
Branch: master
Commit: f2796e5066009264861dbfe0527d95f8597eef26
URL:    http://git.debian.org/?p=pkg-mdadm/mdadm.git;a=commit;h=f2796e5066009264861dbfe0527d95f8597eef26

Author: martin f. krafft <madduck at debian.org>
Date:   Tue Feb 17 09:03:13 2009 +0100

Do not set -eu in the bugscript to maximise information output in the case of errors.

Signed-off-by: martin f. krafft <madduck at debian.org>

---

 debian/bugscript |    4 +++-
 debian/changelog |    7 +++++++
 2 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/debian/bugscript b/debian/bugscript
index f5c45c2..d78a69b 100755
--- a/debian/bugscript
+++ b/debian/bugscript
@@ -9,7 +9,9 @@
 #
 # we need /bin/bash for readline and -n capabalities in the prompt(s)
 #
-set -eu
+
+# maximise information output even in the case of errors
+set +eu
 
 if ! command -v yesno >/dev/null; then
   if [ -r /usr/share/reportbug/handle_bugscript ]; then
diff --git a/debian/changelog b/debian/changelog
index ef99a07..26aba83 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mdadm (2.6.8-12-gb47dff6-3) unstable; urgency=low
+
+  * Do not set -eu in the bugscript to maximise information output in the case
+    of errors.
+
+ -- martin f. krafft <madduck at debian.org>  Tue, 17 Feb 2009 09:02:24 +0100
+
 mdadm (2.6.8-12-gb47dff6-2) unstable; urgency=low
 
   * Brown paper bag release: I built from the wrong branch which caused some




More information about the pkg-mdadm-commits mailing list