tags 498506 + patch
thanks

Hi,

The following is the diff for my clutter 0.8.0-1.1 NMU.

diff -u clutter-0.8.0/debian/changelog clutter-0.8.0/debian/changelog
--- clutter-0.8.0/debian/changelog
+++ clutter-0.8.0/debian/changelog
@@ -1,3 +1,11 @@
+clutter (0.8.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/01pcnoexport.diff: Use gmodule-no-export-2.0 instead of
+    gmodule-2.0 to fix symbols hiding of other libraries (Closes: #498506)
+
+ -- Laurent Bigonville <[EMAIL PROTECTED]>  Wed, 10 Sep 2008 19:02:29 +0200
+
 clutter (0.8.0-1) unstable; urgency=low
 
   * New upstream release.
only in patch2:
unchanged:
--- clutter-0.8.0.orig/debian/patches/01pcnoexport.diff
+++ clutter-0.8.0/debian/patches/01pcnoexport.diff
@@ -0,0 +1,12 @@
+diff -Nur -x '*.orig' -x '*~' clutter-0.8.0/configure.ac 
clutter-0.8.0.new/configure.ac
+--- clutter-0.8.0/configure.ac 2008-07-10 18:26:59.000000000 +0200
++++ clutter-0.8.0.new/configure.ac     2008-09-10 17:43:50.000000000 +0200
+@@ -519,7 +519,7 @@
+ AC_SUBST(JSON_PREFIX)
+ AM_CONDITIONAL(LOCAL_JSON_GLIB, test "x$have_json" = "xno")
+ 
+-CLUTTER_REQUIRES="pangocairo >= 1.18 glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 
gmodule-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
++CLUTTER_REQUIRES="pangocairo >= 1.18 glib-2.0 >= 2.14 gobject-2.0 gthread-2.0 
gmodule-no-export-2.0 $BACKEND_PC_FILES $JSON_GLIB_PC"
+ 
+ if test "x$imagebackend" = "xgdk-pixbuf"; then
+         CLUTTER_REQUIRES="$CLUTTER_REQUIRES gdk-pixbuf-2.0"



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to