r14838 - in packages/trunk/supertuxkart/debian: . patches patches/irrlicht

Vincent Cheng vcheng at moszumanska.debian.org
Thu Jan 16 03:06:59 UTC 2014


Author: vcheng
Date: 2014-01-16 03:06:59 +0000 (Thu, 16 Jan 2014)
New Revision: 14838

Modified:
   packages/trunk/supertuxkart/debian/README.source
   packages/trunk/supertuxkart/debian/changelog
   packages/trunk/supertuxkart/debian/control
   packages/trunk/supertuxkart/debian/patches/build_against_system_enet.patch
   packages/trunk/supertuxkart/debian/patches/irrlicht/fix-hurd-ftbfs.diff
   packages/trunk/supertuxkart/debian/patches/link_against_system_libs.patch
   packages/trunk/supertuxkart/debian/patches/remove_irrlicht_embedded_libs.patch
Log:
supertuxkart: Update my email address


Modified: packages/trunk/supertuxkart/debian/README.source
===================================================================
--- packages/trunk/supertuxkart/debian/README.source	2014-01-16 03:00:09 UTC (rev 14837)
+++ packages/trunk/supertuxkart/debian/README.source	2014-01-16 03:06:59 UTC (rev 14838)
@@ -37,4 +37,4 @@
 [13] http://lists.debian.org/debian-devel-games/2012/12/threads.html#00006
 [14] http://lists.debian.org/debian-devel-games/2012/12/msg00006.html
 
- -- Vincent Cheng <Vincentc1208 at gmail.com>  Fri, 28 Dec 2012 22:45:14 -0800
+ -- Vincent Cheng <vcheng at debian.org>  Fri, 28 Dec 2012 22:45:14 -0800

Modified: packages/trunk/supertuxkart/debian/changelog
===================================================================
--- packages/trunk/supertuxkart/debian/changelog	2014-01-16 03:00:09 UTC (rev 14837)
+++ packages/trunk/supertuxkart/debian/changelog	2014-01-16 03:06:59 UTC (rev 14838)
@@ -1,9 +1,13 @@
 supertuxkart (0.8.1-3) UNRELEASED; urgency=medium
 
+  [ Christoph Egger ]
   * remove myself from uploaders
 
- -- Christoph Egger <christoph at debian.org>  Tue, 24 Dec 2013 13:30:39 +0100
+  [ Vincent Cheng ]
+  * Update my email address.
 
+ -- Vincent Cheng <vcheng at debian.org>  Wed, 15 Jan 2014 19:06:27 -0800
+
 supertuxkart (0.8.1-2) unstable; urgency=medium
 
   * Disable support for wiimote input devices on !linux (since

Modified: packages/trunk/supertuxkart/debian/control
===================================================================
--- packages/trunk/supertuxkart/debian/control	2014-01-16 03:00:09 UTC (rev 14837)
+++ packages/trunk/supertuxkart/debian/control	2014-01-16 03:06:59 UTC (rev 14838)
@@ -4,7 +4,7 @@
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders:
  Sam Hocevar <sho at debian.org>,
- Vincent Cheng <Vincentc1208 at gmail.com>
+ Vincent Cheng <vcheng at debian.org>
 Build-Depends:
  cmake (>= 2.8.1),
  debhelper (>= 9),

Modified: packages/trunk/supertuxkart/debian/patches/build_against_system_enet.patch
===================================================================
--- packages/trunk/supertuxkart/debian/patches/build_against_system_enet.patch	2014-01-16 03:00:09 UTC (rev 14837)
+++ packages/trunk/supertuxkart/debian/patches/build_against_system_enet.patch	2014-01-16 03:06:59 UTC (rev 14838)
@@ -1,6 +1,6 @@
 Description: Build supertuxkart against system enet instead of embedded copy
 Forwarded: not-yet
-Author: Vincent Cheng <Vincentc1208 at gmail.com>
+Author: Vincent Cheng <vcheng at debian.org>
 Last-Update: 2012-12-28
 
 --- a/CMakeLists.txt

Modified: packages/trunk/supertuxkart/debian/patches/irrlicht/fix-hurd-ftbfs.diff
===================================================================
--- packages/trunk/supertuxkart/debian/patches/irrlicht/fix-hurd-ftbfs.diff	2014-01-16 03:00:09 UTC (rev 14837)
+++ packages/trunk/supertuxkart/debian/patches/irrlicht/fix-hurd-ftbfs.diff	2014-01-16 03:06:59 UTC (rev 14838)
@@ -1,7 +1,7 @@
 Description: Fix FTBFS on hurd
  sys/sysctl.h is not implemented on hurd, so don't include it if we're
  building Irrlicht on hurd.
-Author: Vincent Cheng <Vincentc1208 at gmail.com>
+Author: Vincent Cheng <vcheng at debian.org>
 Last-Update: 05-29-2012
 
 --- a/lib/irrlicht/source/Irrlicht/COSOperator.cpp

Modified: packages/trunk/supertuxkart/debian/patches/link_against_system_libs.patch
===================================================================
--- packages/trunk/supertuxkart/debian/patches/link_against_system_libs.patch	2014-01-16 03:00:09 UTC (rev 14837)
+++ packages/trunk/supertuxkart/debian/patches/link_against_system_libs.patch	2014-01-16 03:06:59 UTC (rev 14838)
@@ -1,6 +1,6 @@
 Description: Link against system copies of zlib/libpng/libjpeg/bzip2
 Forwarded: not-yet
-Author: Vincent Cheng <Vincentc1208 at gmail.com>
+Author: Vincent Cheng <vcheng at debian.org>
 Last-Update: 2012-12-29
 
 --- a/CMakeLists.txt

Modified: packages/trunk/supertuxkart/debian/patches/remove_irrlicht_embedded_libs.patch
===================================================================
--- packages/trunk/supertuxkart/debian/patches/remove_irrlicht_embedded_libs.patch	2014-01-16 03:00:09 UTC (rev 14837)
+++ packages/trunk/supertuxkart/debian/patches/remove_irrlicht_embedded_libs.patch	2014-01-16 03:06:59 UTC (rev 14838)
@@ -8,7 +8,7 @@
 	rm -rf lib/irrlicht/source/Irrlicht/bzip2/
  in debian/rules (e.g. in the clean target).
 Forwarded: no
-Author: Vincent Cheng <Vincentc1208 at gmail.com>
+Author: Vincent Cheng <vcheng at debian.org>
 Last-Update: 2013-12-19
 
 --- a/lib/irrlicht/CMakeLists.txt




More information about the Pkg-games-commits mailing list