r17796 - in /desktop/experimental/gnome-games/debian: changelog control control.in gnome-games.postinst gnome-games.prerm patches/20_glchess_no3d.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Dec 1 18:34:35 UTC 2008


Author: joss
Date: Mon Dec  1 18:34:35 2008
New Revision: 17796

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17796
Log:
* 20_glchess_no3d.patch:
  + Regenerated to apply and work correctly.
  + Disable for now, let’s give another chance to python-opengl.
* Pass --enable-noregistry to the configure flags to install the 
  .dsc files in an appropriate directory. Closes: #487759.
* Do not register them with ggz-config since it doesn’t do anything.

Removed:
    desktop/experimental/gnome-games/debian/gnome-games.prerm
Modified:
    desktop/experimental/gnome-games/debian/changelog
    desktop/experimental/gnome-games/debian/control
    desktop/experimental/gnome-games/debian/control.in
    desktop/experimental/gnome-games/debian/gnome-games.postinst
    desktop/experimental/gnome-games/debian/patches/20_glchess_no3d.patch
    desktop/experimental/gnome-games/debian/patches/series

Modified: desktop/experimental/gnome-games/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/changelog?rev=17796&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/changelog (original)
+++ desktop/experimental/gnome-games/debian/changelog Mon Dec  1 18:34:35 2008
@@ -11,14 +11,15 @@
   * Drop patches merged upstream: 04_ggz_m4_madness.patch, 
     05_maintainer_mode.patch, 06_ggzd_directory.patch, 
     07_sudoku_tempfile.patch.
-  * 20_glchess_no3d.patch: regenerated to apply cleanly.
+  * 20_glchess_no3d.patch:
+    + Regenerated to apply and work correctly.
+    + Disable for now, let’s give another chance to python-opengl.
   * 70_autotools.patch: removed, not needed anymore and upstream uses a 
     sane libtool version.
   * Recommend gvfs. Closes: #495237.
-  * Pass --enable-noregistry to the configure flags.
-  * Register the .dsc files in postinst and unregister them in prerm. 
-    Closes: #487759.
-  * Depend on ggzcore-bin.
+  * Pass --enable-noregistry to the configure flags to install the 
+    .dsc files in an appropriate directory. Closes: #487759.
+  * Do not register them with ggz-config since it doesn’t do anything.
 
  -- Josselin Mouette <joss at debian.org>  Thu, 27 Nov 2008 09:09:53 +0100
 

Modified: desktop/experimental/gnome-games/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/control?rev=17796&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/control (original)
+++ desktop/experimental/gnome-games/debian/control Mon Dec  1 18:34:35 2008
@@ -32,7 +32,6 @@
                libggzmod-dev (>= 0.0.14),
                libggzdmod-dev (>= 0.0.14),
                libggzcore-dev (>= 0.0.14),
-               ggzcore-bin (>= 0.0.14),
                libgstreamer0.10-dev (>= 0.10.11)                
 Standards-Version: 3.8.0
 Homepage: http://www.gnome.org/projects/gnome-games/

Modified: desktop/experimental/gnome-games/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/control.in?rev=17796&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/control.in (original)
+++ desktop/experimental/gnome-games/debian/control.in Mon Dec  1 18:34:35 2008
@@ -32,7 +32,6 @@
                libggzmod-dev (>= 0.0.14),
                libggzdmod-dev (>= 0.0.14),
                libggzcore-dev (>= 0.0.14),
-               ggzcore-bin (>= 0.0.14),
                libgstreamer0.10-dev (>= 0.10.11)                
 Standards-Version: 3.8.0
 Homepage: http://www.gnome.org/projects/gnome-games/

Modified: desktop/experimental/gnome-games/debian/gnome-games.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/gnome-games.postinst?rev=17796&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/gnome-games.postinst (original)
+++ desktop/experimental/gnome-games/debian/gnome-games.postinst Mon Dec  1 18:34:35 2008
@@ -134,6 +134,4 @@
 
 fi
 
