r7342 - packages/trunk/neverball/debian

Jordà Polo jorda-guest at alioth.debian.org
Wed Jun 11 21:40:25 UTC 2008


Author: jorda-guest
Date: 2008-06-11 21:40:25 +0000 (Wed, 11 Jun 2008)
New Revision: 7342

Modified:
   packages/trunk/neverball/debian/changelog
   packages/trunk/neverball/debian/control
   packages/trunk/neverball/debian/rules
Log:
Provide debug package. (Closes: #484872)

Modified: packages/trunk/neverball/debian/changelog
===================================================================
--- packages/trunk/neverball/debian/changelog	2008-06-11 18:32:06 UTC (rev 7341)
+++ packages/trunk/neverball/debian/changelog	2008-06-11 21:40:25 UTC (rev 7342)
@@ -1,3 +1,9 @@
+neverball (1.4.0-7) UNRELEASED; urgency=low
+
+  * Provide debug package. (Closes: #484872)
+
+ -- Jordà Polo <jorda at ettin.org>  Wed, 11 Jun 2008 22:26:32 +0200
+
 neverball (1.4.0-6) unstable; urgency=low
 
   * The issue with not having any text in the menu is already fixed by the

Modified: packages/trunk/neverball/debian/control
===================================================================
--- packages/trunk/neverball/debian/control	2008-06-11 18:32:06 UTC (rev 7341)
+++ packages/trunk/neverball/debian/control	2008-06-11 21:40:25 UTC (rev 7342)
@@ -55,3 +55,16 @@
  Neverball players, including moving platforms and barriers, teleporters,
  ramps, and drop-offs. A simple putting interface and golf scoring system
  have been added.
+
+Package: neverball-dbg
+Priority: extra
+Architecture: any
+Depends: neverball (= ${binary:Version})
+Description: debugging information for Neverball and Neverputt
+ In the grand tradition of Marble Madness and Super Monkey Ball, Neverball
+ has you guide a rolling ball through dangerous territory. Balance on narrow
+ bridges, navigate mazes, ride moving platforms, and dodge pushers and
+ shovers to get to the goal. Race against the clock to collect coins to earn
+ extra balls.
+ .
+ This package contains the debugging information for Neverball and Neverputt.

Modified: packages/trunk/neverball/debian/rules
===================================================================
--- packages/trunk/neverball/debian/rules	2008-06-11 18:32:06 UTC (rev 7341)
+++ packages/trunk/neverball/debian/rules	2008-06-11 21:40:25 UTC (rev 7342)
@@ -64,7 +64,7 @@
 	dh_installdocs -a -A README debian/README.Debian
 	dh_installman -a
 	dh_installmenu -a
-	dh_strip -a
+	dh_strip -a --dbg-package=neverball-dbg
 	dh_compress -a
 	dh_fixperms -a
 	dh_installdeb -a




More information about the Pkg-games-commits mailing list