[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5_dfsg-5-10-gbabebf9

Sergey B Kirpichev skirpichev at gmail.com
Thu Mar 3 08:41:29 UTC 2011


The following commit has been merged in the master branch:
commit b9d099a2efdafa8dabd09685731b0054f47c89e0
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Thu Mar 3 00:17:17 2011 +0300

    Fix 1008_extrasections_with_top.patch for 7.0

diff --git a/debian/patches/1008_extrasections_with_top.patch b/debian/patches/1008_extrasections_with_top.patch
index 1c48d54..20f04c4 100644
--- a/debian/patches/1008_extrasections_with_top.patch
+++ b/debian/patches/1008_extrasections_with_top.patch
@@ -4,21 +4,21 @@ Bug: http://sourceforge.net/tracker/index.php?func=detail&aid=1844793&group_id=1
 
 --- a/wwwroot/cgi-bin/awstats.pl
 +++ b/wwwroot/cgi-bin/awstats.pl
-@@ -15775,7 +15775,7 @@
- 				if ($Debug) { debug( "ExtraName$extranum", 2 ); }
- 				print "$Center<a name=\"extra$extranum\">&nbsp;</a><br />";
- 				my $title = $ExtraName[$extranum];
--				&tab_head( "$title", 19, 0, "extra$extranum" );
-+				&tab_head("$title ($Message[77] $MaxNbOfExtra[$extranum])",19,0,"extra$extranum");
- 				print "<tr bgcolor=\"#$color_TableBGRowTitle\">";
- 				print "<th>" . $ExtraFirstColumnTitle[$extranum] . "</th>";
- 
-@@ -19407,7 +19407,7 @@
+@@ -11423,7 +11423,7 @@
  			if ($Debug) { debug( "ExtraName$extranum", 2 ); }
  			print "$Center<a name=\"extra$extranum\">&nbsp;</a><br />";
  			my $title = $ExtraName[$extranum];
 -			&tab_head( "$title", 19, 0, "extra$extranum" );
-+			&tab_head("$title ($Message[77] $MaxNbOfExtra[$extranum])",19,0,"extra$extranum");
++			&tab_head( "$title ($Message[77] $MaxNbOfExtra[$extranum])", 19, 0, "extra$extranum");
  			print "<tr bgcolor=\"#$color_TableBGRowTitle\">";
- 			print "<th>" . $ExtraFirstColumnTitle[$extranum];
- 			print "&nbsp; - &nbsp; <a href=\""
+ 			print "<th>" . $ExtraFirstColumnTitle[$extranum] . "</th>";
+ 
+@@ -16291,7 +16291,7 @@
+ 	if ($Debug) { debug( "ExtraName$extranum", 2 ); }
+ 	print "$Center<a name=\"extra$extranum\">&nbsp;</a><br />";
+ 	my $title = $ExtraName[$extranum];
+-	&tab_head( "$title", 19, 0, "extra$extranum" );
++	&tab_head( "$title ($Message[77] $MaxNbOfExtra[$extranum])", 19, 0, "extra$extranum");
+ 	print "<tr bgcolor=\"#$color_TableBGRowTitle\">";
+ 	print "<th>" . $ExtraFirstColumnTitle[$extranum];
+ 	print "&nbsp; - &nbsp; <a href=\""

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list