[libpkgconfig-perl] 05/07: Add a new spelling.patch.

gregor herrmann gregoa at debian.org
Sun Feb 7 16:17:51 UTC 2016


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

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

commit 8f9e5b5cab113722195a59073e68ba003e9b5536
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Feb 7 17:03:59 2016 +0100

    Add a new spelling.patch.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 51 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index e5b8eb3..4c90a7a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Adjust-path-to-ppkg-config-in-test-scripts.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..c753f33
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,51 @@
+Description: fix a spelling mistake
+Origin: vendor
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2016-02-07
+Forwarded: https://github.com/PerlPkgConfig/perl-PkgConfig/issues/29
+Bug: https://github.com/PerlPkgConfig/perl-PkgConfig/issues/29
+
+--- a/lib/PkgConfig.pm
++++ b/lib/PkgConfig.pm
+@@ -1278,7 +1278,7 @@
+ 
+     $ ppkg-config --libs --cflags --static gio-2.0
+ 
+-    #outputs (lines artifically broken up for readability):
++    #outputs (lines artificially broken up for readability):
+     # -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+     # -pthread -lgio-2.0 -lz -lresolv -lgobject-2.0
+     # -lgmodule-2.0 -ldl -lgthread-2.0 -pthread -lrt -lglib-2.0
+--- a/script/pkg-config
++++ b/script/pkg-config
+@@ -1278,7 +1278,7 @@
+ 
+     $ ppkg-config --libs --cflags --static gio-2.0
+ 
+-    #outputs (lines artifically broken up for readability):
++    #outputs (lines artificially broken up for readability):
+     # -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+     # -pthread -lgio-2.0 -lz -lresolv -lgobject-2.0
+     # -lgmodule-2.0 -ldl -lgthread-2.0 -pthread -lrt -lglib-2.0
+--- a/script/pkg-config.pl
++++ b/script/pkg-config.pl
+@@ -1278,7 +1278,7 @@
+ 
+     $ ppkg-config --libs --cflags --static gio-2.0
+ 
+-    #outputs (lines artifically broken up for readability):
++    #outputs (lines artificially broken up for readability):
+     # -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+     # -pthread -lgio-2.0 -lz -lresolv -lgobject-2.0
+     # -lgmodule-2.0 -ldl -lgthread-2.0 -pthread -lrt -lglib-2.0
+--- a/script/ppkg-config
++++ b/script/ppkg-config
+@@ -1278,7 +1278,7 @@
+ 
+     $ ppkg-config --libs --cflags --static gio-2.0
+ 
+-    #outputs (lines artifically broken up for readability):
++    #outputs (lines artificially broken up for readability):
+     # -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
+     # -pthread -lgio-2.0 -lz -lresolv -lgobject-2.0
+     # -lgmodule-2.0 -ldl -lgthread-2.0 -pthread -lrt -lglib-2.0

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



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