r18293 - in /packages/unstable/gnome-python-extras/debian: changelog patches/01_xul19.patch
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Tue Jan 27 11:31:24 UTC 2009
Author: joss
Date: Tue Jan 27 11:31:24 2009
New Revision: 18293
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=18293
Log:
01_xul19.patch: remove debugging output. Closes: #512099.
Modified:
packages/unstable/gnome-python-extras/debian/changelog
packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch
Modified: packages/unstable/gnome-python-extras/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/changelog?rev=18293&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/changelog (original)
+++ packages/unstable/gnome-python-extras/debian/changelog Tue Jan 27 11:31:24 2009
@@ -1,3 +1,9 @@
+gnome-python-extras (2.19.1-4) UNRELEASED; urgency=low
+
+ * 01_xul19.patch: remove debugging output. Closes: #512099.
+
+ -- Josselin Mouette <joss at debian.org> Tue, 27 Jan 2009 12:30:57 +0100
+
gnome-python-extras (2.19.1-3.1) unstable; urgency=high
* Non-maintainer upload.
Modified: packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch?rev=18293&op=diff
==============================================================================
--- packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch (original)
+++ packages/unstable/gnome-python-extras/debian/patches/01_xul19.patch Tue Jan 27 11:31:24 2009
@@ -1,7 +1,7 @@
Index: gnome-python-extras-2.19.1/configure.ac
===================================================================
--- gnome-python-extras-2.19.1.orig/configure.ac 2007-06-05 17:03:21.000000000 +0200
-+++ gnome-python-extras-2.19.1/configure.ac 2008-05-13 00:16:03.584431957 +0200
++++ gnome-python-extras-2.19.1/configure.ac 2009-01-27 12:28:52.998756418 +0100
@@ -19,6 +19,7 @@ m4_define(gtkhtml2_required_version,
m4_define(mozilla_required_version, 1.2b)
m4_define(firefox_required_version, 1.0)
@@ -109,7 +109,7 @@
Index: gnome-python-extras-2.19.1/gtkmozembed/Makefile.am
===================================================================
--- gnome-python-extras-2.19.1.orig/gtkmozembed/Makefile.am 2007-06-05 16:52:30.000000000 +0200
-+++ gnome-python-extras-2.19.1/gtkmozembed/Makefile.am 2008-05-12 23:36:28.008932649 +0200
++++ gnome-python-extras-2.19.1/gtkmozembed/Makefile.am 2009-01-27 12:28:52.998756418 +0100
@@ -13,9 +13,15 @@ pkgpyexecdir = $(pyexecdir)/gtk-2.0
pkgpyexec_LTLIBRARIES = gtkmozembed.la
gtkmozembed_la_LDFLAGS = -module -avoid-version \
@@ -131,8 +131,8 @@
Index: gnome-python-extras-2.19.1/gtkmozembed/gtkmozembedmodule.cpp
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ gnome-python-extras-2.19.1/gtkmozembed/gtkmozembedmodule.cpp 2008-05-12 23:36:05.284429256 +0200
-@@ -0,0 +1,73 @@
++++ gnome-python-extras-2.19.1/gtkmozembed/gtkmozembedmodule.cpp 2009-01-27 12:30:52.658755035 +0100
+@@ -0,0 +1,72 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
@@ -169,21 +169,20 @@
+ char xpcomLocation[4096];
+ nsresult rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, 4096);
+ if (NS_FAILED(rv)) {
-+ printf("failed 1\n");
++ printf("GRE_GetGREPathWithProperties failed\n");
+ return;
-+ } else printf("location: %s \n", xpcomLocation);
++ }
+
+ // Startup the XPCOM Glue that links us up with XPCOM.
+ XPCOMGlueStartup(xpcomLocation);
+ if (NS_FAILED(rv)) {
-+ printf("failed 2\n");
++ printf("XPCOMGlueStartup failed\n");
+ return;
+ }
-+ printf("before 3\n");
+
+ rv = GTKEmbedGlueStartup();
+ if (NS_FAILED(rv)) {printf("location: %s \n", xpcomLocation);
-+ printf("failed 3\n");
++ printf("GTKEmbedGlueStartup failed\n");
+ return;
+ }
+
More information about the pkg-gnome-commits
mailing list