[atanks] 06/13: Import Debian patch 6.4~dfsg-1

Markus Koschany apo at moszumanska.debian.org
Sat Nov 26 23:05:36 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository atanks.

commit b0d83020f6f0570187adab7de6cd37764a7df8a8
Merge: 5adf4bd a29b779
Author: Markus Koschany <apo at debian.org>
Date:   Sat Oct 1 21:02:41 2016 +0200

    Import Debian patch 6.4~dfsg-1

 Changelog                            |  347 +-
 Makefile                             |  413 +-
 Makefile.bsd                         |  298 ++
 README                               |   17 +-
 TODO                                 |   19 +-
 allegro.cfg                          |    2 +
 allegro.supp                         |  238 ++
 cb/atanks.cbp                        |  438 ++
 cb/atanks.workspace                  |    6 +
 credits.txt                          |    2 +
 debian/atanks.6                      |   10 +-
 debian/atanks.install                |    4 +-
 debian/changelog                     |   13 +
 debian/clean                         |    1 +
 debian/compat                        |    2 +-
 debian/control                       |   19 +-
 debian/copyright                     |   38 +-
 debian/rules                         |    4 +-
 dep/.keep_dir                        |    0
 dep/aicore.d                         |    5 +
 dep/atanks.d                         |    8 +
 dep/beam.d                           |    5 +
 dep/button.d                         |    3 +
 dep/client.d                         |    6 +
 dep/clock.d                          |    1 +
 dep/debris_pool.d                    |    3 +
 dep/debug.d                          |    1 +
 dep/decor.d                          |    4 +
 dep/environment.d                    |    5 +
 dep/explosion.d                      |    5 +
 dep/files.d                          |    3 +
 dep/floattext.d                      |    3 +
 dep/gameloop.d                       |    7 +
 dep/gfxData.d                        |    3 +
 dep/globaldata.d                     |    5 +
 dep/globaltypes.d                    |    1 +
 dep/land.d                           |    4 +
 dep/main.d                           |    3 +
 dep/menu.d                           |    6 +
 dep/missile.d                        |    6 +
 dep/network.d                        |    3 +
 dep/optionitembase.d                 |    6 +
 dep/optionitemcolour.d               |    4 +
 dep/optionitemmenu.d                 |    5 +
 dep/optionitemplayer.d               |    5 +
 dep/optionscreens.d                  |    6 +
 dep/optiontypes.d                    |    1 +
 dep/perlin.d                         |    3 +
 dep/physobj.d                        |    3 +
 dep/player.d                         |    7 +
 dep/player_types.d                   |    3 +
 dep/satellite.d                      |    4 +
 dep/shop.d                           |    4 +
 dep/sky.d                            |    4 +
 dep/sound.d                          |    3 +
 dep/tank.d                           |    5 +
 dep/teleport.d                       |    5 +
 dep/text.d                           |    3 +
 dep/update.d                         |    3 +
 dep/virtobj.d                        |    3 +
 do_helgrind.sh                       |    5 +
 do_memcheck.sh                       |    7 +
 gdb_memcheck.sh                      |    7 +
 obj/.keep_dir                        |    0
 sound/0.wav                          |  Bin 12461 -> 0 bytes
 sound/00.wav                         |  Bin 0 -> 25118 bytes
 sound/01.wav                         |  Bin 0 -> 72094 bytes
 sound/02.wav                         |  Bin 0 -> 67612 bytes
 sound/03.wav                         |  Bin 0 -> 82466 bytes
 sound/04.wav                         |  Bin 0 -> 107806 bytes
 sound/05.wav                         |  Bin 0 -> 30746 bytes
 sound/06.wav                         |  Bin 0 -> 120580 bytes
 sound/07.wav                         |  Bin 0 -> 170304 bytes
 sound/1.wav                          |  Bin 35948 -> 0 bytes
 sound/10.wav                         |  Bin 966 -> 173796 bytes
 sound/11.wav                         |  Bin 30139 -> 177384 bytes
 sound/12.wav                         |  Bin 81202 -> 178404 bytes
 sound/13.wav                         |  Bin 0 -> 265464 bytes
 sound/14.wav                         |  Bin 0 -> 505014 bytes
 sound/15.wav                         |  Bin 0 -> 69952 bytes
 sound/16.wav                         |  Bin 0 -> 138894 bytes
 sound/17.wav                         |  Bin 0 -> 145640 bytes
 sound/18.wav                         |  Bin 0 -> 256332 bytes
 sound/19.wav                         |  Bin 0 -> 288116 bytes
 sound/2.wav                          |  Bin 33708 -> 0 bytes
 sound/20.wav                         |  Bin 0 -> 177500 bytes
 sound/21.wav                         |  Bin 0 -> 45320 bytes
 sound/22.wav                         |  Bin 0 -> 63704 bytes
 sound/3.wav                          |  Bin 41126 -> 0 bytes
 sound/30.wav                         |  Bin 0 -> 162548 bytes
 sound/31.wav                         |  Bin 0 -> 327384 bytes
 sound/{10.wav => 32.wav}             |  Bin
 sound/4.wav                          |  Bin 43436 -> 0 bytes
 sound/{8.wav => 40.wav}              |  Bin
 sound/5.wav                          |  Bin 44332 -> 0 bytes
 sound/6.wav                          |  Bin 44588 -> 0 bytes
 sound/7.wav                          |  Bin 66348 -> 0 bytes
 sound/9.wav                          |  Bin 34904 -> 0 bytes
 src/Makefile                         |  149 -
 src/Makefile.bsd                     |  151 -
 src/Makefile.windows                 |  157 -
 src/aicore.cpp                       | 5584 +++++++++++++++++++++++++
 src/aicore.h                         |  950 +++++
 src/allegro.h                        |   82 -
 src/atanks.cpp                       | 7461 +++++++---------------------------
 src/atanks.rc                        |  119 +-
 src/beam.cpp                         |  679 +++-
 src/beam.h                           |  108 +-
 src/button.cpp                       |  158 +-
 src/button.h                         |   73 +-
 src/client.cpp                       |  640 ++-
 src/client.h                         |   16 +-
 src/clock.cpp                        |   66 +
 src/clock.h                          |   25 +
 src/debris_pool.cpp                  |  238 ++
 src/debris_pool.h                    |   73 +
 src/debug.cpp                        |   64 +
 src/debug.h                          |  168 +
 src/decor.cpp                        |  441 ++
 src/decor.h                          |  215 +-
 src/environment.cpp                  | 2491 +++++++-----
 src/environment.h                    |  396 +-
 src/explosion.cpp                    | 1313 ++++--
 src/explosion.h                      |  116 +-
 src/extern/dirent.c                  |  152 +
 src/extern/dirent.h                  |   50 +
 src/externs.h                        |   67 +-
 src/fade.cpp                         |  235 --
 src/files.cpp                        | 1731 ++++----
 src/files.h                          |   91 +-
 src/floattext.cpp                    |  567 ++-
 src/floattext.h                      |  131 +-
 src/gameloop.cpp                     | 2716 ++++++++++---
 src/gameloop.h                       |   65 +-
 src/gfxData.cpp                      |  295 ++
 src/gfxData.h                        |   77 +
 src/globaldata.cpp                   | 2363 +++++------
 src/globaldata.h                     |  402 +-
 src/globals.h                        |  317 +-
 src/globaltypes.cpp                  |   68 +
 src/globaltypes.h                    |  337 ++
 src/land.cpp                         |  423 +-
 src/land.h                           |  191 +-
 src/main.cpp                         |  156 +
 src/main.h                           |  855 ++--
 src/menu.cpp                         | 1214 ++++++
 src/menu.h                           |  463 ++-
 src/menucontent.h                    |  852 ----
 src/missile.cpp                      | 1823 +++++----
 src/missile.h                        |  116 +-
 src/network.cpp                      |   71 +-
 src/network.h                        |   33 +-
 src/optioncontent.h                  | 1326 ++++++
 src/optionitem.h                     |  567 +++
 src/optionitembase.cpp               |  768 ++++
 src/optionitembase.h                 |  207 +
 src/optionitemcolour.cpp             |  203 +
 src/optionitemcolour.h               |   94 +
 src/optionitemmenu.cpp               |  123 +
 src/optionitemmenu.h                 |   86 +
 src/optionitemplayer.cpp             |  231 ++
 src/optionitemplayer.h               |   92 +
 src/optionscreens.cpp                | 1038 +++++
 src/{imagedefs.h => optionscreens.h} |   28 +-
 src/optiontypes.cpp                  |  187 +
 src/optiontypes.h                    |  128 +
 src/perlin.cpp                       |    6 +-
 src/physobj.cpp                      |  797 +++-
 src/physobj.h                        |  109 +-
 src/player.cpp                       | 7291 +++++++++++++--------------------
 src/player.h                         |  388 +-
 src/player_types.cpp                 |  150 +
 src/player_types.h                   |  130 +
 src/resource.h                       | 1569 +++++++
 src/satellite.cpp                    |  100 +-
 src/satellite.h                      |   54 +-
 src/shop.cpp                         | 1002 +++++
 src/shop.h                           |   12 +
 src/sky.cpp                          |  560 ++-
 src/sky.h                            |  190 +-
 src/sound.cpp                        |  174 +
 src/{imagedefs.h => sound.h}         |   32 +-
 src/tank.cpp                         | 2891 +++++++------
 src/tank.h                           |  179 +-
 src/team.cpp                         |   35 -
 src/team.h                           |   26 -
 src/teleport.cpp                     |  340 +-
 src/teleport.h                       |   78 +-
 src/text.cpp                         |  400 +-
 src/text.h                           |   79 +-
 src/update.cpp                       |  209 +-
 src/update.h                         |   68 +-
 src/virtobj.cpp                      |  322 +-
 src/virtobj.h                        |  191 +-
 src/winclock.h                       |  105 +
 tankgun/2.bmp                        |  Bin 3126 -> 3126 bytes
 tankgun/4.bmp                        |  Bin 4150 -> 3126 bytes
 tankgun/5.bmp                        |  Bin 3126 -> 3126 bytes
 tankgun/7.bmp                        |  Bin 4150 -> 3126 bytes
 text/panic.pt_BR.txt                 |    8 +
 text/panic.txt                       |    8 +
 text/panic_ES.txt                    |    8 +
 text/panic_de.txt                    |    8 +
 text/panic_fr.txt                    |    8 +
 text/panic_it.txt                    |    8 +
 text/panic_ru.txt                    |    8 +
 text/panic_sk.txt                    |    8 +
 text/weapons.pt_BR.txt               |   85 -
 text/weapons.txt                     |  138 +-
 text/weapons_ES.txt                  |   85 -
 text/weapons_de.txt                  |   85 -
 text/weapons_fr.txt                  |   85 -
 text/weapons_it.txt                  |   85 -
 text/weapons_ru.txt                  |   85 -
 text/weapons_sk.txt                  |   85 -
 title/.directory                     |    3 -
 unicode.dat                          |  Bin 969257 -> 5604 bytes
 vs12/README_allegro.txt              |   14 +
 vs12/atanks.sln                      |   28 +
 vs12/atanks.vcxproj                  |  285 ++
 vs12/atanks.vcxproj.filters          |  293 ++
 221 files changed, 40155 insertions(+), 23681 deletions(-)

