r21015 - in /trunk/jifty: debian/patches/openid-plugin-manpage-has-bad-whatis.patch debian/patches/series lintian.res

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Sat Jun 14 15:10:18 UTC 2008


Author: yvesago-guest
Date: Sat Jun 14 15:10:18 2008
New Revision: 21015

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21015
Log:
one more patch for manpage has bad whatis in OpenID plugin

Added:
    trunk/jifty/debian/patches/openid-plugin-manpage-has-bad-whatis.patch
Modified:
    trunk/jifty/debian/patches/series
    trunk/jifty/lintian.res

Added: trunk/jifty/debian/patches/openid-plugin-manpage-has-bad-whatis.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/openid-plugin-manpage-has-bad-whatis.patch?rev=21015&op=file
==============================================================================
--- trunk/jifty/debian/patches/openid-plugin-manpage-has-bad-whatis.patch (added)
+++ trunk/jifty/debian/patches/openid-plugin-manpage-has-bad-whatis.patch Sat Jun 14 15:10:18 2008
@@ -1,0 +1,91 @@
+Index: jifty/lib/Jifty/Plugin/OpenID.pm
+===================================================================
+--- jifty.orig/lib/Jifty/Plugin/OpenID.pm	2008-06-14 16:41:35.000000000 +0200
++++ jifty/lib/Jifty/Plugin/OpenID.pm	2008-06-14 16:42:06.000000000 +0200
+@@ -6,7 +6,7 @@
+ 
+ =head1 NAME
+ 
+-Jifty::Plugin::OpenID
++Jifty::Plugin::OpenID - Provides OpenID authentication for your jifty app
+ 
+ =head1 DESCRIPTION
+ 
+Index: jifty/lib/Jifty/Plugin/OpenID/Action/AuthenticateOpenID.pm
+===================================================================
+--- jifty.orig/lib/Jifty/Plugin/OpenID/Action/AuthenticateOpenID.pm	2008-06-14 16:42:37.000000000 +0200
++++ jifty/lib/Jifty/Plugin/OpenID/Action/AuthenticateOpenID.pm	2008-06-14 16:44:24.000000000 +0200
+@@ -3,7 +3,7 @@
+ 
+ =head1 NAME
+ 
+-Jifty::Plugin::OpenID::Action::AuthenticateOpenID;
++Jifty::Plugin::OpenID::Action::AuthenticateOpenID - make OpenId authentication
+ 
+ =cut
+ 
+Index: jifty/lib/Jifty/Plugin/OpenID/Action/CreateOpenIDUser.pm
+===================================================================
+--- jifty.orig/lib/Jifty/Plugin/OpenID/Action/CreateOpenIDUser.pm	2008-06-14 16:46:28.000000000 +0200
++++ jifty/lib/Jifty/Plugin/OpenID/Action/CreateOpenIDUser.pm	2008-06-14 17:07:12.000000000 +0200
+@@ -3,7 +3,7 @@
+ 
+ =head1 NAME
+ 
+-Jifty::Plugin::OpenID::Action::CreateOpenIDUser
++Jifty::Plugin::OpenID::Action::CreateOpenIDUser - create 0penId user
+ 
+ =cut
+ 
+Index: jifty/lib/Jifty/Plugin/OpenID/Action/VerifyOpenID.pm
+===================================================================
+--- jifty.orig/lib/Jifty/Plugin/OpenID/Action/VerifyOpenID.pm	2008-06-14 16:46:56.000000000 +0200
++++ jifty/lib/Jifty/Plugin/OpenID/Action/VerifyOpenID.pm	2008-06-14 16:47:46.000000000 +0200
+@@ -3,7 +3,7 @@
+ 
+ =head1 NAME
+ 
+-Jifty::Plugin::OpenID::Action::VerifyOpenID;
++Jifty::Plugin::OpenID::Action::VerifyOpenID - verify OpenID
+ 
+ =cut
+ 
+Index: jifty/lib/Jifty/Plugin/OpenID/Dispatcher.pm
+===================================================================
+--- jifty.orig/lib/Jifty/Plugin/OpenID/Dispatcher.pm	2008-06-14 17:03:59.000000000 +0200
++++ jifty/lib/Jifty/Plugin/OpenID/Dispatcher.pm	2008-06-14 17:04:30.000000000 +0200
+@@ -6,7 +6,7 @@
+ 
+ =head1 NAME
+ 
+-Jifty::Plugin::OpenID::Dispatcher
++Jifty::Plugin::OpenID::Dispatcher - Dispatcher for OpenID plugin
+ 
+ =head1 DESCRIPTION
+ 
+Index: jifty/lib/Jifty/Plugin/OpenID/Mixin/Model/User.pm
+===================================================================
+--- jifty.orig/lib/Jifty/Plugin/OpenID/Mixin/Model/User.pm	2008-06-14 17:04:40.000000000 +0200
++++ jifty/lib/Jifty/Plugin/OpenID/Mixin/Model/User.pm	2008-06-14 17:04:59.000000000 +0200
+@@ -7,7 +7,7 @@
+ 
+ =head1 NAME
+ 
+-Jifty::Plugin::OpenID::Mixin::Model::User
++Jifty::Plugin::OpenID::Mixin::Model::User - Mixin model user
+ 
+ =head1 DESCRIPTION
+ 
+Index: jifty/lib/Jifty/Plugin/OpenID/View.pm
+===================================================================
+--- jifty.orig/lib/Jifty/Plugin/OpenID/View.pm	2008-06-14 17:05:04.000000000 +0200
++++ jifty/lib/Jifty/Plugin/OpenID/View.pm	2008-06-14 17:05:47.000000000 +0200
+@@ -5,7 +5,7 @@
+ 
+ =head1 NAME
+ 
+-Jifty::Plugin::OpenID::View
++Jifty::Plugin::OpenID::View - Login and create pages for OpenID plugin
+ 
+ =head1 DESCRIPTION
+ 

