[Debian-hebrew-package] r1047 - in /pkg/hocr/trunk/debian: changelog patches/series patches/spelling.patch

tzafrir at users.alioth.debian.org tzafrir at users.alioth.debian.org
Mon Jan 23 20:53:21 UTC 2017


Author: tzafrir
Date: Mon Jan 23 20:53:17 2017
New Revision: 1047

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=1047
Log:
spelling.patch: fix some typos reported by Lintian

Added:
    pkg/hocr/trunk/debian/patches/spelling.patch
Modified:
    pkg/hocr/trunk/debian/changelog
    pkg/hocr/trunk/debian/patches/series

Modified: pkg/hocr/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hocr/trunk/debian/changelog?rev=1047&op=diff
==============================================================================
--- pkg/hocr/trunk/debian/changelog	(original)
+++ pkg/hocr/trunk/debian/changelog	Mon Jan 23 20:53:17 2017
@@ -13,6 +13,7 @@
   * A DEP-5 copyright file
   * Add a symbols file for libhocr0
   * lm.patch: link libhocr with libm
+  * spelling.patch: fix some typos reported by Lintian
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Mon, 23 Jan 2017 19:44:16 +0200
 

Modified: pkg/hocr/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hocr/trunk/debian/patches/series?rev=1047&op=diff
==============================================================================
--- pkg/hocr/trunk/debian/patches/series	(original)
+++ pkg/hocr/trunk/debian/patches/series	Mon Jan 23 20:53:17 2017
@@ -1,3 +1,4 @@
+spelling.patch
 reproducible-build.patch
 install_scripts.patch
 lm.patch

Added: pkg/hocr/trunk/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/hocr/trunk/debian/patches/spelling.patch?rev=1047&op=file
==============================================================================
--- pkg/hocr/trunk/debian/patches/spelling.patch	(added)
+++ pkg/hocr/trunk/debian/patches/spelling.patch	Mon Jan 23 20:53:17 2017
@@ -0,0 +1,28 @@
+From: Tzafrir Cohen <tzafrir at debian.org>
+Subject: fix typos reprted by Lintian
+
+--- a/examples/hocr/hocr.c
++++ b/examples/hocr/hocr.c
+@@ -286,8 +286,8 @@ static GOptionEntry image_entries[] = {
+ };
+ 
+ static GOptionEntry segmentation_entries[] = {
+-  {"colums setup", 'c', 0, G_OPTION_ARG_INT, &paragraph_setup,
+-      "colums setup: 1.. #colums, 0 auto, 255 free",
++  {"columns setup", 'c', 0, G_OPTION_ARG_INT, &paragraph_setup,
++      "columns setup: 1.. #columns, 0 auto, 255 free",
+     "NUM"},
+   {"slicing", 'x', 0, G_OPTION_ARG_INT, &slicing_threshold,
+       "use NUM as font slicing threshold, 1..250",
+@@ -308,9 +308,9 @@ static GOptionEntry debug_entries[] = {
+   {"draw-grid", 'g', 0, G_OPTION_ARG_NONE, &show_grid,
+     "draw grid on output images", NULL},
+   {"debug", 'd', 0, G_OPTION_ARG_NONE, &verbose,
+-    "print debuging information while running", NULL},
++    "print debugging information while running", NULL},
+   {"debug-extra", 'D', 0, G_OPTION_ARG_NONE, &debug,
+-    "print extra debuging information", NULL},
++    "print extra debugging information", NULL},
+   {"font-filter", 'y', 0, G_OPTION_ARG_INT, &debug_font_filter,
+     "debug a font filter, use filter NUM", "NUM"},
+   {"font-filter-list", 'Y', 0, G_OPTION_ARG_NONE, &debug_font_filter_list,




More information about the Debian-hebrew-package mailing list