This is an automated email from the git hooks/post-receive script. malex-guest pushed a commit to branch master in repository libdancer-plugin-auth-extensible-perl.
commit 90d264633526a003819f178f1e94800cc539f1a0 Author: Alexandre Mestiashvili <[email protected]> Date: Tue Sep 6 16:00:59 2016 +0200 Add patch fixing a typo --- debian/patches/series | 1 + debian/patches/typo.patch | 14 ++++++++++++++ 2 files changed, 15 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..4d7e3a5 --- /dev/null +++ b/debian/patches/typo.patch @@ -0,0 +1,14 @@ +From: Debian Perl Group <[email protected]> +Subject: Fix typo detected by lintian +Forwarded: https://github.com/bigpresh/Dancer-Plugin-Auth-Extensible/issues/54 +--- libdancer-plugin-auth-extensible-perl.orig/lib/Dancer/Plugin/Auth/Extensible.pm ++++ libdancer-plugin-auth-extensible-perl/lib/Dancer/Plugin/Auth/Extensible.pm +@@ -482,7 +482,7 @@ + + =head2 SAMPLE CONFIGURATION + +-In your application's configuation file: ++In your application's configuration file: + + session: simple + plugins: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdancer-plugin-auth-extensible-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
