r9157 - in packages/trunk/transcend/debian: . patches

Barry deFreese bdefreese at alioth.debian.org
Mon Mar 16 16:04:11 UTC 2009


Author: bdefreese
Date: 2009-03-16 16:04:11 +0000 (Mon, 16 Mar 2009)
New Revision: 9157

Modified:
   packages/trunk/transcend/debian/changelog
   packages/trunk/transcend/debian/control
   packages/trunk/transcend/debian/copyright
   packages/trunk/transcend/debian/patches/00_portaudio.patch
   packages/trunk/transcend/debian/patches/01_makefile.patch
   packages/trunk/transcend/debian/patches/02_levels_dir.patch
Log:
Add myself to uploaders.
Fix syntax in debian/copyright.
Bump Standards Version to 3.8.0.
Add descriptions to quilt patches.
Refresh changelog.


Modified: packages/trunk/transcend/debian/changelog
===================================================================
--- packages/trunk/transcend/debian/changelog	2009-03-16 08:47:22 UTC (rev 9156)
+++ packages/trunk/transcend/debian/changelog	2009-03-16 16:04:11 UTC (rev 9157)
@@ -1,4 +1,4 @@
-transcend (0.3.dfsg1-3) UNRELEASED; urgency=low
+transcend (0.3.dfsg1-3) unstable; urgency=low
 
   [ Sam Hocevar ]
   * debian/transcend.6:
@@ -15,9 +15,12 @@
   * add Homepage: control field to source stanza
 
   [ Barry deFreese ]
-  * Remove comments from debian/copyright
-  * Bump debhelper build-dep version to 5 to match compat
-  * Bump to Standards Version 3.7.3 (No changes needed)
+  * Remove comments from debian/copyright.
+  * Bump debhelper build-dep version to 5 to match compat.
+  * Fix copyright line in debian/copyright.
+  * Add descriptions to quilt patches.
+  * Bump to Standards Version 3.8.0. (No changes needed).
+  * Add myself to uploaders.
 
   [ Miriam Ruiz ]     
   * Fixed bashism: Replaced "{build,configure}-stamp" 
@@ -31,7 +34,7 @@
   * Replacing obsolete Packages in build-depends
   * Actually loading www.tmac in manpage to get rid of man warning 
 
- -- Christoph Egger <Christoph.Egger at gmx.de>  Thu, 30 Oct 2008 21:17:27 +0100
+ -- Barry deFreese <bdefreese at debian.org>  Mon, 16 Mar 2009 12:03:07 -0400
 
 transcend (0.3.dfsg1-2) unstable; urgency=low
 

Modified: packages/trunk/transcend/debian/control
===================================================================
--- packages/trunk/transcend/debian/control	2009-03-16 08:47:22 UTC (rev 9156)
+++ packages/trunk/transcend/debian/control	2009-03-16 16:04:11 UTC (rev 9157)
@@ -2,9 +2,9 @@
 Section: games
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Sam Hocevar (Debian packages) <sam+deb at zoy.org>, Barry deFreese <bdefreese at debian.org>
 Build-Depends: debhelper (>= 5.0.0), autotools-dev, quilt, libxmu-dev, libgl1-mesa-dev, libglu1-mesa-dev, freeglut3-dev, libxi-dev, libportaudio-dev
-Standards-Version: 3.7.3
+Standards-Version: 3.8.0
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/transcend/
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/transcend/?op=log
 Homepage: http://transcend.sourceforge.net/

Modified: packages/trunk/transcend/debian/copyright
===================================================================
--- packages/trunk/transcend/debian/copyright	2009-03-16 08:47:22 UTC (rev 9156)
+++ packages/trunk/transcend/debian/copyright	2009-03-16 16:04:11 UTC (rev 9157)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://transcend.sourceforge.net/
 
-Copyright 1999-2005 Jason Rohrer <jcr13 at users.sf.net>
+Copyright: Copyright (C) 1999-2005 Jason Rohrer <jcr13 at users.sf.net>
 
 License:
 

Modified: packages/trunk/transcend/debian/patches/00_portaudio.patch
===================================================================
--- packages/trunk/transcend/debian/patches/00_portaudio.patch	2009-03-16 08:47:22 UTC (rev 9156)
+++ packages/trunk/transcend/debian/patches/00_portaudio.patch	2009-03-16 16:04:11 UTC (rev 9157)
@@ -1,3 +1,5 @@
+#Link to dyname portaudio instead of static.
+
 --- transcend-0.3.dfsg1.orig/Transcend/Makefile.GnuLinuxPPC
 +++ transcend-0.3.dfsg1/Transcend/Makefile.GnuLinuxPPC
 @@ -22,7 +22,7 @@

Modified: packages/trunk/transcend/debian/patches/01_makefile.patch
===================================================================
--- packages/trunk/transcend/debian/patches/01_makefile.patch	2009-03-16 08:47:22 UTC (rev 9156)
+++ packages/trunk/transcend/debian/patches/01_makefile.patch	2009-03-16 16:04:11 UTC (rev 9157)
@@ -1,3 +1,5 @@
+#Set LEVELS_DIR in Makefile.common.
+
 diff -ruN transcend-0.3.orig/Transcend/Makefile.common transcend-0.3.new/Transcend/Makefile.common
 --- transcend-0.3.orig/Transcend/Makefile.common	2005-08-29 19:06:50.000000000 +0200
 +++ transcend-0.3.new/Transcend/Makefile.common	2006-09-23 18:47:47.000000000 +0200

Modified: packages/trunk/transcend/debian/patches/02_levels_dir.patch
===================================================================
--- packages/trunk/transcend/debian/patches/02_levels_dir.patch	2009-03-16 08:47:22 UTC (rev 9156)
+++ packages/trunk/transcend/debian/patches/02_levels_dir.patch	2009-03-16 16:04:11 UTC (rev 9157)
@@ -1,3 +1,5 @@
+#Add LEVELS_DIR to specify which directory the level data is installed in.
+
 diff -ruN transcend-0.3.orig/Transcend/game/LevelDirectoryManager.cpp transcend-0.3.new/Transcend/game/LevelDirectoryManager.cpp
 --- transcend-0.3.orig/Transcend/game/LevelDirectoryManager.cpp	2004-06-21 22:51:48.000000000 +0200
 +++ transcend-0.3.new/Transcend/game/LevelDirectoryManager.cpp	2006-09-23 18:47:46.000000000 +0200




More information about the Pkg-games-commits mailing list