[Pkg-awstats-commits] [SCM] awstats Debian packaging branch, master, updated. debian/6.9.5.dfsg-3-2-g82346e8

Jonas Smedegaard dr at jones.dk
Sat May 22 16:15:59 UTC 2010


The following commit has been merged in the master branch:
commit 82346e849ab99ce3d71c93bbe77a3ee507ff98c0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sat May 22 18:12:43 2010 +0200

    Recommend versions of coreutils supporting mktemp --tmpdir. Closes: bug#582602, thanks to Vincent Danjean.

diff --git a/debian/rules b/debian/rules
index c3c94f1..84a8cee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,8 @@ binary-fixup/awstats::
 		\( -name '*.pl' -o -name '*.sh' \) -exec chmod +x '{}' +
 
 # Needed (often/sometimes) at runtime
-CDBS_RECOMMENDS := libnet-xwhois-perl
+# * Recent coreutils needed for cron scripts (doing mktemp --tmpdir)
+CDBS_RECOMMENDS := libnet-xwhois-perl, coreutils (>= 7.4)
 CDBS_SUGGESTS := apache2 | httpd, libnet-dns-perl, libnet-ip-perl, libgeo-ipfree-perl, liburi-perl
 
 # Needed by upstream build process

-- 
awstats Debian packaging



More information about the Pkg-awstats-commits mailing list