[SCM] Debian packaging of libmarc-record-perl branch, master, updated. 957834ff4602aff17302eaf797d7498f06a7112e
gregor herrmann
gregoa at debian.org
Sun Jun 2 18:02:45 UTC 2013
The following commit has been merged in the master branch:
commit 562e0dcc2f326b3d3d2698b94888cc7b5b53b26d
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jun 2 20:00:07 2013 +0200
Add a patch to fix a spelling mistake.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..ef0138e
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=85804
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85804
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-06-02
+
+--- a/lib/MARC/Field.pm
++++ b/lib/MARC/Field.pm
+@@ -470,7 +470,7 @@
+ =head2 delete_subfields()
+
+ Delete all subfields with a given subfield code. This is here for backwards
+-compatability, you should use the more flexible delete_subfield().
++compatibility, you should use the more flexible delete_subfield().
+
+ =cut
+
+--- a/lib/MARC/Record.pm
++++ b/lib/MARC/Record.pm
+@@ -645,7 +645,7 @@
+ C<add_fields()> is now deprecated, and users are encouraged to use
+ C<append_fields()>, C<insert_fields_after()>, and C<insert_fields_before()>
+ since they do what you want probably. It is still here though, for backwards
+-compatability.
++compatibility.
+
+ C<add_fields()> adds MARC::Field objects to the end of the list. Returns the
+ number of fields added, or C<undef> if there was an error.
--
Debian packaging of libmarc-record-perl
More information about the Pkg-perl-cvs-commits
mailing list