r19038 - in /desktop/unstable/gnome-games/debian: changelog control control.in patches/10_glchess_crash.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sun Mar 15 12:16:42 UTC 2009


Author: joss
Date: Sun Mar 15 12:16:42 2009
New Revision: 19038

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19038
Log:
* Add ggzcore-bin to Build-Depends-Indep so that *-client.dsc files 
  are correctly installed.
* 10_glchess_crash.patch: new patch; add missing "import os".

Added:
    desktop/unstable/gnome-games/debian/patches/10_glchess_crash.patch
Modified:
    desktop/unstable/gnome-games/debian/changelog
    desktop/unstable/gnome-games/debian/control
    desktop/unstable/gnome-games/debian/control.in
    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=19038&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/changelog (original)
+++ desktop/unstable/gnome-games/debian/changelog Sun Mar 15 12:16:42 2009
@@ -7,6 +7,9 @@
   [ Josselin Mouette ]
   * Depend on python-bugbuddy and python-gnomeprint instead of 
     python-gnome2-desktop.
+  * Add ggzcore-bin to Build-Depends-Indep so that *-client.dsc files 
+    are correctly installed.
+  * 10_glchess_crash.patch: new patch; add missing "import os".
 
  -- Josselin Mouette <joss at debian.org>  Fri, 13 Mar 2009 10:58:32 +0100
 

Modified: desktop/unstable/gnome-games/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/control?rev=19038&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/control (original)
+++ desktop/unstable/gnome-games/debian/control Sun Mar 15 12:16:42 2009
@@ -33,6 +33,7 @@
                libggzdmod-dev (>= 0.0.14),
                libggzcore-dev (>= 0.0.14),
                libgstreamer0.10-dev (>= 0.10.11)                
+Build-Depends-Indep: ggzcore-bin
 Standards-Version: 3.8.0
 Homepage: http://www.gnome.org/projects/gnome-games/
 

Modified: desktop/unstable/gnome-games/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/control.in?rev=19038&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/control.in (original)
+++ desktop/unstable/gnome-games/debian/control.in Sun Mar 15 12:16:42 2009
@@ -33,6 +33,7 @@
                libggzdmod-dev (>= 0.0.14),
                libggzcore-dev (>= 0.0.14),
                libgstreamer0.10-dev (>= 0.10.11)                
+Build-Depends-Indep: ggzcore-bin
 Standards-Version: 3.8.0
 Homepage: http://www.gnome.org/projects/gnome-games/
 

Added: desktop/unstable/gnome-games/debian/patches/10_glchess_crash.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/10_glchess_crash.patch?rev=19038&op=file
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/10_glchess_crash.patch (added)
+++ desktop/unstable/gnome-games/debian/patches/10_glchess_crash.patch Sun Mar 15 12:16:42 2009
@@ -1,0 +1,9 @@
+Index: gnome-games-2.24.3/glchess/src/lib/ggz/client.py
+===================================================================
+--- gnome-games-2.24.3.orig/glchess/src/lib/ggz/client.py	2009-03-15 13:10:51.160721170 +0100
++++ gnome-games-2.24.3/glchess/src/lib/ggz/client.py	2009-03-15 13:10:56.244220749 +0100
+@@ -1,3 +1,4 @@
++import os
+ import protocol
+ import xml.sax.saxutils
+ 

Modified: desktop/unstable/gnome-games/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/series?rev=19038&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/series (original)
+++ desktop/unstable/gnome-games/debian/patches/series Sun Mar 15 12:16:42 2009
@@ -1,2 +1,3 @@
 02_desktop-path.patch
 #20_glchess_no3d.patch
+10_glchess_crash.patch




More information about the pkg-gnome-commits mailing list