This is an automated email from the git hooks/post-receive script. intrigeri pushed a commit to branch master in repository libdesktop-notify-perl.
commit 30a4279f4f150b38706b02960cd6879990edb527 Author: intrigeri <[email protected]> Date: Wed Aug 2 17:17:03 2017 +0000 Fix-typo-in-POD-mesage-message.patch: new patch, fixes typo in POD. --- .../patches/Fix-typo-in-POD-mesage-message.patch | 23 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 24 insertions(+) diff --git a/debian/patches/Fix-typo-in-POD-mesage-message.patch b/debian/patches/Fix-typo-in-POD-mesage-message.patch new file mode 100644 index 0000000..d5ff753 --- /dev/null +++ b/debian/patches/Fix-typo-in-POD-mesage-message.patch @@ -0,0 +1,23 @@ +From: intrigeri <[email protected]> +Date: Wed, 2 Aug 2017 17:16:33 +0000 +Subject: Fix typo in POD: mesage -> message. +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=122690 +Bug: https://rt.cpan.org/Ticket/Display.html?id=122690 + +--- + lib/Desktop/Notify.pm | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/lib/Desktop/Notify.pm b/lib/Desktop/Notify.pm +index 6575f5c..4d07f0e 100644 +--- a/lib/Desktop/Notify.pm ++++ b/lib/Desktop/Notify.pm +@@ -74,7 +74,7 @@ Path to an image to use for notification icons. + + =item bus + +-The Net::DBus mesage bus to use. Default is to call Net::DBus->session, which ++The Net::DBus message bus to use. Default is to call Net::DBus->session, which + is usually where notification-daemon can be reached. + + =item service diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..2b68931 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +Fix-typo-in-POD-mesage-message.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdesktop-notify-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
