r16100 - in /desktop/unstable/gnome-games/debian: changelog patches/01_glchess_defaults.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed May 28 23:54:03 UTC 2008


Author: joss
Date: Wed May 28 23:54:02 2008
New Revision: 16100

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16100
Log:
01_glchess_defaults.patch: new patch. Fixes glchess not starting at 
all because it looks for its defaults in the build directory.

Added:
    desktop/unstable/gnome-games/debian/patches/01_glchess_defaults.patch
Modified:
    desktop/unstable/gnome-games/debian/changelog
    desktop/unstable/gnome-games/debian/patches/series

Modified: desktop/unstable/gnome-games/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/changelog?rev=16100&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/changelog (original)
+++ desktop/unstable/gnome-games/debian/changelog Wed May 28 23:54:02 2008
@@ -7,6 +7,8 @@
     being complete).
   * glines.6, same-gnome.6: fix the whatis entry.
   * gnibbles.6: escape the ø character.
+  * 01_glchess_defaults.patch: new patch. Fixes glchess not starting at 
+    all because it looks for its defaults in the build directory.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 29 May 2008 00:43:00 +0200
 

Added: desktop/unstable/gnome-games/debian/patches/01_glchess_defaults.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/01_glchess_defaults.patch?rev=16100&op=file
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/01_glchess_defaults.patch (added)
+++ desktop/unstable/gnome-games/debian/patches/01_glchess_defaults.patch Wed May 28 23:54:02 2008
@@ -1,0 +1,16 @@
+Revert of upstream commit r7608.
+See comments in GNOME #524665.
+
+Index: gnome-games-2.22.2/glchess/src/lib/glchess.py
+===================================================================
+--- gnome-games-2.22.2.orig/glchess/src/lib/glchess.py	2008-05-29 01:52:19.421710719 +0200
++++ gnome-games-2.22.2/glchess/src/lib/glchess.py	2008-05-29 01:52:23.905708755 +0200
+@@ -16,7 +16,7 @@ class SafeStdout:
+ 
+ sys.stdout = SafeStdout()
+ 
+-import main
+ def start_game ():
++    import main
+     app = main.Application()
+     app.start()

Modified: desktop/unstable/gnome-games/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/series?rev=16100&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/series (original)
+++ desktop/unstable/gnome-games/debian/patches/series Wed May 28 23:54:02 2008
@@ -1,3 +1,4 @@
+01_glchess_defaults.patch
 02_desktop-path.patch
 04_ggz_m4_madness.patch
 05_maintainer_mode.patch




More information about the pkg-gnome-commits mailing list