[SCM] Debian packaging of Mojolicious-Plugin-Authorization CPAN distribution branch, master, updated. 91c725f39cf9d2cd0a592c8d05dc3f6b9ad31afc
Joenio Costa
joenio at colivre.coop.br
Wed Jan 16 01:19:52 UTC 2013
The following commit has been merged in the master branch:
commit ada2e9960d4ceaa06b310b1fa3240e84a7ad23e1
Author: Joenio Costa <joenio at colivre.coop.br>
Date: Tue Jan 15 22:12:39 2013 -0300
fix the word spelling of 'dependant'
patch forwarded to the upstream
diff --git a/debian/changelog b/debian/changelog
index 0ff07ea..a9d5749 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,5 @@
libmojolicious-plugin-authorization-perl (1.0301-1) UNRELEASED; urgency=low
- TODO: spelling error detected by lintian:
- this is an I(nformational) tag; example ~/.lintianrc:
- http://paste.debian.net/223797/
- or call lintian with -I, --display-info
- on the .changes file
-
* Initial Release. (Closes: #697719)
-- Joenio Costa <joenio at colivre.coop.br> Sun, 6 Jan 2013 12:03:55 -0300
diff --git a/debian/patches/fix_spelling_error_in_manpage b/debian/patches/fix_spelling_error_in_manpage
new file mode 100644
index 0000000..8791e2a
--- /dev/null
+++ b/debian/patches/fix_spelling_error_in_manpage
@@ -0,0 +1,21 @@
+Description: lintian complains about the word spelling of 'dependant'
+Forwarded: http://github.com/byterock/mojolicious-plugin-authorization/issues/2
+
+--- a/lib/Mojolicious/Plugin/Authorization.pm
++++ b/lib/Mojolicious/Plugin/Authorization.pm
+@@ -104,13 +104,13 @@
+
+ 'pPrivileges'' will use the supplied C<user_privs> subroutine ref and return the privileges of the current session.
+ You can pass additional data along in the extra_data hashref and it will be passed to your C<user_privs>
+-subroutine as-is. The returned data is dependant on the supplied C<user_privs> subroutine.
++subroutine as-is. The returned data is dependent on the supplied C<user_privs> subroutine.
+
+ =head2 role($extra_data)
+
+ 'role' will use the supplied C<user_role> subroutine ref and return the role of the current session.
+ You can pass additional data along in the extra_data hashref and it will be passed to your C<user_role>
+-subroutine as-is. The returned data is dependant on the supplied C<user_role> subroutine.
++subroutine as-is. The returned data is dependent on the supplied C<user_role> subroutine.
+
+ =head1 CONFIGURATION
+
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..29472fb
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_spelling_error_in_manpage
--
Debian packaging of Mojolicious-Plugin-Authorization CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list