diff -Nru clutter-gesture-0.0.2.1/debian/changelog clutter-gesture-0.0.2.1/debian/changelog --- clutter-gesture-0.0.2.1/debian/changelog 2011-03-22 14:42:38.000000000 +0700 +++ clutter-gesture-0.0.2.1/debian/changelog 2011-09-16 10:50:29.000000000 +0700 @@ -1,3 +1,9 @@ +clutter-gesture (0.0.2.1-2ubuntu2) oneiric; urgency=low + + * debian/patches/02_fix_FTBFS_GCC_4.patch: Fix FTBFS wih GCC 4.6 (LP: #831240) + + -- Mahyuddin Susanto Fri, 16 Sep 2011 10:21:51 +0700 + clutter-gesture (0.0.2.1-2ubuntu1) natty; urgency=low * debian/patches/glex_fix.patch: Do not include diff -Nru clutter-gesture-0.0.2.1/debian/control clutter-gesture-0.0.2.1/debian/control --- clutter-gesture-0.0.2.1/debian/control 2011-03-15 19:27:28.000000000 +0700 +++ clutter-gesture-0.0.2.1/debian/control 2011-09-16 10:24:38.000000000 +0700 @@ -1,7 +1,8 @@ Source: clutter-gesture Section: libs Priority: optional -Maintainer: Ying-Chun Liu (PaulLiu) +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Ying-Chun Liu (PaulLiu) Homepage: http://moblin.org/ Build-Depends: cdbs, debhelper (>= 7), automake, gtk-doc-tools, libclutter-1.0-dev, libtool diff -Nru clutter-gesture-0.0.2.1/debian/patches/02_fix_FTBFS_GCC_4.6.patch clutter-gesture-0.0.2.1/debian/patches/02_fix_FTBFS_GCC_4.6.patch --- clutter-gesture-0.0.2.1/debian/patches/02_fix_FTBFS_GCC_4.6.patch 1970-01-01 07:00:00.000000000 +0700 +++ clutter-gesture-0.0.2.1/debian/patches/02_fix_FTBFS_GCC_4.6.patch 2011-09-16 10:50:41.000000000 +0700 @@ -0,0 +1,16 @@ +Description: Fix FTBFS with GCC4.6 +Author: Mahyuddin Susanto +Bug-Ubuntu: https://bugs.launchpad.net/bugs/831240 +Index: clutter-gesture-0.0.2.1/configure.ac +=================================================================== +--- clutter-gesture-0.0.2.1.orig/configure.ac 2011-09-16 10:49:56.415544907 +0700 ++++ clutter-gesture-0.0.2.1/configure.ac 2011-09-16 10:50:19.515578793 +0700 +@@ -50,7 +50,7 @@ + clutter-1.0 >= 1.0.0 + gobject-2.0 + glib-2.0) +-CLUTTERGESTURE_CFLAGS="$CLUTTERGESTURE_CFLAGS -Wall -Werror -fPIC" ++CLUTTERGESTURE_CFLAGS="$CLUTTERGESTURE_CFLAGS -Wall -fPIC" + AC_SUBST(CLUTTERGESTURE_CFLAGS) + AC_SUBST(CLUTTERGESTURE_LIBS) + diff -Nru clutter-gesture-0.0.2.1/debian/patches/series clutter-gesture-0.0.2.1/debian/patches/series --- clutter-gesture-0.0.2.1/debian/patches/series 2011-03-22 14:40:18.000000000 +0700 +++ clutter-gesture-0.0.2.1/debian/patches/series 2011-09-16 10:27:05.000000000 +0700 @@ -1,2 +1,3 @@ 01_fix_FTBFS_binutils-gold.patch glex_fix.patch +02_fix_FTBFS_GCC_4.6.patch