[SCM] branch, master, updated. upstream/0.9.9+git2012426-22-g6fd2709

gregor herrmann gregoa at debian.org
Tue Jun 5 19:28:11 UTC 2012


The following commit has been merged in the master branch:
commit 7c5c1e4e7952d745bad81898df1c580f9c269bfb
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Jun 5 21:23:32 2012 +0200

    Add patches to fix spelling mistakes and add missing whatis entries in POD.

diff --git a/debian/patches/02_spelling.patch b/debian/patches/02_spelling.patch
new file mode 100644
index 0000000..6e6cc43
--- /dev/null
+++ b/debian/patches/02_spelling.patch
@@ -0,0 +1,48 @@
+Description: fix spelling mistakes
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-06-05
+
+--- a/lib/Biber.pm
++++ b/lib/Biber.pm
+@@ -2160,7 +2160,7 @@
+ 
+           Biber::Config->add_uniquelistcount($namelist);
+         }
+-        # We need to know the list uniqueness counts for the whole list seperately otherwise
++        # We need to know the list uniqueness counts for the whole list separately otherwise
+         # we will falsely "disambiguate" identical name lists from each other by setting
+         # uniquelist to the full list because every part of each list will have more than
+         # one count. We therefore need to distinguish counts which are of the final, complete
+--- a/lib/Biber/Config.pm
++++ b/lib/Biber/Config.pm
+@@ -969,7 +969,7 @@
+ 
+     Biber::Config->incr_seen_nameyear($ns, $ys);
+ 
+-    We pass in the name and year strings seperately as we have to
++    We pass in the name and year strings separately as we have to
+     be careful and only increment this counter beyond 1 if there is
+     both a name and year component. Otherwise, extrayear gets defined for all
+     entries with no name but the same year etc.
+@@ -1404,7 +1404,7 @@
+     setdisplaymode(['entrytype'], ['field'], ['citekey'], $value)
+ 
+     This sets the desired displaymode to use for some data in the bib.
+-    Of course, this is entirey seperate semantically from the
++    Of course, this is entirey separate semantically from the
+     displaymodes *defined* in the bib which just tell you what to return
+     for a particular displaymode request for some data.
+ 
+--- a/t/basic-misc.t
++++ b/t/basic-misc.t
+@@ -342,7 +342,7 @@
+ 
+ is( $out->get_output_entry($main,'murray'), $murray2, 'bbl with > maxcitenames, empty alphaothers' ) ;
+ 
+-# Make sure namehash and fullhash are seperately generated
++# Make sure namehash and fullhash are separately generated
+ is( $out->get_output_entry($main,'anon1'), $anon1, 'namehash/fullhash 1' ) ;
+ is( $out->get_output_entry($main,'anon2'), $anon2, 'namehash/fullhash 2' ) ;
+ 
diff --git a/debian/patches/03_whatis.patch b/debian/patches/03_whatis.patch
new file mode 100644
index 0000000..f8c5355
--- /dev/null
+++ b/debian/patches/03_whatis.patch
@@ -0,0 +1,105 @@
+Description: add (dummy) whatis entries to POD
+Origin: vendor
+Forwarded: no
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-06-05
+
+--- a/lib/Biber/Entries.pm
++++ b/lib/Biber/Entries.pm
+@@ -7,7 +7,7 @@
+ 
+ =head1 NAME
+ 
+-Biber::Entries
++Biber::Entries - Biber::Entries objects
+ 
+ =head2 new
+ 
+--- a/lib/Biber/Entry.pm
++++ b/lib/Biber/Entry.pm
+@@ -15,7 +15,7 @@
+ 
+ =head1 NAME
+ 
+-Biber::Entry
++Biber::Entry - Biber::Entry objects
+ 
+ =head2 new
+ 
+--- a/lib/Biber/Entry/Name.pm
++++ b/lib/Biber/Entry/Name.pm
+@@ -14,7 +14,7 @@
+ 
+ =head1 NAME
+ 
+-Biber::Entry::Name
++Biber::Entry::Name - Biber::Entry::Name objects
+ 
+ =head2 new
+ 
+--- a/lib/Biber/Entry/Names.pm
++++ b/lib/Biber/Entry/Names.pm
+@@ -13,7 +13,7 @@
+ 
+ =head1 NAME
+ 
+-Biber::Entry::Names
++Biber::Entry::Names - Biber::Entry::Names objects
+ 
+ =head2 new
+ 
+--- a/lib/Biber/Section.pm
++++ b/lib/Biber/Section.pm
+@@ -11,7 +11,7 @@
+ 
+ =head1 NAME
+ 
+-Biber::Section
++Biber::Section - Biber::Section objects
+ 
+ =head2 new
+ 
+--- a/lib/Biber/Sections.pm
++++ b/lib/Biber/Sections.pm
+@@ -7,7 +7,7 @@
+ 
+ =head1 NAME
+ 
+-Biber::Sections
++Biber::Sections - Biber::Sections objects
+ 
+ =head2 new
+ 
+--- a/lib/Biber/SortList.pm
++++ b/lib/Biber/SortList.pm
+@@ -11,7 +11,7 @@
+ 
+ =head1 NAME
+ 
+-Biber::SortList
++Biber::SortList - Biber::SortList objects
+ 
+ =head2 new
+ 
+--- a/lib/Biber/SortLists.pm
++++ b/lib/Biber/SortLists.pm
+@@ -7,7 +7,7 @@
+ 
+ =head1 NAME
+ 
+-Biber::SortLists
++Biber::SortLists - Biber::SortLists objects
+ 
+ =head2 new
+ 
+--- a/lib/Biber/Structure.pm
++++ b/lib/Biber/Structure.pm
+@@ -13,7 +13,7 @@
+ 
+ =head1 NAME
+ 
+-Biber::Structure
++Biber::Structure - Biber::Structure objects
+ 
+ 
+ =cut
diff --git a/debian/patches/series b/debian/patches/series
index 4c23592..f13e36b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,3 @@
 01_remove_dependency_mozilla_ca.patch
+02_spelling.patch
+03_whatis.patch

-- 




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