r114 - in atanks/trunk/debian: . patches

msp at alioth.debian.org msp at alioth.debian.org
Fri Nov 7 23:09:19 UTC 2008


Author: msp
Date: 2008-11-07 23:09:19 +0000 (Fri, 07 Nov 2008)
New Revision: 114

Removed:
   atanks/trunk/debian/patches/selectPlayers-fix.patch
Modified:
   atanks/trunk/debian/changelog
   atanks/trunk/debian/control
Log:
* New upstream release
* Add Homepage: Vcs: headers - update to standards 3.8.0

Modified: atanks/trunk/debian/changelog
===================================================================
--- atanks/trunk/debian/changelog	2008-11-07 23:00:10 UTC (rev 113)
+++ atanks/trunk/debian/changelog	2008-11-07 23:09:19 UTC (rev 114)
@@ -1,8 +1,9 @@
-atanks (3.0-2) UNRELEASED; urgency=low
+atanks (3.2-1) experimental; urgency=low
 
-  * NOT RELEASED YET
+  * New upstream release
+  * Add Homepage: Vcs: headers - update to standards 3.8.0
 
- -- Mark Purcell <msp at debian.org>  Mon, 30 Jun 2008 21:53:58 +1000
+ -- Mark Purcell <msp at debian.org>  Sat, 08 Nov 2008 10:06:36 +1100
 
 atanks (3.0-1) unstable; urgency=low
 

Modified: atanks/trunk/debian/control
===================================================================
--- atanks/trunk/debian/control	2008-11-07 23:00:10 UTC (rev 113)
+++ atanks/trunk/debian/control	2008-11-07 23:09:19 UTC (rev 114)
@@ -2,9 +2,13 @@
 Section: games
 Priority: optional
 Maintainer: Mark Purcell <msp at debian.org>
-Standards-Version: 3.7.2
 Build-Depends: debhelper (>= 4.1), cdbs, liballegro4.2-dev | liballegro-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
+Standards-Version: 3.8.0
 
+
 Package: atanks
 Section: games
 Priority: optional

Deleted: atanks/trunk/debian/patches/selectPlayers-fix.patch
===================================================================
--- atanks/trunk/debian/patches/selectPlayers-fix.patch	2008-11-07 23:00:10 UTC (rev 113)
+++ atanks/trunk/debian/patches/selectPlayers-fix.patch	2008-11-07 23:09:19 UTC (rev 114)
@@ -1,13 +0,0 @@
-diff -Nur -x '*.orig' -x '*~' atanks-3.0/src/atanks.cc atanks-3.0.new/src/atanks.cc
---- atanks-3.0/src/atanks.cc	2008-05-25 06:48:52.000000000 +1000
-+++ atanks-3.0.new/src/atanks.cc	2008-06-30 21:23:11.000000000 +1000
-@@ -1271,7 +1271,8 @@
-         memcpy (&playersOpts[global->numPermanentPlayers + 1], &gamename, sizeof (MENUENTRY));
-         memcpy (&playersOpts[global->numPermanentPlayers + 2], &loadgame, sizeof (MENUENTRY));
-         memcpy (&playersOpts[global->numPermanentPlayers + 3], &campaign, sizeof (MENUENTRY));
--        memcpy (&playersOpts[global->numPermanentPlayers + 4], &load_game_entry, sizeof(MENUENTRY));
-+        if ((number_saved_games) && (saved_game_names) ) 
-+          memcpy (&playersOpts[global->numPermanentPlayers + 4], &load_game_entry, sizeof(MENUENTRY));
- 
- 	do {
- 		optionsRetVal = options (global, env, &playersMenu);




More information about the Pkg-allegro-commits mailing list