r74143 - in /trunk/libapache2-authcookie-perl: debian/changelog debian/control debian/patches/ debian/patches/fix-faq-manpage.patch debian/patches/series lib/Apache/AuthCookie/FAQ.pod

keith-guest at users.alioth.debian.org keith-guest at users.alioth.debian.org
Sun May 8 15:02:49 UTC 2011


Author: keith-guest
Date: Sun May  8 15:02:37 2011
New Revision: 74143

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74143
Log:
Another dependancy fix. Add patch to fix FAQ man page

Added:
    trunk/libapache2-authcookie-perl/debian/patches/
    trunk/libapache2-authcookie-perl/debian/patches/fix-faq-manpage.patch
    trunk/libapache2-authcookie-perl/debian/patches/series
Modified:
    trunk/libapache2-authcookie-perl/debian/changelog
    trunk/libapache2-authcookie-perl/debian/control
    trunk/libapache2-authcookie-perl/lib/Apache/AuthCookie/FAQ.pod

Modified: trunk/libapache2-authcookie-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/changelog?rev=74143&op=diff
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/changelog (original)
+++ trunk/libapache2-authcookie-perl/debian/changelog Sun May  8 15:02:37 2011
@@ -1,14 +1,4 @@
 libapache2-authcookie-perl (3.18-1) UNRELEASED; urgency=low
-
-  TODO:
-  - lintian: manpage-has-bad-whatis-entry -> patch
-  - test output:
-    [  error] You must explicitly specify -httpd and/or -apxs options, or set
-              $ENV{APACHE_TEST_HTTPD} and $ENV{APACHE_TEST_APXS}, or set your
-              $PATH to include the httpd and apxs binaries.
-    if I add " apache2-threaded-dev | apache2-prefork-dev" to
-    Build-Depends-Indep /usr/bin/apxs2 is installed and the tests are all
-    happy
 
   * Initial Release. Closes: #624142
 

Modified: trunk/libapache2-authcookie-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/control?rev=74143&op=diff
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/control (original)
+++ trunk/libapache2-authcookie-perl/debian/control Sun May  8 15:02:37 2011
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libapache2-mod-perl2 (>= 2.0.5),
+Build-Depends-Indep: perl, libapache2-mod-perl2 (>= 2.0.5), apache2-prefork-dev,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Keith Lawson <keith at nowhere.ca> 
 Standards-Version: 3.9.2

Added: trunk/libapache2-authcookie-perl/debian/patches/fix-faq-manpage.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/patches/fix-faq-manpage.patch?rev=74143&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/patches/fix-faq-manpage.patch (added)
+++ trunk/libapache2-authcookie-perl/debian/patches/fix-faq-manpage.patch Sun May  8 15:02:37 2011
@@ -1,0 +1,13 @@
+Index: libapache2-authcookie-perl/lib/Apache/AuthCookie/FAQ.pod
+===================================================================
+--- libapache2-authcookie-perl.orig/lib/Apache/AuthCookie/FAQ.pod	2011-05-08 10:51:20.000000000 -0400
++++ libapache2-authcookie-perl/lib/Apache/AuthCookie/FAQ.pod	2011-05-08 10:51:48.000000000 -0400
+@@ -9,7 +9,7 @@
+ 
+ =head1 NAME
+ 
+-Apache::AuthCookie::FAQ
++Apache::AuthCookie::FAQ - Frequently Asked Questions about Apache::AuthCookie.
+ 
+ =head1 VERSION
+ 

Added: trunk/libapache2-authcookie-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/patches/series?rev=74143&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/patches/series (added)
+++ trunk/libapache2-authcookie-perl/debian/patches/series Sun May  8 15:02:37 2011
@@ -1,0 +1,1 @@
+fix-faq-manpage.patch

Modified: trunk/libapache2-authcookie-perl/lib/Apache/AuthCookie/FAQ.pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/lib/Apache/AuthCookie/FAQ.pod?rev=74143&op=diff
==============================================================================
--- trunk/libapache2-authcookie-perl/lib/Apache/AuthCookie/FAQ.pod (original)
+++ trunk/libapache2-authcookie-perl/lib/Apache/AuthCookie/FAQ.pod Sun May  8 15:02:37 2011
@@ -9,7 +9,7 @@
 
 =head1 NAME
 
-Apache::AuthCookie::FAQ
+Apache::AuthCookie::FAQ - Frequently Asked Questions about Apache::AuthCookie.
 
 =head1 VERSION
 




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