[libcache-fastmmap-perl] 05/06: Create pathc to fix typo in binary

Lucas Kanashiro kanashiro at moszumanska.debian.org
Wed Jun 29 18:50:19 UTC 2016


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

kanashiro pushed a commit to branch master
in repository libcache-fastmmap-perl.

commit 65c90c453f6da3ee2e8c8b09fe92e1c670173966
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Wed Jun 29 15:40:54 2016 -0300

    Create pathc to fix typo in binary
---
 debian/changelog                   |  1 +
 debian/patches/0001_fix-typo.patch | 17 +++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 71ccce5..662ed81 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ libcache-fastmmap-perl (1.44-1) UNRELEASED; urgency=medium
   * Import upstream version 1.44
   * Declare compliance with Debian policy 3.9.8
   * debian/rules: export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
+  * Create pathc to fix typo in binary
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Wed, 29 Jun 2016 15:27:08 -0300
 
diff --git a/debian/patches/0001_fix-typo.patch b/debian/patches/0001_fix-typo.patch
new file mode 100644
index 0000000..07df61a
--- /dev/null
+++ b/debian/patches/0001_fix-typo.patch
@@ -0,0 +1,17 @@
+Description: fix typo
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-06-29
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=115738
+Bug: https://rt.cpan.org/Ticket/Display.html?id=115738
+
+--- a/FastMmap.xs
++++ b/FastMmap.xs
+@@ -17,7 +17,7 @@
+     } \
+     obj = SvRV(obj); \
+     if (!SvIOKp(obj)) { \
+-      croak("Object not initiliased correctly"); \
++      croak("Object not initialised correctly"); \
+       XSRETURN_UNDEF; \
+     } \
+     cache = INT2PTR(mmap_cache *, SvIV(obj) ); \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d37696e
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo.patch

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



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