Hi,
the build failure is caused by a spelling error of n_properies (missing a
"t"). The attached patch fixes this.
I'm not a DD yet so some other DD will have to upload it.
Ideally my fix to #580106 could be evaluated at the same time.
Heiko
From 110f2372c9dbce795c601406525b9b3a4857c7e0 Mon Sep 17 00:00:00 2001
From: Heiko Stuebner
Date: Mon, 28 Jun 2010 18:33:46 +0200
Subject: [PATCH] fix FTBFS
---
debian/changelog |6 +++
debian/patches/0002-fix-spelling-errors.patch | 43 +
2 files changed, 49 insertions(+), 0 deletions(-)
create mode 100644 debian/patches/0002-fix-spelling-errors.patch
diff --git a/debian/changelog b/debian/changelog
index 8fe0084..addde37 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+clutter-1.0 (1.0.8-2) unstable; urgency=low
+
+ * Fix spelling errors causing a failing build (Closes: #583465)
+
+ -- Some One Mon, 28 Jun 2010 18:33:35 +0200
+
clutter-1.0 (1.0.8-1) unstable; urgency=low
* New upstream release
diff --git a/debian/patches/0002-fix-spelling-errors.patch b/debian/patches/0002-fix-spelling-errors.patch
new file mode 100644
index 000..b0d052d
--- /dev/null
+++ b/debian/patches/0002-fix-spelling-errors.patch
@@ -0,0 +1,43 @@
+From c1ec6c8e949cf3d51a0f5f56e81e9e2e183ec786 Mon Sep 17 00:00:00 2001
+From: Heiko Stuebner
+Date: Mon, 28 Jun 2010 18:30:33 +0200
+Subject: [PATCH] fix spelling errors
+
+---
+ clutter/clutter-animation.c |6 +++---
+ 1 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/clutter/clutter-animation.c b/clutter/clutter-animation.c
+index 9ed4368..eacb614 100644
+--- a/clutter/clutter-animation.c
b/clutter/clutter-animation.c
+@@ -1982,7 +1982,7 @@ clutter_actor_animate (ClutterActor *actor,
+ * @n_properties: number of property names and values
+ * @properties: (array length=n_properties) (element-type utf8): a vector
+ *containing the property names to set
+- * @values: (array length=n_properies): a vector containing the
++ * @values: (array length=n_properties): a vector containing the
+ *property values to set
+ *
+ * Animates the given list of properties of @actor between the current
+@@ -2034,7 +2034,7 @@ clutter_actor_animatev (ClutterActor*actor,
+ * @n_properties: number of property names and values
+ * @properties: (array length=n_properties) (element-type utf8): a vector
+ *containing the property names to set
+- * @values: (array length=n_properies): a vector containing the
++ * @values: (array length=n_properties): a vector containing the
+ *property values to set
+ *
+ * Animates the given list of properties of @actor between the current
+@@ -2089,7 +2089,7 @@ clutter_actor_animate_with_timelinev (ClutterActor*actor,
+ * @n_properties: number of property names and values
+ * @properties: (array length=n_properties) (element-type utf8): a vector
+ *containing the property names to set
+- * @values: (array length=n_properies): a vector containing the
++ * @values: (array length=n_properties): a vector containing the
+ *property values to set
+ *
+ * Animates the given list of properties of @actor between the current
+--
+1.7.1
+
--
1.7.1
signature.asc
Description: This is a digitally signed message part.