[Pkg-awstats-commits] r57 - awstats/trunk/debian
Jonas Smedegaard
js at costa.debian.org
Tue May 9 21:19:23 UTC 2006
Author: js
Date: 2006-05-09 21:19:22 +0000 (Tue, 09 May 2006)
New Revision: 57
Modified:
awstats/trunk/debian/changelog
awstats/trunk/debian/rules
Log:
Consistently use $(wildcard ) - fixing the inclusion of a couple of example shell scripts.
Modified: awstats/trunk/debian/changelog
===================================================================
--- awstats/trunk/debian/changelog 2006-05-09 21:11:22 UTC (rev 56)
+++ awstats/trunk/debian/changelog 2006-05-09 21:19:22 UTC (rev 57)
@@ -20,6 +20,7 @@
* Semi-auto-update debian/copyright_hints (nothing remarkable).
* Set urgency=high as this upload fixes security-related bugs
(bug#365909: CVE-2006-2237).
+ * Fix including a couple of example shell scripts ignored by mistake.
-- Jonas Smedegaard <dr at jones.dk> Tue, 9 May 2006 23:10:43 +0200
Modified: awstats/trunk/debian/rules
===================================================================
--- awstats/trunk/debian/rules 2006-05-09 21:11:22 UTC (rev 56)
+++ awstats/trunk/debian/rules 2006-05-09 21:19:22 UTC (rev 57)
@@ -11,7 +11,7 @@
DEB_INSTALL_CHANGELOGS_ALL = docs/awstats_changelog.txt
DEB_INSTALL_DOCS_ALL = README.TXT
-awstats_example_scripts = $(wildcard tools/*.pl) $(debian/examples/*.sh) debian/examples/awstats-update
+awstats_example_scripts = $(wildcard tools/*.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
More information about the Pkg-awstats-commits
mailing list