[caja] 01/02: debian/patches: Add 1001_fix-typo-in-binary.patch. Fix systematic typo in binary (reported by lintian).

Mike Gabriel sunweaver at debian.org
Mon Dec 21 13:07:35 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository caja.

commit 1fa89e2bc53dc6cd4944df211ea775fc82e1b069
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Dec 21 14:06:50 2015 +0100

    debian/patches: Add 1001_fix-typo-in-binary.patch. Fix systematic typo in binary (reported by lintian).
---
 debian/patches/1001_fix-typo-in-binary.patch | 44 ++++++++++++++++++++++++++++
 debian/patches/series                        |  1 +
 2 files changed, 45 insertions(+)

diff --git a/debian/patches/1001_fix-typo-in-binary.patch b/debian/patches/1001_fix-typo-in-binary.patch
new file mode 100644
index 0000000..b6f44fb
--- /dev/null
+++ b/debian/patches/1001_fix-typo-in-binary.patch
@@ -0,0 +1,44 @@
+Description: Typo fix in binary
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+Forwarded: https://github.com/mate-desktop/caja/pull/488
+
+--- a/eel/eel-wrap-table.c
++++ b/eel/eel-wrap-table.c
+@@ -497,7 +497,7 @@
+     g_object_class_install_property
+     (gobject_class,
+      PROP_HOMOGENEOUS,
+-     g_param_spec_boolean ("homogenous", NULL, NULL,
++     g_param_spec_boolean ("homogeneous", NULL, NULL,
+                            FALSE, G_PARAM_READWRITE));
+ 
+     g_type_class_add_private (wrap_table_class, sizeof (EelWrapTableDetails));
+@@ -1108,7 +1108,7 @@
+ }
+ 
+ GtkWidget *
+-eel_scrolled_wrap_table_new (gboolean homogenous,
++eel_scrolled_wrap_table_new (gboolean homogeneous,
+                              GtkShadowType shadow_type,
+                              GtkWidget **wrap_table_out)
+ {
+@@ -1131,7 +1131,7 @@
+     gtk_container_add (GTK_CONTAINER (scrolled_window),
+                        viewport);
+ 
+-    wrap_table = eel_wrap_table_new (homogenous);
++    wrap_table = eel_wrap_table_new (homogeneous);
+     gtk_container_add (GTK_CONTAINER (viewport),
+                        wrap_table);
+ 
+--- a/eel/eel-wrap-table.h
++++ b/eel/eel-wrap-table.h
+@@ -95,7 +95,7 @@
+             int                 position);
+     guint            eel_wrap_table_get_num_children          (const EelWrapTable *wrap_table);
+ 
+-    GtkWidget *      eel_scrolled_wrap_table_new              (gboolean            homogenous,
++    GtkWidget *      eel_scrolled_wrap_table_new              (gboolean            homogeneous,
+             GtkShadowType       shadow_type,
+             GtkWidget         **wrap_table_out);
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d411de6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+1001_fix-typo-in-binary.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/caja.git



More information about the pkg-mate-commits mailing list