[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/7.0_dfsg-2-15-gb856453

Sergey B Kirpichev skirpichev at gmail.com
Mon Oct 31 11:18:22 UTC 2011


The following commit has been merged in the master branch:
commit b2164fca0dd21b000be70857ad7b45536362c942
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Sat Oct 29 14:43:09 2011 +0400

    Include patches/1016_downloads_list_page.patch to generate "Downloads Full list" page (Closes: #638857)

diff --git a/debian/patches/1016_downloads_list_page.patch b/debian/patches/1016_downloads_list_page.patch
new file mode 100644
index 0000000..fbf431e
--- /dev/null
+++ b/debian/patches/1016_downloads_list_page.patch
@@ -0,0 +1,28 @@
+Description: Generate "Downloads Full list" page
+Author: c <c at gryning.com>
+Bug-Debian: http://bugs.debian.org/
+Forwarded: https://sourceforge.net/tracker/index.php?func=detail&aid=3174944&group_id=13764&atid=113764
+
+---
+ tools/awstats_buildstaticpages.pl |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+--- a/tools/awstats_buildstaticpages.pl
++++ b/tools/awstats_buildstaticpages.pl
+@@ -50,7 +50,7 @@
+ $ShowEMailSenders $ShowEMailReceivers $ShowWormsStats $ShowClusterStats
+ $ShowMenu $ShowMonthStats $ShowDaysOfMonthStats $ShowDaysOfWeekStats
+ $ShowHoursStats $ShowDomainsStats $ShowHostsStats
+-$ShowRobotsStats $ShowSessionsStats $ShowPagesStats $ShowFileTypesStats
++$ShowRobotsStats $ShowSessionsStats $ShowDownloadsStats $ShowPagesStats $ShowFileTypesStats
+ $ShowOSStats $ShowBrowsersStats $ShowOriginStats
+ $ShowKeyphrasesStats $ShowKeywordsStats $ShowMiscStats $ShowHTTPErrorsStats
+ $BuildReportFormat
+@@ -350,6 +350,7 @@
+ if ($ShowEMailSenders) { push @OutputList,'allemails'; push @OutputList,'lastemails'; }
+ if ($ShowEMailReceivers) { push @OutputList,'allemailr'; push @OutputList,'lastemailr'; }
+ if ($ShowSessionsStats) { push @OutputList,'session'; }
++if ($ShowDownloadsStats) { push @OutputList,'downloads'; }
+ if ($ShowPagesStats) { push @OutputList,'urldetail'; push @OutputList,'urlentry'; push @OutputList,'urlexit'; }
+ #if ($ShowFileTypesStats) { push @OutputList,'filetypes'; }	# There is dedicated page for filetypes
+ if ($ShowOSStats) { push @OutputList,'osdetail'; push @OutputList,'unknownos'; }
diff --git a/debian/patches/series b/debian/patches/series
index 16d70b4..a4814b5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,5 +8,6 @@
 1013_yahoo_search.patch
 1014_websec_robot.patch
 1015_awstats-tt-bg.txt.patch
+1016_downloads_list_page.patch
 2001_awstatsprog_path.patch
 2002_nboflastupdatelookuptosave.patch

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list