Bug#583465: patch fixing the build failure

2010-07-01 Thread gregor herrmann
On Mon, 28 Jun 2010 18:38:06 +0200, Heiko Stübner wrote:

> the build failure is caused by a spelling error of n_properies (missing a 
> "t"). The attached patch fixes this.

1.2.8-1 from experimental builds fine for me.

Looking at the ChangeLog for 1.2.8:

#v+
commit d11cb33e20a6c79fbe1e293ffbff85409b9b6836
Author: Emmanuele Bassi 
Date:   Sun May 9 00:13:16 2010 +0100

Fix annotation typos
(cherry picked from commit 4c850d39c59bc1d88f527f99485882fa2399afbf)

Signed-off-by: Emmanuele Bassi 
#v-


Cheers,
gregor

 
-- 
 .''`.   http://info.comodo.priv.at/ -- GPG key IDs: 0x8649AA06, 0x00F3CFE4
 : :' :  Debian GNU/Linux user, admin, & developer - http://www.debian.org/
 `. `'   Member of VIBE!AT & SPI, fellow of Free Software Foundation Europe
   `-NP: Arlo Guthrie: Coming into LA


signature.asc
Description: Digital signature


Bug#583465: patch fixing the build failure

2010-06-28 Thread Heiko Stübner
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.