[libsyntax-highlight-perl-improved-perl] 02/02: Fix spelling errors found by Lintian

Axel Beckert abe at deuxchevaux.org
Wed Nov 8 01:15:48 UTC 2017


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

abe pushed a commit to branch master
in repository libsyntax-highlight-perl-improved-perl.

commit b7e09b5e740da679d40071399da7e1c3a3b3bf1a
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 8 02:14:59 2017 +0100

    Fix spelling errors found by Lintian
---
 debian/changelog                                   |  1 +
 .../fix-spelling-errors-found-by-lintian.patch     | 76 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 debian/viewperl.1                                  | 16 ++---
 4 files changed, 86 insertions(+), 8 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 77d75fe..d79c890 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ libsyntax-highlight-perl-improved-perl (1.01-4) UNRELEASED; urgency=low
   * Mention module name in long package description.
   * Convert debian/changelog to machine-readable DEP5 format.
   * Add DEP3 header to debian/patches/viewperl.patch.
+  * Fix spelling errors found by Lintian.
 
  -- gregor herrmann <gregoa at debian.org>  Wed, 06 Aug 2008 21:34:13 -0300
 
diff --git a/debian/patches/fix-spelling-errors-found-by-lintian.patch b/debian/patches/fix-spelling-errors-found-by-lintian.patch
new file mode 100644
index 0000000..c737af6
--- /dev/null
+++ b/debian/patches/fix-spelling-errors-found-by-lintian.patch
@@ -0,0 +1,76 @@
+Description: Fix spelling errors found by Lintian
+Author: Axel Beckert <abe at debian.org>
+
+--- a/ChangeLog
++++ b/ChangeLog
+@@ -36,7 +36,7 @@
+     *   Added $VERSION variable.
+ 
+     *   Added support for different types of literal numbers: floating
+-        point, exponential notation (eg: 1.3e10), hexidecimal, and
++        point, exponential notation (eg: 1.3e10), hexadecimal, and
+         underscore-separated.
+ 
+     *   Added the `CodeTerm' and `DATA' Formats.
+--- a/lib/Syntax/Highlight/Perl/Improved.pm
++++ b/lib/Syntax/Highlight/Perl/Improved.pm
+@@ -250,7 +250,7 @@
+ 
+ =item CodeTerm
+ 
+-The special tokens that signal the end of executable code and the begining of the
++The special tokens that signal the end of executable code and the beginning of the
+ DATA section.  Specifically, 'C<__END__>' and 'C<__DATA__>'.
+ 
+ =item DATA
+@@ -2844,7 +2844,7 @@
+ =item 6
+ 
+ Add support for greater-than-one length special characters.  Specifically, octal,
+-hexidecimal, and control character codes.  For example, C<\644>, C<\x1a4> or C<\c[>.
++hexadecimal, and control character codes.  For example, C<\644>, C<\x1a4> or C<\c[>.
+ 
+ =back
+ 
+@@ -2915,7 +2915,7 @@
+ =item *
+ 
+ Added support for different types of literal numbers: floating point,
+-exponential notation (eg: 1.3e10), hexidecimal, and underscore-separated.
++exponential notation (eg: 1.3e10), hexadecimal, and underscore-separated.
+ 
+ =item *
+ 
+--- a/viewperl
++++ b/viewperl
+@@ -29,7 +29,7 @@
+     'Module'      => 0,   # Flag indicating that we've seen at least one module.
+     'Name'        => 1,   # Flag indicating whether we should display file names.
+     'POD'         => 0,   # Flag indicating whether or not to display in-line POD.
+-    'Reset'       => 1,   # Flag to supress resetting line-numbers and formatting between files.
++    'Reset'       => 1,   # Flag to suppress resetting line-numbers and formatting between files.
+     'Shift'       => 4,   # Width of expanded tabs (shift-width).
+     'Expand Tabs' => 1,   # Flag to expand tabs or not.
+ );
+@@ -154,17 +154,17 @@
+ 
+   -c, --code=CODE       view CODE, syntax highlighted
+   -l, --lines           display line numbers
+-  -L, --no-lines        supress display of line numbers (default)
++  -L, --no-lines        suppress display of line numbers (default)
+   -m, --module=FILE     consider FILE the name of a module, not a file name
+   -n, --name            display the name of each file (default)
+-  -N, --no-name         supress display of file names (implied by --no-reset)
++  -N, --no-name         suppress display of file names (implied by --no-reset)
+   -p, --pod             display inline POD documentation (default)
+   -P, --no-pod          hide POD documentation (line numbers still increment)
+   -r, --reset           reset formatting and line numbers each file (default)
+-  -R, --no-reset        supress resetting of formatting and line numbers
++  -R, --no-reset        suppress resetting of formatting and line numbers
+   -s, --shift=WIDTH     set tab width (default is 4)
+   -t, --tabs            translate tabs into spaces (default)
+-  -T, --no-tabs         supress translating of tabs into spaces
++  -T, --no-tabs         suppress translating of tabs into spaces
+ 
+       --help            display this help and exit
+ 
diff --git a/debian/patches/series b/debian/patches/series
index aeeaca5..b8058f3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 viewperl.patch
+fix-spelling-errors-found-by-lintian.patch
diff --git a/debian/viewperl.1 b/debian/viewperl.1
index 063b0d1..f05a551 100644
--- a/debian/viewperl.1
+++ b/debian/viewperl.1
@@ -15,7 +15,7 @@ view CODE, syntax highlighted
 display line numbers
 .TP
 \fB\-L\fR, \fB\-\-no\-lines\fR
-supress display of line numbers (default)
+suppress display of line numbers (default)
 .TP
 \fB\-m\fR, \fB\-\-module\fR=\fIFILE\fR
 consider FILE the name of a module, not a file name
@@ -24,7 +24,7 @@ consider FILE the name of a module, not a file name
 display the name of each file (default)
 .TP
 \fB\-N\fR, \fB\-\-no\-name\fR
-supress display of file names (implied by \fB\-\-no\-reset\fR)
+suppress display of file names (implied by \fB\-\-no\-reset\fR)
 .TP
 \fB\-p\fR, \fB\-\-pod\fR
 display inline POD documentation (default)
@@ -36,7 +36,7 @@ hide POD documentation (line numbers still increment)
 reset formatting and line numbers each file (default)
 .TP
 \fB\-R\fR, \fB\-\-no\-reset\fR
-supress resetting of formatting and line numbers
+suppress resetting of formatting and line numbers
 .TP
 \fB\-s\fR, \fB\-\-shift\fR=\fIWIDTH\fR
 set tab width (default is 4)
@@ -45,7 +45,7 @@ set tab width (default is 4)
 translate tabs into spaces (default)
 .TP
 \fB\-T\fR, \fB\-\-no\-tabs\fR
-supress translating of tabs into spaces
+suppress translating of tabs into spaces
 .TP
 \fB\-\-help\fR
 display this help and exit
@@ -65,7 +65,7 @@ view CODE, syntax highlighted
 display line numbers
 .TP
 \fB\-L\fR, \fB\-\-no\-lines\fR
-supress display of line numbers (default)
+suppress display of line numbers (default)
 .TP
 \fB\-m\fR, \fB\-\-module\fR=\fIFILE\fR
 consider FILE the name of a module, not a file name
@@ -74,7 +74,7 @@ consider FILE the name of a module, not a file name
 display the name of each file (default)
 .TP
 \fB\-N\fR, \fB\-\-no\-name\fR
-supress display of file names (implied by \fB\-\-no\-reset\fR)
+suppress display of file names (implied by \fB\-\-no\-reset\fR)
 .TP
 \fB\-p\fR, \fB\-\-pod\fR
 display inline POD documentation (default)
@@ -86,7 +86,7 @@ hide POD documentation (line numbers still increment)
 reset formatting and line numbers each file (default)
 .TP
 \fB\-R\fR, \fB\-\-no\-reset\fR
-supress resetting of formatting and line numbers
+suppress resetting of formatting and line numbers
 .TP
 \fB\-s\fR, \fB\-\-shift\fR=\fIWIDTH\fR
 set tab width (default is 4)
@@ -95,7 +95,7 @@ set tab width (default is 4)
 translate tabs into spaces (default)
 .TP
 \fB\-T\fR, \fB\-\-no\-tabs\fR
-supress translating of tabs into spaces
+suppress translating of tabs into spaces
 .TP
 \fB\-\-help\fR
 display this help and exit

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsyntax-highlight-perl-improved-perl.git



More information about the Pkg-perl-cvs-commits mailing list