r50859 - in /trunk/libapache2-mod-perl2: debian/changelog debian/patches/099-fix-url-on-index_top.patch debian/patches/series docs/index_top.html

midget at users.alioth.debian.org midget at users.alioth.debian.org
Wed Jan 13 07:45:54 UTC 2010


Author: midget
Date: Wed Jan 13 07:45:21 2010
New Revision: 50859

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50859
Log:
Issued patch 099-fix-url-on-index_top.patch to fix link URL

Added:
    trunk/libapache2-mod-perl2/debian/patches/099-fix-url-on-index_top.patch
Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/patches/series
    trunk/libapache2-mod-perl2/docs/index_top.html

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/changelog?rev=50859&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Wed Jan 13 07:45:21 2010
@@ -1,9 +1,14 @@
 libapache2-mod-perl2 (2.0.4-6) UNRELEASED; urgency=low
 
+  [ gregor herrmann ]
   * debian/control: Changed: (build-)depend on perl instead of perl-
     modules.
 
- -- gregor herrmann <gregoa at debian.org>  Fri, 23 Oct 2009 02:23:55 +0200
+  [ Dario Minnucci ]
+  * docs/index_top.html: Issued patch 099-fix-url-on-index_top.patch 
+    to fix link URL. (Closes: #507606)
+
+ -- Dario Minnucci <midget at debian.org>  Wed, 13 Jan 2010 08:42:40 +0100
 
 libapache2-mod-perl2 (2.0.4-5) unstable; urgency=low
 

Added: trunk/libapache2-mod-perl2/debian/patches/099-fix-url-on-index_top.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/099-fix-url-on-index_top.patch?rev=50859&op=file
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/099-fix-url-on-index_top.patch (added)
+++ trunk/libapache2-mod-perl2/debian/patches/099-fix-url-on-index_top.patch Wed Jan 13 07:45:21 2010
@@ -1,0 +1,18 @@
+#
+# Description: Fix link present on doc/index_top.html page
+# Author: Dario Minnucci <midget at debian.org>
+#
+Index: libapache2-mod-perl2/docs/index_top.html
+===================================================================
+--- libapache2-mod-perl2.orig/docs/index_top.html	2010-01-13 08:34:46.962368377 +0100
++++ libapache2-mod-perl2/docs/index_top.html	2010-01-13 08:35:09.582367282 +0100
+@@ -3,6 +3,6 @@
+     <title>index bottom</title>
+   </head>
+   <body bgcolor="white">
+-    <p>FYI: <a href="../../products/apache-modules.html#Porting_CPAN_modules_to_mod_perl_2_0_Status">Porting CPAN modules to mod_perl 2.0 Status</a></p>
++    <p>FYI: <a href="http://perl.apache.org/products/apache-modules.html#Porting_CPAN_modules_to_mod_perl_2_0_Status">Porting CPAN modules to mod_perl 2.0 Status</a></p>
+   </body>
+-</html>
+\ No newline at end of file
++</html>

Modified: trunk/libapache2-mod-perl2/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/debian/patches/series?rev=50859&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/series (original)
+++ trunk/libapache2-mod-perl2/debian/patches/series Wed Jan 13 07:45:21 2010
@@ -1,3 +1,4 @@
+099-fix-url-on-index_top.patch
 001-gtop2.patch
 004-bugs-to-debian-bts.patch
 006_man_section_and_build_warnings.patch

Modified: trunk/libapache2-mod-perl2/docs/index_top.html
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-mod-perl2/docs/index_top.html?rev=50859&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/docs/index_top.html (original)
+++ trunk/libapache2-mod-perl2/docs/index_top.html Wed Jan 13 07:45:21 2010
@@ -3,6 +3,6 @@
     <title>index bottom</title>
   </head>
   <body bgcolor="white">
-    <p>FYI: <a href="../../products/apache-modules.html#Porting_CPAN_modules_to_mod_perl_2_0_Status">Porting CPAN modules to mod_perl 2.0 Status</a></p>
+    <p>FYI: <a href="http://perl.apache.org/products/apache-modules.html#Porting_CPAN_modules_to_mod_perl_2_0_Status">Porting CPAN modules to mod_perl 2.0 Status</a></p>
   </body>
-</html>
+</html>




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