[redeclipse] 314/494: Update and specialize READMEs
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch debdir
in repository redeclipse.
commit a1019bfb74066b5be952dbfca8d6197c393d7d17
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date: Wed Dec 21 12:06:22 2011 +0100
Update and specialize READMEs
---
README.Debian | 24 ------------------------
README.source | 9 ---------
redeclipse-server.README.Debian | 13 +++++++++++++
redeclipse.README.Debian | 13 +++++++++++++
4 files changed, 26 insertions(+), 33 deletions(-)
diff --git a/README.Debian b/README.Debian
deleted file mode 100644
index 3eed7bd..0000000
--- a/README.Debian
+++ /dev/null
@@ -1,24 +0,0 @@
-redeclipse for Debian
----------------------
-
-Debugging:
-
- Client:
- 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.
-
- Server:
- 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> Tue, 20 Dec 2011 18:13:13 +0100
diff --git a/README.source b/README.source
index df12364..046c14d 100644
--- a/README.source
+++ b/README.source
@@ -1,15 +1,6 @@
redeclipse
----------
-
-This package uses quilt to manage all modifications to the upstream
-source. Changes are stored in the source package as diffs in
-debian/patches and applied during the build.
-
-On Debian systems with quilt installed, further documentation is available in
-`/usr/share/doc/quilt/README.source'
-
-
Reason for not using stand-alone Enet:
The developer of Enet and co-developer of Red Eclipse, Lee "eihrul" Salzman, has
strongly stated that Red Eclipse should NOT use a stand-alone Enet since it is a
diff --git a/redeclipse-server.README.Debian b/redeclipse-server.README.Debian
new file mode 100644
index 0000000..52867c0
--- /dev/null
+++ b/redeclipse-server.README.Debian
@@ -0,0 +1,13 @@
+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/redeclipse.README.Debian b/redeclipse.README.Debian
new file mode 100644
index 0000000..fdd3c25
--- /dev/null
+++ b/redeclipse.README.Debian
@@ -0,0 +1,13 @@
+redeclipse for Debian
+---------------------
+
+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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list