[libtest2-suite-perl] 03/04: Drop spelling.patch, merged upstream.

gregor herrmann gregoa at debian.org
Sat Aug 6 14:06:52 UTC 2016


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

gregoa pushed a commit to branch master
in repository libtest2-suite-perl.

commit 24f82b37ae48810a122571a42ca8005b262a56ce
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Aug 6 16:04:12 2016 +0200

    Drop spelling.patch, merged upstream.
---
 debian/patches/series         |  1 -
 debian/patches/spelling.patch | 18 ------------------
 2 files changed, 19 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index b256549..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix spelling
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2016-07-30
-Forwarded: https://github.com/Test-More/Test2-Suite/issues/48
-Bug: https://github.com/Test-More/Test2-Suite/issues/48
-
---- a/lib/Test2/Require/Fork.pm
-+++ b/lib/Test2/Require/Fork.pm
-@@ -48,7 +48,7 @@
-     sub CAN_FORK {
-         return 1 if $Config{d_fork};
- 
--        # Some platforms use ithreads to mimick forking
-+        # Some platforms use ithreads to mimic forking
-         return 0 unless $^O eq 'MSWin32' || $^O eq 'NetWare';
-         return 0 unless $Config{useithreads};
-         return 0 unless $Config{ccflags} =~ /-DPERL_IMPLICIT_SYS/;

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



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