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

gregoa pushed a commit to branch master
in repository libtravel-routing-de-vrr-perl.

commit 92eb8942523d2770658f1df8b7835a54bb91ae85
Author: gregor herrmann <gre...@debian.org>
Date:   Sun May 10 18:30:50 2015 +0200

    Add a patch to fix a typo in an error message.
---
 debian/patches/series     |  1 +
 debian/patches/typo.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..738c1cc
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+typo.patch
diff --git a/debian/patches/typo.patch b/debian/patches/typo.patch
new file mode 100644
index 0000000..8d5dd75
--- /dev/null
+++ b/debian/patches/typo.patch
@@ -0,0 +1,18 @@
+Description: fix a typo
+Origin: vendor
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2015-05-10
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104335
+Bug: https://rt.cpan.org/Ticket/Display.html?id=104335
+
+--- a/bin/efa
++++ b/bin/efa
+@@ -70,7 +70,7 @@
+               exit 2;
+       }
+       if ( $e->isa('Travel::Routing::DE::EFA::Exception::NoData') ) {
+-              printf STDERR ( "Backend rror: %s\n", $e->description );
++              printf STDERR ( "Backend error: %s\n", $e->description );
+               exit 3;
+       }
+       if ( $e->isa('Travel::Routing::DE::EFA::Exception::Ambiguous') ) {

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtravel-routing-de-vrr-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