[Debian-hebrew-package] r1072 - in /pkg/libhdate/trunk/debian: changelog patches/typos.patch

tzafrir at users.alioth.debian.org tzafrir at users.alioth.debian.org
Tue Jan 24 14:23:00 UTC 2017


Author: tzafrir
Date: Tue Jan 24 14:23:00 2017
New Revision: 1072

URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=1072
Log:
typos_output.patch: renamed typos.patch. More typos from Lintian.

Modified:
    pkg/libhdate/trunk/debian/changelog
    pkg/libhdate/trunk/debian/patches/typos.patch

Modified: pkg/libhdate/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/libhdate/trunk/debian/changelog?rev=1072&op=diff
==============================================================================
--- pkg/libhdate/trunk/debian/changelog	(original)
+++ pkg/libhdate/trunk/debian/changelog	Tue Jan 24 14:23:00 2017
@@ -5,6 +5,7 @@
   * misc:Pre-Depends' instead of multiarch-support
   * Build-Depend on dh-python
   * HTTPS VCS browser URL.
+  * typos_output.patch: renamed typos.patch. More typos from Lintian.
 
  -- Tzafrir Cohen <tzafrir at debian.org>  Tue, 24 Jan 2017 15:30:24 +0200
 

Modified: pkg/libhdate/trunk/debian/patches/typos.patch
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/libhdate/trunk/debian/patches/typos.patch?rev=1072&op=diff
==============================================================================
--- pkg/libhdate/trunk/debian/patches/typos.patch	(original)
+++ pkg/libhdate/trunk/debian/patches/typos.patch	Tue Jan 24 14:23:00 2017
@@ -1,4 +1,4 @@
-Description: typo: "ouput" (Lintian)
+Description: typos reported by Lintian
 Author: Tzafrir Cohen <tzafrir at debian.org>
 
 --- a/examples/hcal/hdate.c
@@ -143,3 +143,57 @@
  "# Shabbat times, parshiot, and choice of Israel/diaspora hoidays.\n"
  "#SUNSET_AWARE=TRUE\n"
  "# LATITUDE and LONGITUDE may be in decimal format or in the form\n"
+--- a/docs/man/man3/hdate.h.3
++++ b/docs/man/man3/hdate.h.3
+@@ -290,7 +290,7 @@ use long strings flag
+ .PP
+ for hdate_get_int_string_ and hdate_get_int_wstring \fBNote:\fP
+ .RS 4
+-How large should the buffer be? Hebrew year 10,999 would be י'תתקצ"ט, eight characters, each two bytes, plus an end-of-string delimiter, equals 17\&. This could effectively yield a range extending to Hebrew year 11,899, י'א תתצ'ט, due to the extra ק needed for the '900' century\&. However, for readability, I would want a an extra space at that point between the millenium and the century\&.\&.\&. 
++How large should the buffer be? Hebrew year 10,999 would be י'תתקצ"ט, eight characters, each two bytes, plus an end-of-string delimiter, equals 17\&. This could effectively yield a range extending to Hebrew year 11,899, י'א תתצ'ט, due to the extra ק needed for the '900' century\&. However, for readability, I would want a an extra space at that point between the millennium and the century\&.\&.\&. 
+ .RE
+ .PP
+ 
+@@ -386,7 +386,7 @@ pointer to this hdate struct
+ Return a string, with the hebrew date\&. \fBReturns:\fP
+ .RS 4
+ NULL pointer upon failure or, upon success, a pointer to a string containing the short ( e\&.g\&. '1 Tishrey' ) or long (e\&.g\&. 'Tuesday
+- 18 Tishrey 5763 Hol hamoed Sukot' ) formated date\&. You must free() the pointer after use\&.
++ 18 Tishrey 5763 Hol hamoed Sukot' ) formatted date\&. You must free() the pointer after use\&.
+ .RE
+ .PP
+ \fBParameters:\fP
+--- a/docs/man/man3/hdate_Hdate.3
++++ b/docs/man/man3/hdate_Hdate.3
+@@ -36,7 +36,7 @@ hdate::Hdate \- \fBHdate\fP class.
+ .ti -1c
+ .RI "char * \fBget_format_date\fP (int s)"
+ .br
+-.RI "\fIget formated hebrew date. \fP"
++.RI "\fIget formatted hebrew date. \fP"
+ .ti -1c
+ .RI "char * \fBget_day_of_week_string\fP (int s)"
+ .br
+@@ -231,9 +231,9 @@ compute date structure from the Julian d
+ 
+ .SS "char* hdate::Hdate::get_format_date (int s)\fC [inline]\fP"
+ .PP
+-get formated hebrew date. 
++get formatted hebrew date. 
+ .PP
+-return the short ( e.g. '1 Tishrey' ) or long (e.g. 'Tuesday 18 Tishrey 5763 Hol hamoed Sukot' ) formated date.
++return the short ( e.g. '1 Tishrey' ) or long (e.g. 'Tuesday 18 Tishrey 5763 Hol hamoed Sukot' ) formatted date.
+ .PP
+ \fBParameters:\fP
+ .RS 4
+--- a/src/hdate.h
++++ b/src/hdate.h
+@@ -61,7 +61,7 @@ extern "C"
+   yield a range extending to Hebrew year 11,899, י"א תתצ"ט,
+   due to the extra ק needed for the '900' century. However,
+   for readability, I would want a an extra space at that
+-  point between the millenium and the century...
++  point between the millennium and the century...
+ */
+ #define HEBREW_NUMBER_BUFFER_SIZE 17
+ #define HEBREW_WNUMBER_BUFFER_SIZE 9




More information about the Debian-hebrew-package mailing list