[libsql-abstract-more-perl] 08/09: Create patch fixing typo in manpage
Lucas Kanashiro
kanashiro at moszumanska.debian.org
Wed Jul 27 14:36:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
kanashiro pushed a commit to branch master
in repository libsql-abstract-more-perl.
commit ba754df9bcc05da8482db2bedbbff7d8f73591dd
Author: Lucas Kanashiro <kanashiro at debian.org>
Date: Wed Jul 27 11:26:06 2016 -0300
Create patch fixing typo in manpage
---
debian/changelog | 1 +
debian/patches/0001_fix-typo-in-manpage.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 33e73a3..4b995b6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ libsql-abstract-more-perl (1.28-1) UNRELEASED; urgency=medium
* Update Debian packaging copyright
* Bump debhelper compatibility level to 9
* Declare compliance with Debian policy 3.9.8
+ * Create patch fixing typo in manpage
-- Lucas Kanashiro <kanashiro at debian.org> Wed, 27 Jul 2016 10:58:30 -0300
diff --git a/debian/patches/0001_fix-typo-in-manpage.patch b/debian/patches/0001_fix-typo-in-manpage.patch
new file mode 100644
index 0000000..d6037d3
--- /dev/null
+++ b/debian/patches/0001_fix-typo-in-manpage.patch
@@ -0,0 +1,17 @@
+Description: fix typo in manpage
+Author: Lucas Kanashiro <kanashiro at debian.org>
+Last-Updated: 2016-07-27
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=116530
+Bug: https://rt.cpan.org/Ticket/Display.html?id=116530
+
+--- a/lib/SQL/Abstract/More.pm
++++ b/lib/SQL/Abstract/More.pm
+@@ -1509,7 +1509,7 @@ specified either by a plain string or by
+ adds a C<HAVING> clause in the SQL statement (only makes
+ sense together with a C<GROUP BY> clause).
+ This is like a C<-where> clause, except that the criteria
+-are applied after grouping has occured.
++are applied after grouping has occurred.
+
+
+ =item C<< -order_by => \@order >>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f857c26
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001_fix-typo-in-manpage.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libsql-abstract-more-perl.git
More information about the Pkg-perl-cvs-commits
mailing list