r5555 - packages/trunk/supertuxkart/debian

Alexander Schmehl tolimar at alioth.debian.org
Tue Jan 29 21:31:41 UTC 2008


Author: tolimar
Date: 2008-01-29 21:31:41 +0000 (Tue, 29 Jan 2008)
New Revision: 5555

Modified:
   packages/trunk/supertuxkart/debian/changelog
   packages/trunk/supertuxkart/debian/control
   packages/trunk/supertuxkart/debian/copyright
Log:
adding libvorbis-dev to build-depends, removing Homepage: semie-headers from package descriptions, reformating long description to not be longer than 80 columns, refering to /usr/share/common-licenses/GPL-2 instead of GPL in debian/copyright, Bumping standards version to 3.7.3: No changes needed

Modified: packages/trunk/supertuxkart/debian/changelog
===================================================================
--- packages/trunk/supertuxkart/debian/changelog	2008-01-29 21:23:38 UTC (rev 5554)
+++ packages/trunk/supertuxkart/debian/changelog	2008-01-29 21:31:41 UTC (rev 5555)
@@ -12,8 +12,18 @@
   [ Jon Dowland ]
   * add Homepage: control field to source stanza
 
- -- Jon Dowland <jon at alcopop.org>  Mon, 03 Dec 2007 17:45:07 +0000
+  [ Alexander Schmehl ]
+  * adding libvorbis-dev to build-depends, appearantly supertuxkart supports
+    ogg vorbis; thanks to Lucas Nussbaum for detecting via build daemon from
+    hell
+  * removing Homepage: semie-headers from package descriptions
+  * reformating long description to not be longer than 80 columns
+  * debian/copyright refering to /usr/share/common-licenses/GPL-2 instead of
+    GPL
+  * Bumping standards version to 3.7.3: No changes needed
 
+ -- Alexander Schmehl <tolimar at debian.org>  Tue, 29 Jan 2008 22:15:13 +0100
+
 supertuxkart (0.3-1) unstable; urgency=low
 
   [ Gonéri Le Bouder ]

Modified: packages/trunk/supertuxkart/debian/control
===================================================================
--- packages/trunk/supertuxkart/debian/control	2008-01-29 21:23:38 UTC (rev 5554)
+++ packages/trunk/supertuxkart/debian/control	2008-01-29 21:31:41 UTC (rev 5555)
@@ -2,9 +2,9 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
-Build-Depends: debhelper (>= 5.0.0), autotools-dev, plib1.8.4-dev (>=1.8.4-8), libsdl-ttf2.0-dev, libsdl-image1.2-dev, docbook-to-man, libopenal-dev, libalut-dev, libmikmod2-dev
-Standards-Version: 3.7.2
+Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Alexander Schmehl <tolimar at debian.org>
+Build-Depends: debhelper (>= 5.0.0), autotools-dev, plib1.8.4-dev (>=1.8.4-8), libsdl-ttf2.0-dev, libsdl-image1.2-dev, docbook-to-man, libopenal-dev, libalut-dev, libmikmod2-dev, libvorbis-dev
+Standards-Version: 3.7.3
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/supertuxkart/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/supertuxkart/?op=log
 Homepage: http://supertuxkart.sf.net/
@@ -13,32 +13,34 @@
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, supertuxkart-data (= ${source:Version})
 Description: kart racing game
- SuperTuxKart is an enhanced version of TuxKart, the kart racing game originally
- done by Steve Baker, featuring Tux and a bunch of his friends. SuperTuxKart
- is the work of the GotM run for TuxKart at  happypenguin.org. Due to some
- disagreements that happened in that time this fork of TuxKart was done. 
-  SuperTuxKart features include: 
-   -new characters
-   -new tracks
-   -a completely new user interface
-  - some smaller graphical improvements (skidmarks, smoke, animated wheels, etc.)
- . 
-  Homepage: http://supertuxkart.sf.net/
+ SuperTuxKart is an enhanced version of TuxKart, the kart racing game
+ originally done by Steve Baker, featuring Tux and a bunch of his friends.
+ SuperTuxKart is the work of the GotM run for TuxKart at  happypenguin.org. Due
+ to some disagreements that happened in that time this fork of TuxKart was
+ done.
+ .
+ SuperTuxKart features include: 
+  - new characters
+  - new tracks
+  - a completely new user interface
+  - some smaller graphical improvements (skidmarks, smoke, animated wheels,
+    etc.)
 
 Package: supertuxkart-data
 Architecture: all
 Suggests: supertuxkart
 Description: data for the supertuxkart kart racing game
- SuperTuxKart is an enhanced version of TuxKart, the kart racing game originally
- done by Steve Baker, featuring Tux and a bunch of his friends. SuperTuxKart
- is the work of the GotM run for TuxKart at  happypenguin.org. Due to some
- disagreements that happened in that time this fork of TuxKart was done. 
-  SuperTuxKart features include: 
-   -new characters
-   -new tracks
-   -a completely new user interface
-   -some smaller graphical improvements (skidmarks, smoke, animated wheels, etc.)
+ SuperTuxKart is an enhanced version of TuxKart, the kart racing game
+ originally done by Steve Baker, featuring Tux and a bunch of his friends.
+ SuperTuxKart is the work of the GotM run for TuxKart at  happypenguin.org. Due
+ to some disagreements that happened in that time this fork of TuxKart was
+ done.
+ .
+ SuperTuxKart features include:
+  - new characters
+  - new tracks
+  - a completely new user interface
+  - some smaller graphical improvements (skidmarks, smoke, animated wheels,
+    etc.)
  . 
- This package contains data files for the game supertuxkart 
- . 
-  Homepage: http://supertuxkart.sf.net/
+ This package contains data files for the game supertuxkart.

Modified: packages/trunk/supertuxkart/debian/copyright
===================================================================
--- packages/trunk/supertuxkart/debian/copyright	2008-01-29 21:23:38 UTC (rev 5554)
+++ packages/trunk/supertuxkart/debian/copyright	2008-01-29 21:31:41 UTC (rev 5555)
@@ -62,7 +62,7 @@
 
 
 On Debian systems, the complete text of the GPL license can be found in the
-/usr/share/common-licenses/GPL file.
+/usr/share/common-licenses/GPL-2 file.
 
 The src/widget_set.cpp and src/widget_set.hpp files come from Neverball and is
 licensed with the same license (GPLv2 or any later version)




More information about the Pkg-games-commits mailing list