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

gregoa pushed a commit to branch master
in repository libffi-platypus-perl.

commit 4e8b5770307b355a009a3f518822a3e5b4c6ced6
Author: gregor herrmann <gre...@debian.org>
Date:   Mon Jun 27 15:11:13 2016 +0200

    add spelling.patch
    
    Gbp-Dch: Ignore
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

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..e40b489
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,40 @@
+Description: fix spelling mistakes
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2016-06-27
+Forwarded: https://github.com/plicease/FFI-Platypus/issues/66
+Bug: https://github.com/plicease/FFI-Platypus/issues/66
+
+--- a/CONTRIBUTING
++++ b/CONTRIBUTING
+@@ -79,7 +79,7 @@
+        
+        
+        DEBUG_FAKE32:
+-         + making Math::Int64 a prerequsite (not normally done on 64 bit 
Perls)
++         + making Math::Int64 a prerequisite (not normally done on 64 bit 
Perls)
+          + using Math::Int64's C API to manipulate 64 bit values (not 
normally done on 64 bit Perls)
+        
+        Created MYMETA.yml and MYMETA.json
+--- a/inc/My/ModuleBuild.pm
++++ b/inc/My/ModuleBuild.pm
+@@ -149,7 +149,7 @@
+   {
+     print "\n\n";
+     print "DEBUG_FAKE32:\n";
+-    print "  + making Math::Int64 a prerequsite (not normally done on 64 bit 
Perls)\n";
++    print "  + making Math::Int64 a prerequisite (not normally done on 64 bit 
Perls)\n";
+     print "  + using Math::Int64's C API to manipulate 64 bit values (not 
normally done on 64 bit Perls)\n";
+     print "\n\n";
+     $self->config_data(config_debug_fake32 => 1);
+--- a/lib/FFI/Platypus.pm
++++ b/lib/FFI/Platypus.pm
+@@ -2014,7 +2014,7 @@
+  
+  
+  DEBUG_FAKE32:
+-   + making Math::Int64 a prerequsite (not normally done on 64 bit Perls)
++   + making Math::Int64 a prerequisite (not normally done on 64 bit Perls)
+    + using Math::Int64's C API to manipulate 64 bit values (not normally done 
on 64 bit Perls)
+  
+  Created MYMETA.yml and MYMETA.json

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to