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

Sergey B Kirpichev skirpichev at gmail.com
Sat May 30 11:06:46 UTC 2009


The following commit has been merged in the master branch:
commit 1fb607e177672b10b6941d306e868eac9721aa60
Merge: f0e0e072726797a069533dea1e75acff9c5a9e0e 916b0985afb61e7fec23a43bed582955dce1654c
Author: Sergey B Kirpichev <skirpichev at gmail.com>
Date:   Fri May 22 14:27:59 2009 +0400

    Merge branch 'update.sh'

diff --combined debian/rules
index 941dcee,fa3a95f..f31b0c2
--- a/debian/rules
+++ b/debian/rules
@@@ -37,9 -37,9 +37,9 @@@ DEB_UPSTREAM_REPACKAGE_EXCLUDE = wwwroo
  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/*.pl) $(wildcard debian/examples/*.sh)
  
- 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_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
  
  pre-build::
@@@ -83,7 -83,7 +83,7 @@@ binary-post-install/awstats:
  
  # Set scripts executable - and unset other files
  binary-fixup/awstats::
 -	find $(DEB_DESTDIR)/usr/share/awstats -type f | xargs -r chmod -x
 +	find $(DEB_DESTDIR)/usr/share/awstats/[^t]* -type f | xargs -r chmod -x
  	find $(DEB_DESTDIR)/usr/share/doc/awstats/examples -name *.pl -o -name *.sh | xargs -r chmod +x
  
  # Set example scripts executable - and unset for remaining example files

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list