[SCM] Debian packaging of libhash-case-perl branch, master, updated. 028ff7c0a5c38c66265836c5a432fa4a31fd0c58

Florian Schlichting fschlich at zedat.fu-berlin.de
Thu Mar 8 22:42:41 UTC 2012


The following commit has been merged in the master branch:
commit c5c698959e4ff4611fba11af193d5042fd74d351
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Thu Mar 8 23:38:20 2012 +0100

    added spelling-error-in-manpage.patch and delete_bogus_lib-hash-Makefile.PL.patch

diff --git a/debian/changelog b/debian/changelog
index a7683f0..f4e6e20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,8 @@ libhash-case-perl (1.010-1) UNRELEASED; urgency=low
   [ Florian Schlichting ]
   * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
   * Switched to source format "3.0 (quilt)".
+  * Added spelling-error-in-manpage.patch and
+    delete_bogus_lib-hash-Makefile.PL.patch.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Thu, 08 Mar 2012 23:16:19 +0100
 
diff --git a/debian/patches/delete_bogus_lib-hash-Makefile.PL.patch b/debian/patches/delete_bogus_lib-hash-Makefile.PL.patch
new file mode 100644
index 0000000..6388fd8
--- /dev/null
+++ b/debian/patches/delete_bogus_lib-hash-Makefile.PL.patch
@@ -0,0 +1,23 @@
+Description: delete a Makefile.PL probably left there by accident
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75630
+
+--- a/lib/Hash/Makefile.PL
++++ /dev/null
+@@ -1,6 +0,0 @@
+-use ExtUtils::MakeMaker;
+-
+-WriteMakefile
+-   ( NAME      => 'Hash::Case'
+-   , PMLIBDIRS => [ qw/Case/ ]
+-   );
+--- a/MANIFEST
++++ b/MANIFEST
+@@ -10,7 +10,6 @@
+ lib/Hash/Case/Preserve.pod
+ lib/Hash/Case/Upper.pm
+ lib/Hash/Case/Upper.pod
+-lib/Hash/Makefile.PL
+ t/10lower.t
+ t/20upper.t
+ t/30pres1.t
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b42c8ab
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+spelling-error-in-manpage.patch
+delete_bogus_lib-hash-Makefile.PL.patch
diff --git a/debian/patches/spelling-error-in-manpage.patch b/debian/patches/spelling-error-in-manpage.patch
new file mode 100644
index 0000000..d6a0367
--- /dev/null
+++ b/debian/patches/spelling-error-in-manpage.patch
@@ -0,0 +1,15 @@
+Description: fix a pod typo found by lintian
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75630
+
+--- a/lib/Hash/Case/Preserve.pod
++++ b/lib/Hash/Case/Preserve.pod
+@@ -70,7 +70,7 @@
+ 
+ =over 4
+ 
+-Which casing is the prefered casing?  The FIRST appearance or the LAST.
++Which casing is the preferred casing?  The FIRST appearance or the LAST.
+ Only stores will affect the casing, deletes will undo the definition.
+ Defaults to LAST, which is slightly faster.
+ 

-- 
Debian packaging of libhash-case-perl



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