r169 - atanks/trunk/debian

Mark Purcell msp at alioth.debian.org
Mon Oct 22 08:27:22 UTC 2012


Author: msp
Date: 2012-10-22 08:27:21 +0000 (Mon, 22 Oct 2012)
New Revision: 169

Modified:
   atanks/trunk/debian/changelog
   atanks/trunk/debian/compat
   atanks/trunk/debian/control
   atanks/trunk/debian/rules
Log:
* New upstream release
* NEW atanks-dbg package
* debian/compat -> 9

Modified: atanks/trunk/debian/changelog
===================================================================
--- atanks/trunk/debian/changelog	2012-10-22 08:16:03 UTC (rev 168)
+++ atanks/trunk/debian/changelog	2012-10-22 08:27:21 UTC (rev 169)
@@ -1,3 +1,11 @@
+atanks (5.6-1) experimental; urgency=low
+
+  * New upstream release
+  * NEW atanks-dbg package
+  * debian/compat -> 9
+
+ -- Mark Purcell <msp at debian.org>  Mon, 22 Oct 2012 19:22:22 +1100
+
 atanks (5.5-1) unstable; urgency=low
 
   * New upstream release

Modified: atanks/trunk/debian/compat
===================================================================
--- atanks/trunk/debian/compat	2012-10-22 08:16:03 UTC (rev 168)
+++ atanks/trunk/debian/compat	2012-10-22 08:27:21 UTC (rev 169)
@@ -1 +1 @@
-7
+9

Modified: atanks/trunk/debian/control
===================================================================
--- atanks/trunk/debian/control	2012-10-22 08:16:03 UTC (rev 168)
+++ atanks/trunk/debian/control	2012-10-22 08:27:21 UTC (rev 169)
@@ -3,7 +3,7 @@
 Priority: optional
 Uploaders: Mark Purcell <msp at debian.org>
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), liballegro-dev | liballegro4.2-dev
+Build-Depends: debhelper (>= 9), liballegro-dev | liballegro4.2-dev
 Homepage: http://atanks.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-allegro/atanks/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-allegro/atanks/?op=log
@@ -33,3 +33,17 @@
  This game is similar Scorched Earth or the Worms series of games.
  .
  This package holds the data files needed for Atomic tanks.
+
+Package: atanks-dbg
+Depends: ${shlibs:Depends}, ${misc:Depends}, atanks (= ${binary:Version})
+Architecture: any
+Section: debug
+Priority: extra
+Description: tank-battling game - debug symbols
+ Atomic tanks is a multi-player game in which you attempt to destroy
+ other tanks while trying to protect your own. You earn money for
+ destroying other tanks; with this money you can buy upgrades and better
+ weapons for your tank.
+ .
+ This package contains the debug symbols which is useful if you wish to
+ analyse segmentation faults.

Modified: atanks/trunk/debian/rules
===================================================================
--- atanks/trunk/debian/rules	2012-10-22 08:16:03 UTC (rev 168)
+++ atanks/trunk/debian/rules	2012-10-22 08:27:21 UTC (rev 169)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --dbg-package=atanks-dbg
 
 override_dh_install:
 	dh_install -XCOPYING




More information about the Pkg-allegro-commits mailing list