diff --cc debian/atanks.6
index 21b5b9d,0000000..43ee96b
mode 100644,000000..100644
--- a/debian/atanks.6
+++ b/debian/atanks.6
@@@ -1,67 -1,0 +1,67 @@@
 +.\" $Id$
- .\" 
- .\" Copyright (C) 2004 Graham Wilson <graham at debian.org>
- .\" 
++.\"
++t.\" Copyright (C) 2004 Graham Wilson <graham at debian.org>
++.\"
 +.\" Permission is hereby granted, free of charge, to any person obtaining
 +.\" a copy of this software and associated documentation files (the
 +.\" "Software"), to deal in the Software without restriction, including
 +.\" without limitation the rights to use, copy, modify, merge, publish,
 +.\" distribute, sublicense, and/or sell copies of the Software, and to
 +.\" permit persons to whom the Software is furnished to do so, subject to
 +.\" the following conditions:
- .\" 
++.\"
 +.\" The above copyright notice and this permission notice shall be
 +.\" included in all copies or substantial portions of the Software.
- .\" 
++.\"
 +.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 +.\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 +.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 +.\" IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 +.\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 +.\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 +.\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 +
 +.TH ATANKS 6 "17 April 2004" "" atanks
 +.\"
 +.SH NAME
 +atanks \- obliterate each other with oversize weapons
 +.\"
 +.SH SYNOPSIS
 +.B atanks
 +[\fIoptions\fP]
 +.\"
 +.SH DESCRIPTION
 +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.
 +.PP
 +This game is similar Scorched Earth or the Worms series of games.
 +.\""
 +.SH OPTIONS
 +.TP
 +\fB\-v\fR, \fB\-\-verbose\fR
 +display extra information while running
 +.TP
 +\fB\-h\fR
 +display a brief message showing which options can be used
 +.TP
 +\fB\-fs\fR
 +run Atomic Tanks in full screen mode
 +.TP
 +\fB\-\-windowed\fR
 +run Atomic Tanks in a window (this is the default)
 +.TP
 +\fB\-d\fR, \fB\-\-depth\fR 16|32
 +set th the color depth to either 16 or 32 bits
 +.TP
 +\fB\-w\fR, \fB\-\-width \fIwidth\fR
 +set the window width (default is 800)
 +.TP
 +\fB\-\-height \fIheight\fR
 +set the window height (default is 600)
 +.\"
 +.SH AUTHOR
 +Atomic Tanks was written by Tom Hudson <tom at singular.org.uk>. This
 +manual page was written by Graham Wilson <graham at debian.org> for the
 +Debian project, but may be used by others.
