r15765 - in /desktop/unstable/gnome-games/debian: changelog patches/03_glchess_pythonpath.patch patches/03_pythonpath.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Apr 24 17:35:13 UTC 2008


Author: joss
Date: Thu Apr 24 17:35:13 2008
New Revision: 15765

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=15765
Log:
03_pythonpath.patch: renamed from 03_glchess_pythonpath.patch. Also 
include a similar patch for gnome-sudoku.

Added:
    desktop/unstable/gnome-games/debian/patches/03_pythonpath.patch
      - copied, changed from r15764, desktop/unstable/gnome-games/debian/patches/03_glchess_pythonpath.patch
Removed:
    desktop/unstable/gnome-games/debian/patches/03_glchess_pythonpath.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=15765&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/changelog (original)
+++ desktop/unstable/gnome-games/debian/changelog Thu Apr 24 17:35:13 2008
@@ -1,3 +1,10 @@
+gnome-games (1:2.22.1.1-3) UNRELEASED; urgency=low
+
+  * 03_pythonpath.patch: renamed from 03_glchess_pythonpath.patch. Also 
+    include a similar patch for gnome-sudoku.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 24 Apr 2008 18:51:03 +0200
+
 gnome-games (1:2.22.1.1-2) unstable; urgency=low
 
   * 01_el-po.patch: stolen from upstream SVN. Fixes scrollkeeper 

Copied: desktop/unstable/gnome-games/debian/patches/03_pythonpath.patch (from r15764, desktop/unstable/gnome-games/debian/patches/03_glchess_pythonpath.patch)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/03_pythonpath.patch?rev=15765&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/03_glchess_pythonpath.patch (original)
+++ desktop/unstable/gnome-games/debian/patches/03_pythonpath.patch Thu Apr 24 17:35:13 2008
@@ -1,8 +1,8 @@
 Index: gnome-games-2.22.1.1/glchess/src/glchess
 ===================================================================
---- gnome-games-2.22.1.1.orig/glchess/src/glchess	2008-04-19 22:44:02.993898441 +0200
-+++ gnome-games-2.22.1.1/glchess/src/glchess	2008-04-19 22:44:22.817899160 +0200
-@@ -35,8 +35,6 @@ except ImportError:
+--- gnome-games-2.22.1.1.orig/glchess/src/glchess	2008-04-24 18:49:41.838792955 +0200
++++ gnome-games-2.22.1.1/glchess/src/glchess	2008-04-24 18:50:05.378789964 +0200
+@@ -35,8 +35,6 @@
        # Import glChess from pyexecdir or system installation.
        installed_mode = True
        import sys
@@ -13,9 +13,9 @@
      except ImportError:
 Index: gnome-games-2.22.1.1/glchess/src/glchess.in
 ===================================================================
---- gnome-games-2.22.1.1.orig/glchess/src/glchess.in	2008-04-19 22:44:03.077898005 +0200
-+++ gnome-games-2.22.1.1/glchess/src/glchess.in	2008-04-19 22:44:28.737895841 +0200
-@@ -35,8 +35,6 @@ except ImportError:
+--- gnome-games-2.22.1.1.orig/glchess/src/glchess.in	2008-04-24 18:49:41.758790309 +0200
++++ gnome-games-2.22.1.1/glchess/src/glchess.in	2008-04-24 18:50:05.378789964 +0200
+@@ -35,8 +35,6 @@
        # Import glChess from pyexecdir or system installation.
        installed_mode = True
        import sys
@@ -26,9 +26,9 @@
      except ImportError:
 Index: gnome-games-2.22.1.1/glchess/src/glchess.in.in
 ===================================================================
---- gnome-games-2.22.1.1.orig/glchess/src/glchess.in.in	2008-04-19 22:44:03.165898307 +0200
-+++ gnome-games-2.22.1.1/glchess/src/glchess.in.in	2008-04-19 22:44:32.701897011 +0200
-@@ -35,8 +35,6 @@ except ImportError:
+--- gnome-games-2.22.1.1.orig/glchess/src/glchess.in.in	2008-04-24 18:49:41.722821537 +0200
++++ gnome-games-2.22.1.1/glchess/src/glchess.in.in	2008-04-24 18:50:05.378789964 +0200
+@@ -35,8 +35,6 @@
        # Import glChess from pyexecdir or system installation.
        installed_mode = True
        import sys
@@ -37,3 +37,29 @@
        from glchess.glchess import start_game
  
      except ImportError:
+Index: gnome-games-2.22.1.1/gnome-sudoku/src/gnome-sudoku.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/src/gnome-sudoku.in	2008-04-24 18:50:17.787789925 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/src/gnome-sudoku.in	2008-04-24 18:50:27.635790471 +0200
+@@ -32,8 +32,6 @@
+       # Import gnome-sudoku from pyexecdir or system installation.
+       installed_mode = True
+       import sys
+-      if "#pyexecdir#" not in sys.path:
+-          sys.path.insert(0, "#pyexecdir#")
+       from gnome_sudoku.gnome_sudoku import start_game
+ 
+     except ImportError:
+Index: gnome-games-2.22.1.1/gnome-sudoku/src/gnome-sudoku.in.in
+===================================================================
+--- gnome-games-2.22.1.1.orig/gnome-sudoku/src/gnome-sudoku.in.in	2008-04-24 18:50:17.895790113 +0200
++++ gnome-games-2.22.1.1/gnome-sudoku/src/gnome-sudoku.in.in	2008-04-24 18:50:33.750823983 +0200
+@@ -32,8 +32,6 @@
+       # Import gnome-sudoku from pyexecdir or system installation.
+       installed_mode = True
+       import sys
+-      if "#pyexecdir#" not in sys.path:
+-          sys.path.insert(0, "#pyexecdir#")
+       from gnome_sudoku.gnome_sudoku import start_game
+ 
+     except ImportError:

Modified: desktop/unstable/gnome-games/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-games/debian/patches/series?rev=15765&op=diff
==============================================================================
--- desktop/unstable/gnome-games/debian/patches/series (original)
+++ desktop/unstable/gnome-games/debian/patches/series Thu Apr 24 17:35:13 2008
@@ -1,3 +1,3 @@
 01_el-po.patch
 02_desktop-path.patch
-03_glchess_pythonpath.patch
+03_pythonpath.patch




More information about the pkg-gnome-commits mailing list