r17834 - in /desktop/experimental/totem/debian: changelog patches/03_disable_debug.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Fri Dec 5 15:01:16 UTC 2008


Author: joss
Date: Fri Dec  5 15:01:16 2008
New Revision: 17834

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=17834
Log:
03_disable_debug.patch: new patch. Drop debugging output in the 
browser plugin. Closes: #507491.

Added:
    desktop/experimental/totem/debian/patches/03_disable_debug.patch
Modified:
    desktop/experimental/totem/debian/changelog
    desktop/experimental/totem/debian/patches/series

Modified: desktop/experimental/totem/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/changelog?rev=17834&op=diff
==============================================================================
--- desktop/experimental/totem/debian/changelog (original)
+++ desktop/experimental/totem/debian/changelog Fri Dec  5 15:01:16 2008
@@ -1,5 +1,6 @@
 totem (2.24.3-1) experimental; urgency=low
 
+  [ Sam Morris ]
   * New upstream release.
   * 01_gecko_iceape.patch: disabled, no longer applies, and I'm not sure
     it's necessary any more.
@@ -22,6 +23,10 @@
     totem-mozilla.links and the code in debian/rules that handles them.
   * Explicitly enable the complex browser plugin, as it is disabled by
     default.
+
+  [ Josselin Mouette ]
+  * 03_disable_debug.patch: new patch. Drop debugging output in the 
+    browser plugin. Closes: #507491.
 
  -- Sam Morris <sam at robots.org.uk>  Thu, 25 Sep 2008 23:10:19 +0100
 

Added: desktop/experimental/totem/debian/patches/03_disable_debug.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/patches/03_disable_debug.patch?rev=17834&op=file
==============================================================================
--- desktop/experimental/totem/debian/patches/03_disable_debug.patch (added)
+++ desktop/experimental/totem/debian/patches/03_disable_debug.patch Fri Dec  5 15:01:16 2008
@@ -1,0 +1,41 @@
+Debian #507491
+
+Index: totem-2.24.3/browser-plugin/totemNPObject.h
+===================================================================
+--- totem-2.24.3.orig/browser-plugin/totemNPObject.h	2008-12-05 15:57:43.563723509 +0100
++++ totem-2.24.3/browser-plugin/totemNPObject.h	2008-12-05 15:58:09.095880109 +0100
+@@ -25,9 +25,6 @@
+ #include "npapi.h"
+ #include "npruntime.h"
+ 
+-//FIXME force debug on
+-#define GNOME_ENABLE_DEBUG 1
+-
+ #include "debug.h"
+ 
+ class totemPlugin;
+Index: totem-2.24.3/browser-plugin/totemPlugin.cpp
+===================================================================
+--- totem-2.24.3.orig/browser-plugin/totemPlugin.cpp	2008-12-05 15:59:05.107709896 +0100
++++ totem-2.24.3/browser-plugin/totemPlugin.cpp	2008-12-05 15:59:12.562125052 +0100
+@@ -43,8 +43,6 @@
+ #include "npruntime.h"
+ #include "npupp.h"
+ 
+-/* define GNOME_ENABLE_DEBUG for more debug spew */
+-#define GNOME_ENABLE_DEBUG 1
+ /* FIXME define D() so that it prints the |this| pointer, so we can differentiate between different concurrent plugins! */
+ #include "debug.h"
+ 
+Index: totem-2.24.3/browser-plugin/totemPluginGlue.cpp
+===================================================================
+--- totem-2.24.3.orig/browser-plugin/totemPluginGlue.cpp	2008-12-05 15:57:43.583714108 +0100
++++ totem-2.24.3/browser-plugin/totemPluginGlue.cpp	2008-12-05 15:58:12.327707898 +0100
+@@ -30,7 +30,6 @@
+ #include "npapi.h"
+ #include "npupp.h"
+ 
+-#define GNOME_ENABLE_DEBUG 1
+ #include "debug.h"
+ 
+ #include "totemPlugin.h"

Modified: desktop/experimental/totem/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/totem/debian/patches/series?rev=17834&op=diff
==============================================================================
--- desktop/experimental/totem/debian/patches/series (original)
+++ desktop/experimental/totem/debian/patches/series Fri Dec  5 15:01:16 2008
@@ -1,5 +1,6 @@
 #01_gecko_iceape.patch
 02_flv.patch
+03_disable_debug.patch
 20_use_alternatives.patch
 60_build_libbaconvideowidget_statically.patch
 90_automake.patch




More information about the pkg-gnome-commits mailing list