[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5.dfsg-3-4-g00ab653
Sergey B Kirpichev
skirpichev at gmail.com
Sat Jun 12 07:03:28 UTC 2010
The following commit has been merged in the master branch:
commit 00ab65377050fddd7943f85159b1b915796d7fe8
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date: Sat Jun 12 10:49:41 2010 +0400
Install logresolvemerge.pl in tools (Closes: bug#275491).
diff --git a/debian/awstats.install b/debian/awstats.install
index b88f4c7..b453d18 100644
--- a/debian/awstats.install
+++ b/debian/awstats.install
@@ -7,6 +7,7 @@ wwwroot/cgi-bin/lib/* usr/share/awstats/lib/
wwwroot/cgi-bin/plugins/*.pm usr/share/awstats/plugins/
wwwroot/icon/* usr/share/awstats/icon/
debian/update.sh usr/share/awstats/tools/
+tools/logresolvemerge.pl usr/share/awstats/tools/
tools/awstats_buildstaticpages.pl usr/share/awstats/tools/
debian/buildstatic.sh usr/share/awstats/tools/
diff --git a/debian/rules b/debian/rules
index 84a8cee..cfda9a9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDE = wwwroot/icon/browser/firefox.png
DEB_INSTALL_CHANGELOGS_ALL = docs/awstats_changelog.txt
DEB_INSTALL_DOCS_ALL = README.TXT
-awstats_example_scripts = $(filter-out %/awstats_buildstaticpages.pl,$(wildcard tools/*.pl)) $(wildcard debian/examples/*.sh)
+awstats_example_scripts = $(filter-out %/logresolvemerge.pl %/awstats_buildstaticpages.pl,$(wildcard tools/*.pl)) $(wildcard debian/examples/*.sh)
DEB_INSTALL_EXAMPLES_awstats = $(awstats_example_scripts) debian/examples/apache.conf wwwroot/cgi-bin/awstats.model.conf wwwroot/cgi-bin/plugins/example/* wwwroot/css wwwroot/js tools/xslt
DEB_COMPRESS_EXCLUDE = $(notdir $(awstats_example_scripts)) awstats.ico
--
awstats Debian packaging
More information about the Pkg-awstats-commits
mailing list