[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.1-8-48-g9372e3f

Simon McVittie smcv at debian.org
Thu Jul 29 20:12:43 UTC 2010


The following commit has been merged in the master branch:
commit 0cd0ef25a317ef98ad1e72527e49db6723a20059
Author: Simon McVittie <smcv at debian.org>
Date:   Thu Jul 29 00:39:59 2010 +0100

    Replace README.source with one that describes the new split layout

diff --git a/debian/README.source b/debian/README.source
index ec7b6c5..f1fac16 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,17 +1,27 @@
-The openarena package uses quilt to maintain local changes to
-the openarena distribution.  The Debian-specific patches are maintained
-in the debian/patches/ directory.
+OpenArena engine and game logic for Debian
+==========================================
 
-To apply all the patches, preparing the source for building, use:
-  debian/rules patch
+The original tarball for this package is constructed from two upstream
+projects.
 
-To revert the patches, preparing to build a source package, use:
-  debian/rules unpatch
+The engine directory (which builds the executable) is OpenArena's modified
+version of ioquake3. The following were removed, since we don't use them:
 
-You do not need to manually execute these targets when building
-the package; they are part of the debian/rules target chain.
+* engine/code/libs             (various precompiled Mac and Windows libraries)
+* engine/code/libspeex         (a copy of libspeex)
+* engine/code/AL               (OpenAL headers)
+* engine/code/libcurl          (cURL headers)
+* engine/code/SDL12            (SDL, Ogg and Vorbis headers)
+* engine/code/*/*.orig
+* engine/code/*/*.rej
 
-For more information on the quilt integration with Debian packages,
-as well as editing, adding or removing patches, please see
-the quilt documentation; in recent versions of the Debian package of
-quilt, start at the /usr/share/doc/quilt/README.source file.
+The game directory (the game logic, cgame*.so, qagame*.so and ui*.so) is the
+"OpenArena mod SDK". The following were removed:
+
+* game/code/tools              (q3asm, q3lcc (non-free), and binaries for both)
+* game/code/*/*.orig
+* game/code/*/*.rej
+
+Some of the patches in debian/patches add #error markers at the top of files
+that exist in both projects, but are only actually used in one, as a way to
+document that the marked copy is redundant.

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list