File: utf8.patch

package info (click to toggle)
ruby-text-format 1.0.0-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 268 kB
  • sloc: ruby: 2,011; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Description: Convert files to UTF-8
Author: Cdric Boutillier <boutil@debian.org>
Last-Update: 2020-10-02

--- ruby-text-format-1.0.0.orig/README
+++ ruby-text-format-1.0.0/README
@@ -8,6 +8,6 @@ hyphenate words when formatting.
 This is release 1.0, containing both feature enhancements and bug fixes over
 the previous version, 0.64.
 
-Text::Format is originally based on the Perl library of the same name by Gbor
+Text::Format is originally based on the Perl library of the same name by Gábor
 Egressy. It is copyright 2002 - 2005 by Austin Ziegler and is licenced under
 Ruby's licence. It is also available under the Perl Artistic licence.
--- ruby-text-format-1.0.0.orig/lib/text/format.rb
+++ ruby-text-format-1.0.0/lib/text/format.rb
@@ -22,7 +22,7 @@ end
   # Version::     1.0.0
   # Based On::    Perl
   #               Text::Format[http://search.cpan.org/author/GABOR/Text-Format0.52/lib/Text/Format.pm],
-  #               Copyright (c) 1998 Gbor Egressy
+  #               Copyright (c) 1998 Gábor Egressy
   # Licence::     Ruby's, Perl Artistic, or GPL version 2 (or later)
   #
 class Text::Format