Modified: trunk/jifty/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/debian/patches/series?rev=21015&op=diff
==============================================================================
--- trunk/jifty/debian/patches/series (original)
+++ trunk/jifty/debian/patches/series Sat Jun 14 15:10:18 2008
@@ -1,3 +1,4 @@
+openid-plugin-manpage-has-bad-whatis.patch
 jifty-plugin-manpage-has-bad-whatis.patch
 auth-plugin-manpage-has-bad-whatis.patch
 makefile-downgrade.patch

Modified: trunk/jifty/lintian.res
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/jifty/lintian.res?rev=21015&op=diff
==============================================================================
--- trunk/jifty/lintian.res (original)
+++ trunk/jifty/lintian.res Sat Jun 14 15:10:18 2008
@@ -1,16 +1,3 @@
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Email::Send::Jifty::Test.3pm.gz
-N:
-N:   Each manual page should start with a `NAME' section, which lists the
-N:   name and a brief description of the page seperated by '\-'. These
-N:   sections are parsed by `mandb' and stored in a database for the use of
-N:   `apropos' and `whatis', so they must be in a certain format. This
-N:   manual page apparently uses the wrong format and cannot be parsed by
-N:   `mandb'.
-N:   
-N:   For information on how `NAME' sections should be written see
-N:   lexgrog(1). See also groff_man(7) and groff_mdoc(7) for general
-N:   information on writing manual pages.
-N:
 W: libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::LetMe.3pm.gz 191: warning [p 1, 10.0i]: can't break line
 N:
 N:   This man page provokes warnings or errors from man.
@@ -41,85 +28,9 @@
 N:   see "Debugging" in the groff manual.
 N:
 UTF8 pod W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Manual::Tutorial_ja.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::ActorMetadata.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::AdminUI.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Attributes::Mixin::Attributes.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Attributes::Model::Attribute.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Attributes::Model::AttributeCollection.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::CAS.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::CAS::Action::CASLogin.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::CAS::Action::CASLogout.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::CAS::Mixin::Model::User.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Facebook.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Facebook::Action::LinkFacebookUser.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Facebook::Action::LoginFacebookUser.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Facebook::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Facebook::Mixin::Model::User.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Facebook::View.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Ldap::Action::LDAPLogin.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Ldap::Action::LDAPLogout.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Ldap::Mixin::Model::User.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Ldap::View.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Password::Action::GeneratePasswordToken.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Password::Action::Login.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Password::Action::Logout.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Password::Action::ResendConfirmation.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation.3pm.gz
 Can't be fixed ? long package name ? W: libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::Plugin::Authentication::Password::Action::SendAccountConfirmation.3pm.gz 141: warning [p 1, 0.8i]: can't break line
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Password::Action::SendPasswordReminder.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Password::Action::Signup.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Password::Notification::ConfirmEmail.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword.3pm.gz
 Can't be fixed ? long package name ? W: libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::Plugin::Authentication::Password::Notification::ConfirmLostPassword.3pm.gz 141: warning [p 1, 0.8i]: can't break line
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::CompressedCSSandJS.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::CompressedCSSandJS::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::ErrorTemplates.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::ErrorTemplates::View.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Feedback.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Feedback::Action::SendFeedback.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Feedback::View.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Gladiator::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::GoogleMap.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Halo.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::I18N.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::IEFixes.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::LeakTracker.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::LeakTracker::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::LetMe.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::LetMe::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::OnlineDocs.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::OnlineDocs::Dispatcher.3pm.gz
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::OpenID.3pm.gz
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::OpenID::Action::AuthenticateOpenID.3pm.gz
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::OpenID::Action::CreateOpenIDUser.3pm.gz
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::OpenID::Action::VerifyOpenID.3pm.gz
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::OpenID::Dispatcher.3pm.gz
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::OpenID::Mixin::Model::User.3pm.gz
-W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::OpenID::View.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Quota::Model::Quota.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::REST.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::REST::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Recorder::Command::Playback.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SQLQueries.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SQLQueries::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SinglePage.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SinglePage::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SiteNews.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SiteNews::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SiteNews::Mixin::Model::News.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SiteNews::View::News.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SkeletonApp.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SkeletonApp::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::SkeletonApp::View.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::UUID.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::UUID::Widget.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Userpic.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Userpic::Dispatcher.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Plugin::Userpic::View.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Schema.3pm.gz
 W: libjifty-perl: manpage-has-errors-from-man usr/share/man/man3/Jifty::View::Declare::CoreTemplates.3pm.gz 313: warning [p 3, 7.7i]: can't break line
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::View::Declare::Page.3pm.gz
-Fix W: libjifty-perl: manpage-has-bad-whatis-entry usr/share/man/man3/Jifty::Web::Form::Field::Collection.3pm.gz
 W: libjifty-perl: binary-without-manpage usr/bin/jifty
 N:
 N:   Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should
@@ -166,15 +77,3 @@
 N:   
 N:   Refer to Policy Manual, section 12.5 for details.
 N:
-Fix W: libjifty-perl: new-package-should-close-itp-bug
-N:
-N:   This package appears to be the first packaging of a new upstream
-N:   software package (there is only one changelog entry and the Debian
-N:   revision is 1), but it does not close any bugs. The initial upload of
-N:   a new package should close the corresponding ITP bug for that package.
-N:   
-N:   This warning can be ignored if the package is not intended for Debian
-N:   or if it is a split of an existing Debian package.
-N:   
-N:   Refer to Developers Reference, section 5.1 for details.
-N:




More information about the Pkg-perl-cvs-commits mailing list