r13204 - packages/trunk/snowballz/debian

Dean Evans deansu-guest at alioth.debian.org
Sat Feb 4 06:39:47 UTC 2012


Author: deansu-guest
Date: 2012-02-04 06:39:46 +0000 (Sat, 04 Feb 2012)
New Revision: 13204

Modified:
   packages/trunk/snowballz/debian/changelog
   packages/trunk/snowballz/debian/control
   packages/trunk/snowballz/debian/copyright
   packages/trunk/snowballz/debian/links
   packages/trunk/snowballz/debian/watch
Log:
Team upload. Changed ttf-tamil-fonts dependency to fonts-taml-tscu and fixed the debian/links file to match. Commented out the watch file due to no upstream tarball host and noted as such in the watch file. Fixed the copyright file format line header and URL as well as a small formatting issue. Bumped to Standards-Version 3.9.2 with no changes.

Modified: packages/trunk/snowballz/debian/changelog
===================================================================
--- packages/trunk/snowballz/debian/changelog	2012-02-03 09:44:12 UTC (rev 13203)
+++ packages/trunk/snowballz/debian/changelog	2012-02-04 06:39:46 UTC (rev 13204)
@@ -1,3 +1,18 @@
+snowballz (0.9.5.1-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Change ttf-tamil-fonts Depends: to fonts-taml-tscu. Closes: #657704
+  * 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
+    project page only has a very old release that confuses uscan.
+  * Fixed the format line in the copyright file, updated the URL, and
+    fixed a minor formatting issue in the BSD-3-clause license section.
+  * Bump to Standards-Version 3.9.2 with no changes.
+
+ -- Dean Evans <dean at codemonkies.net>  Sat, 04 Feb 2012 17:12:36 +1300
+
 snowballz (0.9.5.1-3) experimental; urgency=low
 
   [ Gerfried Fuchs ]

Modified: packages/trunk/snowballz/debian/control
===================================================================
--- packages/trunk/snowballz/debian/control	2012-02-03 09:44:12 UTC (rev 13203)
+++ packages/trunk/snowballz/debian/control	2012-02-04 06:39:46 UTC (rev 13204)
@@ -5,7 +5,7 @@
 Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Barry deFreese <bddebian at comcast.net>,
 	Peter Pentchev <roam at ringlet.net>
 Build-Depends: debhelper (>= 8), python-support
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
 Homepage: http://sourceforge.net/projects/snowballz/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/snowballz/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/snowballz/?op=log
@@ -13,7 +13,7 @@
 Package: snowballz
 Architecture: all
 Depends: ${python:Depends}, python-pygame, python-opengl, python-numpy,
- python-imaging, python-rabbyt, ttf-tamil-fonts, ${misc:Depends}
+ python-imaging, python-rabbyt, fonts-taml-tscu, ${misc:Depends}
 Description: fun RTS game featuring snowball fights with penguins
  Take command of your army of penguins as you blaze your path to victory!
  March through snow laden forests to conqueror new frontiers and grow your

Modified: packages/trunk/snowballz/debian/copyright
===================================================================
--- packages/trunk/snowballz/debian/copyright	2012-02-03 09:44:12 UTC (rev 13203)
+++ packages/trunk/snowballz/debian/copyright	2012-02-04 06:39:46 UTC (rev 13204)
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=153
+Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5/copyright-format.xml?revision=261
 Upstream-Name: snowballz
 Upstream-Contact: Joey Marshall <web at joey101.net>
 	Matthew Marshall <matthew at matthewmarshall.org>
@@ -19,11 +19,11 @@
  .
  1. Redistributions of source code must retain the above copyright notice,
     this list of conditions and the following disclaimer.
-
+ .
  2. Redistributions in binary form must reproduce the above copyright
     notice, this list of conditions and the following disclaimer in the
     documentation and/or other materials provided with the distribution.
-
+ .
  3. Neither the name of Cellulose nor the names of its contributors may be
     used to endorse or promote products derived from this software without
     specific prior written permission.

Modified: packages/trunk/snowballz/debian/links
===================================================================
--- packages/trunk/snowballz/debian/links	2012-02-03 09:44:12 UTC (rev 13203)
+++ packages/trunk/snowballz/debian/links	2012-02-04 06:39:46 UTC (rev 13204)
@@ -1,3 +1,3 @@
 usr/share/games/snowballz/game.sh usr/games/snowballz
-usr/share/fonts/truetype/ttf-tamil-fonts/TSCu_Comic.ttf usr/share/games/snowballz/data/TSCu_Comic.ttf
-usr/share/fonts/truetype/ttf-tamil-fonts/TSCu_Comic.ttf usr/share/games/snowballz/data/themes/snowballz/TSCu_Comic.ttf
+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

Modified: packages/trunk/snowballz/debian/watch
===================================================================
--- packages/trunk/snowballz/debian/watch	2012-02-03 09:44:12 UTC (rev 13203)
+++ packages/trunk/snowballz/debian/watch	2012-02-04 06:39:46 UTC (rev 13204)
@@ -1,9 +1,10 @@
 # Watch control file for uscan
 # See uscan(1) for format
-
 # Compulsory line, this is a version 3 file
-version=3
-
+# version=3
 # Examine a Webpage 
 # <Webpage URL> <string match>
-http://joey101.net/snowballz/download.php (?:.*/)snowballz-(.*)\.tar\.gz
+# 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.
\ No newline at end of file




More information about the Pkg-games-commits mailing list