diff -Nru gimp-plugin-registry-5.20120523/debian/changelog gimp-plugin-registry-5.20120523ubuntu1/debian/changelog --- gimp-plugin-registry-5.20120523/debian/changelog 2012-06-17 22:32:50.000000000 -0500 +++ gimp-plugin-registry-5.20120523ubuntu1/debian/changelog 2012-06-17 22:42:58.000000000 -0500 @@ -1,3 +1,10 @@ +gimp-plugin-registry (5.20120523ubuntu1) UNRELEASED; urgency=low + + * removing 'g_thread_init' function to fix FTBFS (LP: #1013003) + * bumped standards + + -- Scott Lavender Sun, 17 Jun 2012 22:35:56 -0500 + gimp-plugin-registry (5.20120523) unstable; urgency=low * [c8cca220] Add gimp-resynthesizer plugin. diff -Nru gimp-plugin-registry-5.20120523/debian/control gimp-plugin-registry-5.20120523ubuntu1/debian/control --- gimp-plugin-registry-5.20120523/debian/control 2012-06-17 22:32:50.000000000 -0500 +++ gimp-plugin-registry-5.20120523ubuntu1/debian/control 2012-06-17 22:38:08.000000000 -0500 @@ -8,7 +8,7 @@ libgtkglext1-dev, liblcms1-dev, libtiff4-dev, liblqr-1-0-dev (>= 0.3.0), intltool, libxcursor-dev, python, automake, autoconf, libglib2.0-dev -Standards-Version: 3.9.0 +Standards-Version: 3.9.3 Vcs-Git: git://git.recluse.de/debian/pkg-gimp-plugin-registry.git Vcs-Browser: http://git.recluse.de/?p=debian/pkg-gimp-plugin-registry.git;a=summary diff -Nru gimp-plugin-registry-5.20120523/focus-blur/focusblur-3.2.6/src/gimpplugin.c gimp-plugin-registry-5.20120523ubuntu1/focus-blur/focusblur-3.2.6/src/gimpplugin.c --- gimp-plugin-registry-5.20120523/focus-blur/focusblur-3.2.6/src/gimpplugin.c 2012-06-17 22:32:50.000000000 -0500 +++ gimp-plugin-registry-5.20120523ubuntu1/focus-blur/focusblur-3.2.6/src/gimpplugin.c 2012-06-17 22:39:14.000000000 -0500 @@ -117,7 +117,6 @@ #ifdef ENABLE_MP if (! g_thread_supported ()) - g_thread_init (NULL); #endif INIT_I18N (); diff -Nru gimp-plugin-registry-5.20120523/focus-blur/src/src/gimpplugin.c gimp-plugin-registry-5.20120523ubuntu1/focus-blur/src/src/gimpplugin.c --- gimp-plugin-registry-5.20120523/focus-blur/src/src/gimpplugin.c 2012-06-17 22:32:50.000000000 -0500 +++ gimp-plugin-registry-5.20120523ubuntu1/focus-blur/src/src/gimpplugin.c 2012-06-17 22:39:14.000000000 -0500 @@ -117,7 +117,6 @@ #ifdef ENABLE_MP if (! g_thread_supported ()) - g_thread_init (NULL); #endif INIT_I18N (); diff -Nru gimp-plugin-registry-5.20120523/resynthesizer/bootchk-resynthesizer-28cade5/src/refinerThreaded.h gimp-plugin-registry-5.20120523ubuntu1/resynthesizer/bootchk-resynthesizer-28cade5/src/refinerThreaded.h --- gimp-plugin-registry-5.20120523/resynthesizer/bootchk-resynthesizer-28cade5/src/refinerThreaded.h 2012-06-17 22:32:50.000000000 -0500 +++ gimp-plugin-registry-5.20120523ubuntu1/resynthesizer/bootchk-resynthesizer-28cade5/src/refinerThreaded.h 2012-06-17 22:40:42.000000000 -0500 @@ -316,7 +316,6 @@ } - g_thread_init(NULL); // Init threading system, not necessary after glib 2.32 prepare_repetition_parameters(repetition_params, targetPoints->len); estimatedPixelCountToCompletion = estimatePixelsToSynth(repetition_params); @@ -456,7 +455,6 @@ } - g_thread_init(NULL); prepare_repetition_parameters(repetition_params, targetPoints->len); estimatedPixelCountToCompletion = estimatePixelsToSynth(repetition_params); diff -Nru gimp-plugin-registry-5.20120523/resynthesizer/bootchk-resynthesizer-28cade5/src/resynthesizer.c gimp-plugin-registry-5.20120523ubuntu1/resynthesizer/bootchk-resynthesizer-28cade5/src/resynthesizer.c --- gimp-plugin-registry-5.20120523/resynthesizer/bootchk-resynthesizer-28cade5/src/resynthesizer.c 2012-06-17 22:32:50.000000000 -0500 +++ gimp-plugin-registry-5.20120523ubuntu1/resynthesizer/bootchk-resynthesizer-28cade5/src/resynthesizer.c 2012-06-17 22:41:09.000000000 -0500 @@ -311,7 +311,6 @@ #ifdef SYNTH_THREADED // This is as early as it can be called. Not sure it needs to be called. See later call to it. // Call it early since calls to gdk, gtk might require this? - g_thread_init(NULL); #endif #ifdef DEBUG diff -Nru gimp-plugin-registry-5.20120523/resynthesizer/src/src/refinerThreaded.h gimp-plugin-registry-5.20120523ubuntu1/resynthesizer/src/src/refinerThreaded.h --- gimp-plugin-registry-5.20120523/resynthesizer/src/src/refinerThreaded.h 2012-06-17 22:32:50.000000000 -0500 +++ gimp-plugin-registry-5.20120523ubuntu1/resynthesizer/src/src/refinerThreaded.h 2012-06-17 22:40:42.000000000 -0500 @@ -316,7 +316,6 @@ } - g_thread_init(NULL); // Init threading system, not necessary after glib 2.32 prepare_repetition_parameters(repetition_params, targetPoints->len); estimatedPixelCountToCompletion = estimatePixelsToSynth(repetition_params); @@ -456,7 +455,6 @@ } - g_thread_init(NULL); prepare_repetition_parameters(repetition_params, targetPoints->len); estimatedPixelCountToCompletion = estimatePixelsToSynth(repetition_params); diff -Nru gimp-plugin-registry-5.20120523/resynthesizer/src/src/resynthesizer.c gimp-plugin-registry-5.20120523ubuntu1/resynthesizer/src/src/resynthesizer.c --- gimp-plugin-registry-5.20120523/resynthesizer/src/src/resynthesizer.c 2012-06-17 22:32:50.000000000 -0500 +++ gimp-plugin-registry-5.20120523ubuntu1/resynthesizer/src/src/resynthesizer.c 2012-06-17 22:41:09.000000000 -0500 @@ -311,7 +311,6 @@ #ifdef SYNTH_THREADED // This is as early as it can be called. Not sure it needs to be called. See later call to it. // Call it early since calls to gdk, gtk might require this? - g_thread_init(NULL); #endif #ifdef DEBUG