diff --cc debian/atanks.install
index 3612b40,0000000..a1c3fea
mode 100644,000000..100644
--- a/debian/atanks.install
+++ b/debian/atanks.install
@@@ -1,3 -1,0 +1,3 @@@
- debian/atanks-icon.xpm /usr/share/pixmaps/ 
- usr/bin/atanks	/usr/games/
++debian/atanks-icon.xpm /usr/share/pixmaps/
++usr/bin/atanks /usr/games/
 +usr/share/applications/atanks.desktop
diff --cc debian/changelog
index d4dbf3e,0000000..9c79b09
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,319 -1,0 +1,332 @@@
++atanks (6.4~dfsg-1) unstable; urgency=medium
++
++  * Team upload.
++  * New upstream version 6.4~dfsg.
++  * Switch to compat level 10.
++  * Drop -dbg package and use the automatic dbgsym package instead.
++  * Vcs-Browser: Use https.
++  * Declare compliance with Debian Policy 3.9.8.
++  * Add clean file and ensure that atanks can be built twice in a row.
++  * Update d/copyright for new release.
++
++ -- Markus Koschany <apo at debian.org>  Sat, 01 Oct 2016 21:02:41 +0200
++
 +atanks (6.0~dfsg-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - few bug fixes which should improve stability and reduce memory leakage
 +    - press "v" to decrease audio volume and "V" (shift+v) to increase volume
 +
 + -- Mark Purcell <msp at debian.org>  Sat, 14 Jun 2014 11:04:28 +1000
 +
 +atanks (5.9~dfsg-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - Fixes "[Mayhem] Bug report on atanks: atanks crashes with exit status
 +    139" (Closes: #715654)
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 13 Apr 2014 15:04:13 +1000
 +
 +atanks (5.8~dfsg-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Mark Purcell <msp at debian.org>  Sat, 01 Feb 2014 16:25:15 +1100
 +
 +atanks (5.7~dfsg-2) unstable; urgency=low
 +
 +  * Upload to unstable 
 +  * Update debian/copyright - fix unversioned-copyright-format-uri
 +  * Update Vcs: - fix vcs-field-not-canonical
 +  * Update Standards-Version: 3.9.3 - no further changes
 +
 + -- Mark Purcell <msp at debian.org>  Mon, 13 May 2013 19:53:04 +1000
 +
 +atanks (5.7~dfsg-1) experimental; urgency=low
 +
 +  * New upstream release
 +    - Fixes "Game crashes when changing options" (Closes: #691107)
 +  * Ack NMU - Thanks Michael
 +  * Add get-orig-source target (~dfsg)
 +  * Include atanks.desktop in atanks - fixes desktop-command-not-in-package
 +
 + -- Mark Purcell <msp at debian.org>  Mon, 29 Oct 2012 22:15:39 +1100
 +
 +atanks (5.5+dfsg-0.1) unstable; urgency=low
 +
 +  * Non-maintainer upload.
 +  * Remove binary files from source tarball (closes: #691223).
 +
 + -- Michael Gilbert <mgilbert at debian.org>  Thu, 25 Oct 2012 13:38:02 -0400
 +
 +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
 +
 + -- Mark Purcell <msp at debian.org>  Wed, 20 Jun 2012 22:37:50 +1000
 +
 +atanks (5.4-1) unstable; urgency=low
 +
 +  * New upstream release 
 +  * Switch to Maintainer: Debian Games Team 
 +    <pkg-games-devel at lists.alioth.debian.org>
 +
 + -- Mark Purcell <msp at debian.org>  Sat, 14 Apr 2012 14:36:09 +1000
 +
 +atanks (5.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Drop 20_link_with_pthread.patch - encorporated upstream
 +
 + -- Mark Purcell <msp at debian.org>  Thu, 23 Feb 2012 20:47:06 +1100
 +
 +atanks (5.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Refresh debian/copyright copyright-refers-to-symlink-license 
 +  * Switch to dh
 +
 + -- Mark Purcell <msp at debian.org>  Fri, 07 Oct 2011 19:13:16 +1100
 +
 +atanks (5.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 18 Sep 2011 20:06:49 +1000
 +
 +atanks (5.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Ilya patch fixed "ftbfs with gold or --no-add-needed" (Closes: #615693)
 +
 + -- Mark Purcell <msp at debian.org>  Tue, 14 Jun 2011 18:51:53 +1000
 +
 +atanks (4.9-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Mark Purcell <msp at debian.org>  Mon, 23 May 2011 20:54:30 +1000
 +
 +atanks (4.6-1ubuntu2) natty; urgency=low
 +
 +  * New patch 20_link_with_pthread.patch: add -lpthread to link flags to 
 +    fix FTBFS.
 +
 + -- Ilya Barygin <barygin at gmail.com>  Sat, 01 Jan 2011 22:14:12 +0300
 +
 +atanks (4.7-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * source/format -> 3.0 (quilt)
 +    - Drop simple-patchsys.mk
 +  * Drop extra-license-file usr/share/games/atanks/COPYING
 +
 + -- Mark Purcell <msp at debian.org>  Mon, 27 Sep 2010 08:12:38 +1000
 +
 +atanks (4.6-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 06 Jun 2010 16:36:00 +1000
 +
 +atanks (4.5-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Mark Purcell <msp at debian.org>  Thu, 15 Apr 2010 08:08:49 +1000
 +
 +atanks (4.4-2) unstable; urgency=low
 +
 +  * Duplicate install for atanks & atanks-data - fixes FTBFS (Closes: #576686)
 +
 + -- Mark Purcell <msp at debian.org>  Thu, 08 Apr 2010 16:32:09 +1000
 +
 +atanks (4.4-1) unstable; urgency=low
 +
 +  * New upstream release 
 +    - Fixes "Cannot create user and play" (Closes: #551420)
 +
 + -- Mark Purcell <msp at debian.org>  Mon, 05 Apr 2010 19:45:35 +1000
 +
 +atanks (3.6-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Upstream depreciated Makefile.debian
 +  * debian/compat -> 7
 +  * Fix binary-control-field-duplicates-source
 +  * Update out-of-date-standards-version
 +
 + -- Mark Purcell <msp at debian.org>  Fri, 05 Jun 2009 16:59:42 +1000
 +
 +atanks (3.2-2) unstable; urgency=low
 +
 +  * Upload to unstable
 +  * Add ${misc:Depends}
 +
 + -- Mark Purcell <msp at debian.org>  Wed, 25 Feb 2009 05:51:44 +1100
 +
 +atanks (3.2-1) experimental; urgency=low
 +
 +  * New upstream release
 +  * Add Homepage: Vcs: headers - update to standards 3.8.0
 +
 + -- Mark Purcell <msp at debian.org>  Sat, 08 Nov 2008 10:06:36 +1100
 +
 +atanks (3.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Fixed upstream:
 +    - Does not have a GNOME (Freedesktop) Menu entry; this fixes that
 +    (Closes: #478857)
 +    - freezes when no players are chosen for game and player clicks 'ok'
 +    (Closes: #484900)
 +  * Include upstream selectPlayers-fix.patch
 +
 + -- Mark Purcell <msp at debian.org>  Mon, 30 Jun 2008 21:43:09 +1000
 +
 +atanks (2.9-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Mark Purcell <msp at debian.org>  Thu, 03 Apr 2008 22:01:13 +1100
 +
 +atanks (2.8-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - New upstream version 2.7 (Closes: #458947)
 +    - Opponent tanks sometimes get virtually unlimited credits.
 +    (Closes: #452058)
 +    - Menu slow down (Closes: #452878)
 +  * Add .desktop file
 +    - atanks has no .desktop file (Closes: #452573)
 +  * Switch to CDBS
 +
 + -- Mark Purcell <msp at debian.org>  Fri, 22 Feb 2008 09:37:34 +0100
 +
 +atanks (2.6-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 18 Nov 2007 15:42:25 +0000
 +
 +atanks (2.5-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Move to section Games/Action
 +    - lintian menu-item-creates-new-section
 +  * debian/rules: [ ! -f Makefile ] || $(MAKE) dist
 +    - lintian debian-rules-ignores-make-clean-error
 +
 + -- Mark Purcell <msp at debian.org>  Sat, 18 Aug 2007 11:53:55 +0100
 +
 +atanks (2.4-2) UNRELEASED; urgency=low
 +
 +  * NOT RELEASED YET
 +
 + -- Mark Purcell <msp at debian.org>  Wed, 18 Jul 2007 18:17:40 +0100
 +
 +atanks (2.4-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - Large CPU demand while idle (Closes: #422425)
 +
 + -- Mark Purcell <msp at debian.org>  Wed, 18 Jul 2007 17:28:47 +0100
 +
 +atanks (2.3-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Mark Purcell <msp at debian.org>  Tue, 17 Apr 2007 18:06:05 +1000
 +
 +atanks (2.2-1) unstable; urgency=low
 +
 +  * New upstream release
 +
 + -- Mark Purcell <msp at debian.org>  Fri, 16 Mar 2007 06:26:41 +0000
 +
 +atanks (2.1-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Fixes the following:
 +    - Unneeded limitation in player name size (Closes: #294625)
 +    - projectiles sometimes get stuck off the top of the screen (Closes:
 +    #394368)
 +    - Text color should be adapted to background (Closes: #331551)
 +    - Does not respond to window manager close action (Closes: #407765)
 +    - projectiles sometimes get stuck off the top of the screen (Closes:
 +    #394382)
 +
 + -- Mark Purcell <msp at debian.org>  Sat,  3 Mar 2007 12:51:00 +0000
 +
 +atanks (2.0-1) unstable; urgency=low
 +
 +  * New upstream release
 +    - Game crashes all the time (Closes: #324878)
 +    - atanks bug fix: Ambiguous calls of abs(double) #318527 (Closes:
 +    #376642)
 +  * Update debian/watch
 +
 + -- Mark Purcell <msp at debian.org>  Sun, 21 Jan 2007 19:25:12 +0000
 +
 +atanks (1.1.0-6) unstable; urgency=low
 +
 +  * New Maintainer. (Closes: Bug#362084)
 +    - Thanks to Graham Wilson for maintenance todate
 +  * Lintian cleanup: not-binnmuable-any-depends-all
 +  * Prep for upload to svn.debian.org/pkg-allegro
 +    - Convert/ Build-Depends: dpatch
 +    - Update debian/watch
 +
 + -- Mark Purcell <msp at debian.org>  Tue, 12 Sep 2006 08:40:55 +0100
 +
 +atanks (1.1.0-5) unstable; urgency=low
 +
 +  * QA upload.
 +  * Package is orphaned (#362084); set maintainer to Debian QA Group.
 +  * Link against liballegro4.2.  Closes: #350857.
 +  * debian/copyright: Update FSF address.
 +  * debian/watch: Add.
 +  * Conforms to Standards version 3.7.2.
 +
 + -- Matej Vela <vela at debian.org>  Thu,  3 Aug 2006 06:35:39 +0200
 +
 +atanks (1.1.0-4) unstable; urgency=low
 +
 +  * Include copyright information in copyright file. (closes: #290061)
 +  * Remove the watch file, since it currently is broken. It'd be 
 +    appreciated if someone can send me a working one.
 +  * Use int where the code was using char as a boolean value.
 +    - cuts down on the number of compiler warnings
 +    - no need to compile with -fsigned-char
 +  * Use fabs where abs was ambiguous. (closes: #318527)
 +  * Update standards version. No changes.
 +
 + -- Graham Wilson <graham at debian.org>  Sat, 16 Jul 2005 22:39:13 +0000
 +
 +atanks (1.1.0-3) unstable; urgency=low
 +
 +  * Apply patch from Jan Hudec to use 1.0 as the default damage multiplier when
 +    no other information is available (e.g. a meteor). (closes: #250641)
 +
 + -- Graham Wilson <graham at debian.org>  Sun, 11 Jul 2004 16:18:31 +0000
 +
 +atanks (1.1.0-2) unstable; urgency=low
 +
 +  * Include Help.txt in the doc dir. (closes: #247646)
 +  * Correct the watch file.
 +
 + -- Graham Wilson <graham at debian.org>  Fri, 07 May 2004 04:18:25 +0000
 +
 +atanks (1.1.0-1) unstable; urgency=low
 +
 +  * Initial release. (closes: #227648)
 +
 + -- Graham Wilson <graham at debian.org>  Tue, 09 Mar 2004 05:34:39 +0000
diff --cc debian/clean
index 0000000,0000000..352d410
new file mode 100644
--- /dev/null
+++ b/debian/clean
@@@ -1,0 -1,0 +1,1 @@@
++atanks
diff --cc debian/compat
index ec63514,0000000..f599e28
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 9
++10
diff --cc debian/control
index 3331976,0000000..f2186fc
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,51 -1,0 +1,38 @@@
 +Source: atanks
 +Section: games
 +Priority: optional
 +Uploaders: Mark Purcell <msp at debian.org>
 +Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
- Build-Depends: debhelper (>= 9), liballegro-dev | liballegro4.2-dev
++Build-Depends: debhelper (>= 10), liballegro-dev | liballegro4.2-dev
 +Homepage: http://atanks.sourceforge.net/
 +Vcs-Svn: svn://anonscm.debian.org/pkg-allegro/atanks/trunk/
- Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-allegro/atanks/trunk/
- Standards-Version: 3.9.4
++Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-allegro/atanks/trunk/
++Standards-Version: 3.9.8
 +
 +
 +Package: atanks
 +Architecture: any
 +Depends: ${shlibs:Depends}, ${misc:Depends}, atanks-data (= ${source:Version})
 +Replaces: atanks-data(<< 5.7~dfsg-1)
 +Breaks: atanks-data (<< 5.7~dfsg-1)
 +Description: tank-battling game
 + 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 game is similar Scorched Earth or the Worms series of games.
 +
 +Package: atanks-data
 +Depends: ${misc:Depends}
 +Architecture: all
 +Description: data files for Atomic tanks
 + 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 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.
diff --cc debian/copyright
index 3ae1471,0000000..0a8cf32
mode 100644,000000..100644
--- a/debian/copyright
+++ b/debian/copyright
@@@ -1,29 -1,0 +1,61 @@@
 +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 +Upstream-Name: atanks
 +Source: http://sourceforge.net/projects/atanks/
 + *.dll have been removed as they do not meet the DFSG
 +
 +Files: *
 +Copyright: 2002,2003 Thomas Hudson,Juraj Michalek
- License: GPL-2.0+
++License: GPL-2+
++
++Files: src/extern/*
++Copyright: Kevlin Henney (kevlin at acm.org, kevlin at curbralan.com)
++License: permissive
++ Permission to use, copy, modify, and distribute this software and its
++ documentation for any purpose is hereby granted without fee, provided that
++ this copyright and permissions notice appear in all copies and derivatives.
++ .
++ This software is supplied "as is" without express or implied warranty.
 +
 +Files: debian/*
 +Copyright: Mark Purcell <msp at debian.org>
- License: GPL-2.0+
++           2016, Markus Koschany <apo at debian.org>
++License: GPL-2+
++
++Files: debian/atanks.6
++Copyright: 2004 Graham Wilson <graham at debian.org>
++License: Expat
++ Permission is hereby granted, free of charge, to any person obtaining
++ a copy of this software and associated documentation files (the
++ "Software"), to deal in the Software without restriction, including
++ without limitation the rights to use, copy, modify, merge, publish,
++ distribute, sublicense, and/or sell copies of the Software, and to
++ permit persons to whom the Software is furnished to do so, subject to
++ the following conditions:
++ .
++ The above copyright notice and this permission notice shall be
++ included in all copies or substantial portions of the Software.
++ .
++ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
++ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
++ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
++ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
++ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
++ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
++ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 +
- License: GPL-2.0+
++License: GPL-2+
 + This package is free software; you can redistribute it and/or modify
 + it under the terms of the GNU General Public License as published by
 + the Free Software Foundation; either version 2 of the License, or
 + (at your option) any later version.
 + .
 + This package is distributed in the hope that it will be useful,
 + but WITHOUT ANY WARRANTY; without even the implied warranty of
 + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 + GNU General Public License for more details.
 + .
 + You should have received a copy of the GNU General Public License
 + along with this program. If not, see <http://www.gnu.org/licenses/>
 + .
 + On Debian systems, the complete text of the GNU General
 + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --cc debian/rules
index 71d60e1,0000000..e512e30
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,32 -1,0 +1,32 @@@
 +#!/usr/bin/make -f
 +
 +DEBVERSION := $(shell head -n 1 debian/changelog \
 +                    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
- UPVERSION := $(shell echo $(DEBVERSION) | sed 's/~dfsg-.//')
++UPVERSION := $(shell echo $(DEBVERSION) | sed 's/+dfsg-.//')
 +
 +PKG=atanks
 +FILENAME := $(PKG)_$(UPVERSION)~dfsg.orig.tar.gz
 +UPFILENAME := $(PKG)_$(UPVERSION).orig.tar.gz
 +URL := http://downloads.sourceforge.net/project/$(PKG)/$(PKG)/$(PKG)-$(UPVERSION)/$(PKG)-$(UPVERSION).tar.gz
 +
 +%:
- 	dh $@ --parallel --dbg-package=atanks-dbg
++	dh $@
 +
 +override_dh_install:
 +	dh_install -XCOPYING --fail-missing
 +	rm -fR $(CURDIR)/debian/atanks-data/usr/share/applications/
 +
 +get-orig-source:
 +	@@dh_testdir
 +	@@[ -d ../tarballs/. ]||mkdir -p ../tarballs
 +	@@#this is for stable versions
 +	@@echo Downloading $(UPFILENAME) from $(URL) ...
 +	@@wget -nv -T10 -t3 -O ../tarballs/$(UPFILENAME) $(URL)
 +	@@echo 'Repacking as DFSG-free (removing windows DLLs)...'
 +	@@mkdir -p ../tarballs/$(PKG)-$(UPVERSION).tmp/
 +	@@cd ../tarballs/$(PKG)-$(UPVERSION).tmp ; tar xfz ../$(UPFILENAME)
 +	@@find ../tarballs/$(PKG)-$(UPVERSION).tmp/ -iname '*.dll' -delete
 +	@@echo Writing archive ../tarballs/$(FILENAME) ...
 +	@@cd ../tarballs/$(PKG)-$(UPVERSION).tmp ; tar cfz ../$(FILENAME) *
 +	@@echo Cleaning up...
 +	@@$(RM) -rf ../tarballs/$(PKG)-$(UPVERSION).tmp/ ../tarballs/$(UPFILENAME)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/atanks.git



More information about the Pkg-games-commits mailing list