[libcache-fastmmap-perl] 03/08: Remove unneeded patch fixing typo, applied by upstream

Lucas Kanashiro kanashiro at moszumanska.debian.org
Sat Jul 15 19:08:16 UTC 2017


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 9cc7a3f3abdbeedea34007b30e7f075472e6f36b
Author: Lucas Kanashiro <kanashiro at debian.org>
Date:   Sat Jul 15 15:59:13 2017 -0300

    Remove unneeded patch fixing typo, applied by upstream
---
 debian/changelog                   |  1 +
 debian/patches/0001_fix-typo.patch | 17 -----------------
 debian/patches/series              |  1 -
 3 files changed, 1 insertion(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2dfcc24..48d0281 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ libcache-fastmmap-perl (1.46-1) UNRELEASED; urgency=medium
 
   [ Lucas Kanashiro ]
   * Import upstream version 1.46
+  * Remove unneeded patch fixing typo, applied by upstream
 
  -- Lucas Kanashiro <kanashiro at debian.org>  Sat, 15 Jul 2017 15:57:18 -0300
 
diff --git a/debian/patches/0001_fix-typo.patch b/debian/patches/0001_fix-typo.patch
deleted file mode 100644
index 07df61a..0000000
--- a/debian/patches/0001_fix-typo.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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
deleted file mode 100644
index d37696e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-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