Author: apo
Date: 2017-12-19 15:03:10 +0000 (Tue, 19 Dec 2017)
New Revision: 16080

Removed:
   packages/trunk/snowballz/debian/menu
   packages/trunk/snowballz/debian/source/options
Modified:
   packages/trunk/snowballz/debian/changelog
   packages/trunk/snowballz/debian/compat
   packages/trunk/snowballz/debian/control
   packages/trunk/snowballz/debian/copyright
   packages/trunk/snowballz/debian/install
   packages/trunk/snowballz/debian/links
   packages/trunk/snowballz/debian/rules
   packages/trunk/snowballz/debian/snowball.desktop
   packages/trunk/snowballz/debian/snowballz.6
   packages/trunk/snowballz/debian/watch
Log:
Release snowballz 0.9.5.1-5


Modified: packages/trunk/snowballz/debian/changelog
===================================================================
--- packages/trunk/snowballz/debian/changelog   2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/changelog   2017-12-19 15:03:10 UTC (rev 
16080)
@@ -1,8 +1,19 @@
-snowballz (0.9.5.1-5) UNRELEASED; urgency=low
+snowballz (0.9.5.1-5) unstable; urgency=medium
 
-  * Correct Vcs-* URLs to point to anonscm.debian.org
+  * Team upload.
+  * Drop deprecated menu file.
+  * Remove obsolete source/options file. xz compression is the default now.
+  * Remove trailing whitespace.
+  * Switch to compat level 10.
+  * snowball.desktop: Add keywords and a comment in German.
+  * Use canonical Vcs address.
+  * Declare compliance with Debian Policy 4.1.2.
+  * wrap-and-sort -sa.
+  * Switch from python-imaging to python-pil. (Closes: #866481)
+  * Change priority from extra to optional.
+  * d/copyright: Use https for Format field.
 
- -- Evgeni Golov <[email protected]>  Mon, 15 Jul 2013 22:22:08 +0200
+ -- Markus Koschany <[email protected]>  Tue, 19 Dec 2017 15:42:13 +0100
 
 snowballz (0.9.5.1-4) unstable; urgency=low
 
@@ -10,7 +21,7 @@
 
   [ Dean Evans ]
   * Change ttf-tamil-fonts Depends: to fonts-taml-tscu. Closes: #657704
-  * Fixed the debian/links file to point to the new folder for the 
+  * Fixed the debian/links file to point to the new folder for the
     TSCu_Comic.ttf font.
   * Commented out the watch file and documented in the watch file that
     upstreams homepage no longer has the source tarball and the sourceforge
@@ -125,7 +136,7 @@
 snowballz (0.9.3-2) unstable; urgency=low
 
   [ Gonéri Le Bouder ]
-  * fix the watch file 
+  * fix the watch file
 
  -- Miriam Ruiz <[email protected]>  Wed, 11 Jul 2007 22:26:45 +0200
 

Modified: packages/trunk/snowballz/debian/compat
===================================================================
--- packages/trunk/snowballz/debian/compat      2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/compat      2017-12-19 15:03:10 UTC (rev 
16080)
@@ -1 +1 @@
-8
+10

Modified: packages/trunk/snowballz/debian/control
===================================================================
--- packages/trunk/snowballz/debian/control     2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/control     2017-12-19 15:03:10 UTC (rev 
16080)
@@ -1,22 +1,24 @@
 Source: snowballz
 Section: games
-Priority: extra
+Priority: optional
 Maintainer: Debian Games Team <[email protected]>
 Uploaders:
  Miriam Ruiz <[email protected]>,
  Barry deFreese <[email protected]>,
  Peter Pentchev <[email protected]>
-Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~)
-Standards-Version: 3.9.2
+Build-Depends:
+ debhelper (>= 10),
+ python (>= 2.6.6-3~)
+Standards-Version: 4.1.2
 Homepage: http://joey101.arcticpaint.com/snowballz/
-Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/snowballz/
-Vcs-Browser: 
http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/snowballz/
+Vcs-Svn: svn://svn.anonscm.org/pkg-games/packages/trunk/snowballz/
+Vcs-Browser: 
https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/snowballz/
 
 Package: snowballz
 Architecture: all
 Depends:
  fonts-taml-tscu,
- python-imaging,
+ python-pil,
  python-numpy,
  python-opengl,
  python-pygame,

Modified: packages/trunk/snowballz/debian/copyright
===================================================================
--- packages/trunk/snowballz/debian/copyright   2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/copyright   2017-12-19 15:03:10 UTC (rev 
16080)
@@ -1,7 +1,7 @@
-Format: 
http://anonscm.debian.org/viewvc/dep/web/deps/dep5/copyright-format.xml?revision=261
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: snowballz
 Upstream-Contact: Joey Marshall <[email protected]>
-       Matthew Marshall <[email protected]>
+                  Matthew Marshall <[email protected]>
 Source: http://sourceforge.net/projects/snowballz/
 
 Files: *

Modified: packages/trunk/snowballz/debian/install
===================================================================
--- packages/trunk/snowballz/debian/install     2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/install     2017-12-19 15:03:10 UTC (rev 
16080)
@@ -3,9 +3,9 @@
 cellulose usr/share/games/snowballz/
 data usr/share/games/snowballz/
 debian/*.desktop usr/share/applications/
+debian/game.sh usr/share/games/snowballz/
 debian/snowballz.xpm usr/share/icons/hicolor/32x32/apps/
 debian/snowballz64.xpm usr/share/icons/hicolor/64x64/apps/
-debian/game.sh usr/share/games/snowballz/
 gooeypy usr/share/games/snowballz/
 maps usr/share/games/snowballz/
 plugins usr/share/games/snowballz/

Modified: packages/trunk/snowballz/debian/links
===================================================================
--- packages/trunk/snowballz/debian/links       2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/links       2017-12-19 15:03:10 UTC (rev 
16080)
@@ -1,3 +1,3 @@
-usr/share/games/snowballz/game.sh usr/games/snowballz
 usr/share/fonts/truetype/fonts-taml-tscu/TSCu_Comic.ttf 
usr/share/games/snowballz/data/TSCu_Comic.ttf
 usr/share/fonts/truetype/fonts-taml-tscu/TSCu_Comic.ttf 
usr/share/games/snowballz/data/themes/snowballz/TSCu_Comic.ttf
+usr/share/games/snowballz/game.sh usr/games/snowballz

Deleted: packages/trunk/snowballz/debian/menu
===================================================================
--- packages/trunk/snowballz/debian/menu        2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/menu        2017-12-19 15:03:10 UTC (rev 
16080)
@@ -1,7 +0,0 @@
-?package(snowballz): \
- needs="x11" \
- section="Games/Strategy" \
- title="SnowballZ" \
- longtitle="Command your army of penguins" \
- command="/usr/games/snowballz" \
- icon="/usr/share/icons/hicolor/32x32/apps/snowballz.xpm"

Modified: packages/trunk/snowballz/debian/rules
===================================================================
--- packages/trunk/snowballz/debian/rules       2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/rules       2017-12-19 15:03:10 UTC (rev 
16080)
@@ -20,4 +20,4 @@
        cd debian/snowballz/usr/share/icons/hicolor/64x64/apps/ && mv 
snowballz64.xpm snowballz.xpm
 
 %:
-       dh $@ --parallel --with python2
+       dh $@ --with python2

Modified: packages/trunk/snowballz/debian/snowball.desktop
===================================================================
--- packages/trunk/snowballz/debian/snowball.desktop    2017-12-18 06:07:49 UTC 
(rev 16079)
+++ packages/trunk/snowballz/debian/snowball.desktop    2017-12-19 15:03:10 UTC 
(rev 16080)
@@ -3,7 +3,9 @@
 Name=SnowballZ
 GenericName=snowballz
 Comment=Command your army of penguins
+Comment[de]=Kommandiere deine Pinguinarmee
 Icon=snowballz
 Exec=snowballz
 Terminal=false
 Categories=Game;StrategyGame;
+Keywords=penguins;army;battle;

Modified: packages/trunk/snowballz/debian/snowballz.6
===================================================================
--- packages/trunk/snowballz/debian/snowballz.6 2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/snowballz.6 2017-12-19 15:03:10 UTC (rev 
16080)
@@ -1,15 +1,15 @@
 .\" (c) 2007 Miriam Ruiz <[email protected]>
-.\" 
+.\"
 .\" This document 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 package; if not, write to the Free Software
 .\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
@@ -20,86 +20,86 @@
 .B snowballz
 .SH "DESCRIPTION"
 Take command of your army of penguins as you blaze your path to victory!
-.PP 
+.PP
 March through snow laden forests to conqueror new frontiers and grow your 
small army. Ambush enemy lines with blasts of freezing snowballs. But don't 
neglect your home, invaders are just over the next snow drift!
-.PP 
+.PP
 Gather fish for your cold penguins to munch on as they warm up in your cozy 
igloo.
-.PP 
+.PP
 It's a snowy world you don't want to miss!
-.PP 
+.PP
 .SH "REQUIREMENTS"
 You will need to make sure that you have all of these items installed on your 
system. If you use linux most of these will be in your distribution's 
repository.
-.PP 
+.PP
   * Python 2.4
   * pygame
   * PyOpenGL
   * Numeric
   * PIL
-.PP 
+.PP
 .SH "CONTROLS"
 You can control snowballers (not workers) by selecting them (ether by clicking 
on them or dragging a select box around them) and right clicking to tell them 
to do something.
-.PP 
+.PP
 Left click to select, right click to perform an action. If you right click 
somewhere, they will move and stay there until they get cold or you tell them 
to go somewhere else. Snowballers that don't have any orders (they are cleared 
when they get cold), will walk around their home igloo. Penguins get cold when 
hit by snowballs.
-.PP 
+.PP
 To disband your units (make them go stray around their igloos) by pressing the 
**o** key. You can also make your penguins run somewhere without stopping to 
throw at enemies by middle clicking instead of right clicking.
-.PP 
+.PP
 You can move the screen around by using the arrow keys or **aswd** keys. Hold 
down on space to bring up a nice big minimap.
-.PP 
+.PP
 Zoom in and out with the page\-up and page\-down keys. Note that for now it 
might be a little slow when zoomed out!
-.PP 
+.PP
 .SH "CHAT"
 To send a chat message, first press enter to bring up the chat box. Once up, 
simply type your message and press enter again. Your message will be sent to 
everyone! If you want to send to just one person, you can type::
-.PP 
+.PP
  >playername Hi playername! This is a privet message!
-.PP 
+.PP
 playername being the name of the person you want to send a chat message to.
-.PP 
+.PP
 There is tab completeion too! So you can type ">" then hit TAB to see all 
players that you can send a privet chat to. Two useful shortcuts you can use 
are the "," and "." keys. Press the period when you aren't in chatmode and it 
will bring up the chatbox to send a message to the last person that sent a 
privet chat to you. The "," works the same way except to the last person you 
sent a privet chat to.
-.PP 
+.PP
 If you ever have a bunch of chats on your screen that you just want to get rid 
of, you can press the **c** key to clear them all.
-.PP 
+.PP
 .SH "TAKEOVER"
 If you tell a snowballer to move to an enemy igloo (by right clicking on it), 
it will run without stopping until it gets into it. If you can hold the enemy 
igloo for 30 seconds, it, the region, and all penguins belonging to the igloo 
will become yours.
-.PP 
+.PP
 Be carefull though, if an enemy snowballer enters the igloo you are taking 
over, your penguin will be shown the door with a cold snowball in his face.
-.PP 
+.PP
 Penguins (on ether side) can not exit an igloo that is in the middle of a 
takeover.
-.PP 
+.PP
 When an igloo is being taken over, the penguins belonging to that igloo will 
go bananas. The workers will just run around in a panic and the snowballers 
will rush to try to save it in time not listening to your orders. (actually, 
the workers don't do that yet, but they will!)
-.PP 
+.PP
 On the bottom right corner of igloos there is a marker designating which 
player that igloo belongs to. When an igloo is in jeopardy (being taken over), 
that marker turns multicolored.
-.PP 
+.PP
 .SH "WARMING AND REASSIGNING"
 When a penguin gets cold from being hit with too many snowballs, it will run 
madly back to it's home igloo (you won't be able to control it again until it's 
warm). Once back in it's igloo, it can take up to 40 seconds to get warmed up 
(depending on how cold it was when going in)! It also requires a fish before it 
will go back out if it's warmth was below a certain level (your workers will 
automatically gather fish).
-.PP 
+.PP
 If you tell a snowballer to enter one of your igloos (again, by right clicking 
on it), it will enter it. Immediately after entering, the igloo you told it to 
go to becomes it's home igloo. If it is all the way warm, it will exit 
immediately. Otherwise it will stay for a snack and warm up.
-.PP 
+.PP
 .SH "TERRAIN TYPES"
 In the game you will come across two different types of land; Ice and snow. 
Really the only difference between the two is that snowballers can only create 
snowballs on snow (not ice).
-.PP 
+.PP
 Try to catch your enemy on the the ice with your snowballers standing on the 
snow. If you can, you'll cream 'em!
-.PP 
+.PP
 .SH "TIPS"
 When one of your penguins enters their igloo and is only a little bit cold, 
they won't eat a fish but will still get warm. The colder the penguin, the 
longer they take to warm up!
-.PP 
+.PP
 You can gain a strategic advantage in a snowball fight if your penguins are 
among some trees while your opponents aren't. Snowballs that hit trees have no 
effect on surrounding penguins.
-.PP 
+.PP
 Normally, a snowball that lands next to a penguin brings it's warmth down just 
a little while a direct hit will bring it down a lot. If your penguins get 
close enough to their enemy, they are much more accurate!
-.PP 
+.PP
 One mean strategy you can use against your opponent when they are between your 
army and their own igloo is to send one of your penguins into their igloo. This 
will make your penguin run without stop towards their igloo distracting the 
enemy. This will give your snowballers a chance to get a handle on the 
situation. If your snowballer does manage to get into their igloo, all of their 
snowballers will panic and race to it, and stop throwing their snowballs!
-.PP 
+.PP
 .SH "CREDITS"
 The game has been developed by:
-.PP 
+.PP
   * Joey Marshall <[email protected]>
     \- lead programmer
     \- designer
     \- gfx
-.PP 
+.PP
   * Matthew Marshall <[email protected]>
     \- programming
     \- networking
-.PP 
+.PP
 This man page has been made by Miriam Ruiz <[email protected]>, based in 
the README file that comes along with the game.
 .SH "SEE ALSO"
 You can find more information at http://joey101.arcticpaint.com/snowballz/

Deleted: packages/trunk/snowballz/debian/source/options
===================================================================
--- packages/trunk/snowballz/debian/source/options      2017-12-18 06:07:49 UTC 
(rev 16079)
+++ packages/trunk/snowballz/debian/source/options      2017-12-19 15:03:10 UTC 
(rev 16080)
@@ -1,2 +0,0 @@
-compression = "bzip2"
-compression-level = 9

Modified: packages/trunk/snowballz/debian/watch
===================================================================
--- packages/trunk/snowballz/debian/watch       2017-12-18 06:07:49 UTC (rev 
16079)
+++ packages/trunk/snowballz/debian/watch       2017-12-19 15:03:10 UTC (rev 
16080)
@@ -1,5 +1,5 @@
 # version=3
 # http://joey101.net/snowballz/download.php (?:.*/)snowballz-(.*)\.tar\.gz
-# 
+#
 # Upstream's homepage http://joey101.net/snowballz/ no longer exists
 # and the sourceforge project page only has a very old release.


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to