diff -upr deb/debian/patches/02_fix_FTBFS_gcc4.6.patch quantal/debian/patches/02_fix_FTBFS_gcc4.6.patch
--- deb/debian/patches/02_fix_FTBFS_gcc4.6.patch	2011-07-17 20:57:56.000000000 -0400
+++ quantal/debian/patches/02_fix_FTBFS_gcc4.6.patch	2012-05-22 23:17:38.837537513 -0400
@@ -13,7 +13,7 @@ Index: clutter-gesture-0.0.2.1/configure
  			gobject-2.0
  			glib-2.0)
 -CLUTTERGESTURE_CFLAGS="$CLUTTERGESTURE_CFLAGS -Wall -Werror -fPIC"
-+CLUTTERGESTURE_CFLAGS="$CLUTTERGESTURE_CFLAGS -Wall -Werror -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter -fPIC"
++CLUTTERGESTURE_CFLAGS="$CLUTTERGESTURE_CFLAGS -Wall -fPIC"
  AC_SUBST(CLUTTERGESTURE_CFLAGS)
  AC_SUBST(CLUTTERGESTURE_LIBS)
  
diff -upr deb/debian/patches/05_no-undefined-symbols.patch quantal/debian/patches/05_no-undefined-symbols.patch
--- deb/debian/patches/05_no-undefined-symbols.patch	2012-04-02 11:06:42.000000000 -0400
+++ quantal/debian/patches/05_no-undefined-symbols.patch	2012-05-22 23:18:15.829720950 -0400
@@ -32,7 +32,7 @@ Index: clutter-gesture-0.0.2.1/configure
 @@ -51,8 +51,8 @@
  			gobject-2.0
  			glib-2.0)
- CLUTTERGESTURE_CFLAGS="$CLUTTERGESTURE_CFLAGS -Wall -Werror -Wno-error=unused-but-set-variable -Wno-error=unused-but-set-parameter -fPIC"
+ CLUTTERGESTURE_CFLAGS="$CLUTTERGESTURE_CFLAGS -Wall -fPIC"
 -AC_SUBST(CLUTTERGESTURE_CFLAGS)
 -AC_SUBST(CLUTTERGESTURE_LIBS)
 +
