[SCM] Packaging for Red Eclipse branch, master, updated. upstream/1.2-14-gd15fd85

Martin Erik Werner martinerikwerner at gmail.com
Sun Feb 12 19:07:55 UTC 2012


The following commit has been merged in the master branch:
commit d15fd85d53925a644961b299f7b47e1fdce118bb
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Sun Feb 12 20:01:24 2012 +0100

    Move bug report instruction to reportbug files

diff --git a/debian/redeclipse-server.README.Debian b/debian/redeclipse-server.README.Debian
deleted file mode 100644
index 52867c0..0000000
--- a/debian/redeclipse-server.README.Debian
+++ /dev/null
@@ -1,13 +0,0 @@
-redeclipse for Debian
----------------------
-
-Debugging:
- If the redeclipse server crashes on your system, please install the
- redeclipse-server-dbg package to generate a backtrace of the crash.
- To generate a backtrace open a terminal and change to the directory
- /usr/lib/games/redeclipse using the command "cd /usr/lib/games/redeclipse".
- Then run "gdb ./redeclipse-server" and type "run" at the gdb prompt.
- Once the redeclipse server has crashed, type "bt" to obtain the backtrace.
- Please attach the output when you are reporting a bug about crashes.
-
- -- Martin Erik Werner <martinerikwerner at gmail.com>  Wed, 21 Dec 2011 12:05:18 +0100
diff --git a/debian/redeclipse-server.bug-presubj b/debian/redeclipse-server.bug-presubj
new file mode 100644
index 0000000..a30c62c
--- /dev/null
+++ b/debian/redeclipse-server.bug-presubj
@@ -0,0 +1,31 @@
+Debugging and bug reporting advices:
+
+
+When reporting bugs on the Red Eclipse server, please try to reproduce the bugs
+using a clean configuration, you can do this temoprarily by opening a terminal
+and running
+
+  redeclipse-server -h/tmp/recfg
+
+
+If the Red Eclipse server crashes on your system, please include a backtrace with your bug report. First install the redeclipse-dbg package and open a terminal and run
+
+  cd /usr/lib/games/redeclipse
+  gdb ./redeclipse-server
+
+Once at the gdb prompt, start the Red Eclipse server via
+
+  run -h/tmp/recfg
+
+Once the Red Eclipse server has crashed, type
+
+  bt full
+
+to obtain the backtrace. Please attach the output when you are reporting a bug
+about crashes.
+
+Also, please include the log messages leading up to the crash, you can set
+maximum log verbosity by running
+
+  redeclipse-server -h/tmp/recfg -v4
+
diff --git a/debian/redeclipse.README.Debian b/debian/redeclipse.README.Debian
deleted file mode 100644
index 5f59a14..0000000
--- a/debian/redeclipse.README.Debian
+++ /dev/null
@@ -1,18 +0,0 @@
-redeclipse for Debian
----------------------
-
-Reporting bugs:
-If you are reporting bugs on Red Eclipse, please include information about the
-make and driver of your graphics card, obtainable via
-  $ glxinfo | grep ^OpenGL.
-
-Debugging:
- If the redeclipse engine crashes on your system, please install the
- redeclipse-dbg package to generate a backtrace of the crash.
- To generate a backtrace open a terminal and change to the directory
- /usr/lib/games/redeclipse using the command "cd /usr/lib/games/redeclipse".
- Then run "gdb ./redeclipse" and type "run -r -df0" at the gdb prompt.
- Once redeclipse has crashed, type "bt" to obtain the backtrace. Please attach
- the output when you are reporting a bug about crashes.
-
- -- Martin Erik Werner <martinerikwerner at gmail.com>  Wed, 21 Dec 2011 12:04:56 +0100
diff --git a/debian/redeclipse.bug-presubj b/debian/redeclipse.bug-presubj
new file mode 100644
index 0000000..054dfb1
--- /dev/null
+++ b/debian/redeclipse.bug-presubj
@@ -0,0 +1,36 @@
+Debugging and bug reporting advices:
+
+
+When reporting bugs on Red Eclipse, please try to reproduce the bugs using a
+clean profile, you can do this temoprarily by opening a terminal and running
+
+  redeclipse -h/tmp/recfg
+
+Please also include the init log, you can get the log by opening a terminal and
+running
+
+  redeclipse -h/tmp/recfg -x"quit"
+
+
+If Red Eclipse crashes on your system, please include a backtrace with your bug
+report. First install the redeclipse-dbg package and open a terminal and run
+
+  cd /usr/lib/games/redeclipse
+  gdb ./redeclipse
+
+Once at the gdb prompt, start Red Eclipse via
+
+  run -r -df0 -h/tmp/recfg
+
+Once Red Eclipse has crashed, type
+
+  bt full
+
+to obtain the backtrace. Please attach the output when you are reporting a bug
+about crashes.
+
+Also, please include the log messages leading up to the crash, you can set
+maximum log verbosity by running
+
+  redeclipse -h/tmp/recfg -v4
+

-- 
Packaging for Red Eclipse



More information about the Pkg-games-commits mailing list