[libtext-bibtex-perl] 06/07: Update patch fixing typo errors

Lucas Kanashiro kanashiro.duarte at gmail.com
Mon Apr 25 17:03:50 UTC 2016


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

kanashiro-guest pushed a commit to branch master
in repository libtext-bibtex-perl.

commit 8a8fc8a9044ad7e495adcb75f92b0777943cc73d
Author: Lucas Kanashiro <kanashiro.duarte at gmail.com>
Date:   Mon Apr 25 13:31:38 2016 -0300

    Update patch fixing typo errors
---
 debian/changelog                              |  1 +
 debian/patches/0001-Fix-spelling-errors.patch | 42 ++++++++++++++++++++++++---
 2 files changed, 39 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1161428..2e84300 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ libtext-bibtex-perl (0.72-1) UNRELEASED; urgency=medium
   * Update years of Debian packaging copyright
   * Declare compliance with Debian policy 3.9.8
   * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+  * Update patch fixing typo errors
 
  -- Lucas Kanashiro <kanashiro.duarte at gmail.com>  Mon, 25 Apr 2016 13:01:38 -0300
 
diff --git a/debian/patches/0001-Fix-spelling-errors.patch b/debian/patches/0001-Fix-spelling-errors.patch
index 1dc80df..d3c1fae 100644
--- a/debian/patches/0001-Fix-spelling-errors.patch
+++ b/debian/patches/0001-Fix-spelling-errors.patch
@@ -7,8 +7,9 @@ Content-Transfer-Encoding: 8bit
 
 Origin: vendor
 Forwarded: no
-Author: Julián Moreno Patiño <darkjunix at gmail.com>
-Last-Update: 2011-11-05
+Author: Julián Moreno Patiño <darkjunix at gmail.com>,
+        Lucas Kanashiro <kanashiro.duarte at gmail.com>
+Last-Update: 2016-04-25
 
 (DEP3 header pushed into git comment by db)
 ---
@@ -17,7 +18,7 @@ Last-Update: 2011-11-05
 
 --- a/lib/Text/BibTeX/Structure.pm
 +++ b/lib/Text/BibTeX/Structure.pm
-@@ -80,7 +80,7 @@
+@@ -80,7 +80,7 @@ basis of the B<btOOL> "structure module"
  database structures are defined and imposed on BibTeX files, and
  provides an elegant synthesis of object-oriented techniques with
  BibTeX-style database structures.  Nothing described here is
@@ -28,7 +29,7 @@ Last-Update: 2011-11-05
  
 --- a/btparse/doc/bt_language.pod
 +++ b/btparse/doc/bt_language.pod
-@@ -94,7 +94,7 @@
+@@ -94,7 +94,7 @@ regular expressions on the right:
     JUNK                  ~[\@\n\ \r\t]+
  
  (Note that this is PCCTS regular expression syntax, which should be
@@ -37,3 +38,36 @@ Last-Update: 2011-11-05
  character class is negated as C<~[...]> rather than C<[^...]>.)
  
  On seeing C<at> at top-level, we enter in-entry mode.  Whitespace, junk,
+--- a/lib/Text/BibTeX.pm
++++ b/lib/Text/BibTeX.pm
+@@ -594,7 +594,7 @@ the input string is returned.
+ 
+ OPTIONS is currently unused.
+ 
+-=item change_case (TRANFORM, STRING [, OPTIONS])
++=item change_case (TRANSFORM, STRING [, OPTIONS])
+ 
+ Transforms the case of STRING according to TRANSFORM (a single
+ character, one of C<'u'>, C<'l'>, or C<'t'>).  See L<bt_misc> for
+--- a/lib/Text/BibTeX/BibSort.pm
++++ b/lib/Text/BibTeX/BibSort.pm
+@@ -70,7 +70,7 @@ to produce the sort key: non-English let
+ non-alphabetic characters are stripped, and everything is forced to
+ lowercase.  (The first two steps are done by the C<purify_string> routine;
+ see L<Text::BibTeX/"Generic string-processing functions"> for a brief
+-description, and the descripton of the C function C<bt_purify_string()> in
++description, and the description of the C function C<bt_purify_string()> in
+ L<bt_misc> for all the gory details.)
+ 
+ =cut
+--- a/lib/Text/BibTeX/Entry.pm
++++ b/lib/Text/BibTeX/Entry.pm
+@@ -463,7 +463,7 @@ L<Text::BibTeX::Value>.
+ 
+ =item value ()
+ 
+-Retuns the single string associated with C<@comment> and C<@preamble>
++Returns the single string associated with C<@comment> and C<@preamble>
+ entries.  For instance, the entry
+ 
+    @preamble{" This is   a preamble" # 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtext-bibtex-perl.git



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