-ggz-config --install --force --noregistry=/usr/share/ggz/modules/gnome-games
-
 #DEBHELPER#

Modified: desktop/experimental/gnome-games/debian/patches/20_glchess_no3d.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/patches/20_glchess_no3d.patch?rev=17796&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/patches/20_glchess_no3d.patch (original)
+++ desktop/experimental/gnome-games/debian/patches/20_glchess_no3d.patch Mon Dec  1 18:34:35 2008
@@ -1,7 +1,7 @@
 Index: gnome-games-2.24.2/glchess/glade/glchess.glade
 ===================================================================
 --- gnome-games-2.24.2.orig/glchess/glade/glchess.glade	2008-11-25 00:47:38.000000000 +0100
-+++ gnome-games-2.24.2/glchess/glade/glchess.glade	2008-11-27 09:16:50.692048291 +0100
++++ gnome-games-2.24.2/glchess/glade/glchess.glade	2008-12-01 19:21:37.129076810 +0100
 @@ -229,16 +229,6 @@
  		  </child>
  
@@ -22,7 +22,7 @@
 Index: gnome-games-2.24.2/glchess/glade/preferences.glade
 ===================================================================
 --- gnome-games-2.24.2.orig/glchess/glade/preferences.glade	2008-11-25 00:47:38.000000000 +0100
-+++ gnome-games-2.24.2/glchess/glade/preferences.glade	2008-11-27 09:18:10.947422926 +0100
++++ gnome-games-2.24.2/glchess/glade/preferences.glade	2008-12-01 19:21:37.129076810 +0100
 @@ -247,27 +247,6 @@
  	      <property name="spacing">0</property>
  
@@ -54,7 +54,7 @@
 Index: gnome-games-2.24.2/glchess/src/lib/gtkui/gtkui.py
 ===================================================================
 --- gnome-games-2.24.2.orig/glchess/src/lib/gtkui/gtkui.py	2008-11-25 00:47:36.000000000 +0100
-+++ gnome-games-2.24.2/glchess/src/lib/gtkui/gtkui.py	2008-11-27 09:19:23.191428588 +0100
++++ gnome-games-2.24.2/glchess/src/lib/gtkui/gtkui.py	2008-12-01 19:21:37.129076810 +0100
 @@ -596,7 +596,6 @@ Please contact your system administrator
                  glchess.config.set('show_3d', False)
                  value = False
@@ -66,16 +66,13 @@
 Index: gnome-games-2.24.2/glchess/src/lib/gtkui/dialogs.py
 ===================================================================
 --- gnome-games-2.24.2.orig/glchess/src/lib/gtkui/dialogs.py	2008-11-25 00:47:36.000000000 +0100
-+++ gnome-games-2.24.2/glchess/src/lib/gtkui/dialogs.py	2008-11-27 09:20:43.127423805 +0100
-@@ -632,10 +632,7 @@ class GtkPreferencesDialog:
-     def __applyConfig(self, name, value):
++++ gnome-games-2.24.2/glchess/src/lib/gtkui/dialogs.py	2008-12-01 19:23:56.001078000 +0100
+@@ -633,7 +633,7 @@ class GtkPreferencesDialog:
          """
          """        
--        if name == 'show_3d':
+         if name == 'show_3d':
 -            self.__gui.get_widget('show_3d').set_active(value)
--
--        elif name == 'show_toolbar':
-+        if name == 'show_toolbar':
++            pass
+ 
+         elif name == 'show_toolbar':
              self.__gui.get_widget('show_toolbar').set_active(value)
-                 
-         elif name == 'show_history':

Modified: desktop/experimental/gnome-games/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-games/debian/patches/series?rev=17796&op=diff
==============================================================================
--- desktop/experimental/gnome-games/debian/patches/series (original)
+++ desktop/experimental/gnome-games/debian/patches/series Mon Dec  1 18:34:35 2008
@@ -1,2 +1,2 @@
 02_desktop-path.patch
-20_glchess_no3d.patch
+#20_glchess_no3d.patch




More information about the pkg-gnome-commits mailing list