[SCM] Packaging for the OpenArena engine branch, master, updated. debian/0.8.5-5+exp3-6-g244dd8c

Simon McVittie smcv at debian.org
Sat Feb 5 22:33:40 UTC 2011


The following commit has been merged in the master branch:
commit d00e5161e67bb066ec4d9b408b2598120629f13a
Author: Simon McVittie <smcv at debian.org>
Date:   Sat Feb 5 17:35:49 2011 +0000

    Add an openarena-dbg package

diff --git a/debian/changelog b/debian/changelog
index c71e50f..19930bb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ openarena (0.8.5-6) UNRELEASED; urgency=low
 
   * Use com_basegame, com_homepath etc. from recent upstream ioquake3 (still
     compatible with older versions for now)
+  * Add an openarena-dbg package
 
  -- Simon McVittie <smcv at debian.org>  Fri, 04 Feb 2011 22:11:01 +0000
 
diff --git a/debian/control b/debian/control
index c079dbb..b4c2760 100644
--- a/debian/control
+++ b/debian/control
@@ -49,3 +49,17 @@ Description: server and game logic for the game OpenArena
  .
  This package installs the OpenArena dedicated server, and the game logic files
  needed by both the client and the server.
+
+Package: openarena-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends: openarena-server (= ${binary:Version}), ${misc:Depends}
+Recommends: ioquake3-dbg
+Description: debug symbols for OpenArena's game logic
+ OpenArena 
+ .
+ OpenArena is an open-source content package for ioQuake3 licensed under the
+ GPL, effectively creating a free stand-alone game. Though OpenArena is a free
+ replacement for id Software Inc.'s Quake 3 Arena, it is NOT compatible with
+ the proprietary game!
diff --git a/debian/rules b/debian/rules
index 4f4177d..362ff14 100755
--- a/debian/rules
+++ b/debian/rules
@@ -97,3 +97,10 @@ override_dh_auto_install:
 	install -m644 game/build/release-$(Q3PLATFORM)-$(Q3ARCH)/missionpack/*.so\
 		debian/tmp/usr/lib/games/openarena/missionpack/
 	convert -scale 32x32 debian/openarena128.png debian/openarena32.xpm
+
+override_dh_strip:
+	dh_strip --dbg-package=openarena-dbg
+
+override_dh_installdocs:
+	dh_installdocs -popenarena-dbg --link-doc=openarena-server
+	dh_installdocs --remaining-packages

-- 
Packaging for the OpenArena engine



More information about the Pkg-games-commits mailing list