[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.dfsg-1-141-ge0f8ec5

Sergey B Kirpichev skirpichev at gmail.com
Sat May 30 11:08:56 UTC 2009


The following commit has been merged in the master branch:
commit c43c699d591331d7cea3a636a5bc319c0eaa217c
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Fri May 22 10:37:06 2009 +0400

    Install awstats_buildstaticpages.pl to /usr/share/awstats/tools/

diff --git a/debian/awstats.install b/debian/awstats.install
index 0aa6fe6..0b6c04f 100644
--- a/debian/awstats.install
+++ b/debian/awstats.install
@@ -5,5 +5,6 @@ wwwroot/cgi-bin/lang/*		usr/share/awstats/lang/
 wwwroot/cgi-bin/lib/*		usr/share/awstats/lib/
 wwwroot/cgi-bin/plugins/*.pm	usr/share/awstats/plugins/
 wwwroot/icon/*			usr/share/awstats/icon/
+tools/awstats_buildstaticpages.pl	usr/share/awstats/tools/
 
 debian/icons/firefox.png			usr/share/awstats/icon/browser/
diff --git a/debian/rules b/debian/rules
index e25902c..0e83806 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,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 = $(wildcard tools/*.pl) $(wildcard debian/examples/*.sh) debian/examples/awstats-update
+awstats_example_scripts = $(wildcard tools/[^a]*.pl tools/awstats_[^b]*.pl) $(wildcard debian/examples/*.sh) debian/examples/awstats-update
 
 DEB_INSTALL_EXAMPLES_awstats = $(awstats_example_scripts) debian/examples/apache.conf debian/examples/awstats-update.8 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