[SCM] Packaging for Red Eclipse branch, master, updated. 6f900475485f433a199bd7a83f0cd2d814fdffd7

Martin Erik Werner martinerikwerner at gmail.com
Wed Dec 21 13:52:38 UTC 2011


The following commit has been merged in the master branch:
commit 60eac2aa218efa30626661bd07d70d8fa1155ccf
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Wed Dec 21 12:06:22 2011 +0100

    Update and specialize READMEs

diff --git a/debian/README.Debian b/debian/README.Debian
deleted file mode 100644
index 3eed7bd..0000000
--- a/debian/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/debian/README.source b/debian/README.source
index df12364..046c14d 100644
--- a/debian/README.source
+++ b/debian/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/debian/redeclipse-server.README.Debian b/debian/redeclipse-server.README.Debian
new file mode 100644
index 0000000..52867c0
--- /dev/null
+++ b/debian/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/debian/redeclipse.README.Debian b/debian/redeclipse.README.Debian
new file mode 100644
index 0000000..fdd3c25
--- /dev/null
+++ b/debian/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

-- 
Packaging for Red Eclipse



More information about the Pkg-games-commits mailing list