sub preprocess (@) { #{{{
$ENV{PATH}="$ENV{PATH}:/usr/games:/usr/local/games";
- my $f = `fortune`;
+ my $f = `fortune 2>/dev/null`;
if ($?) {
return "[[fortune failed]]";
-ikiwiki (1.34.2) UNRELEASED; urgency=low
+ikiwiki (1.34.2) unstable; urgency=low
* Allow /etc/ikiwiki/wikilist to list just the names of users, if so then
~user/.ikiwiki/wikilist will be read.
* Fix url absolution code in inline plugin to support class and id fields in
links and imgs, and to support anchor urls.
+ * More build deps updates.
+ * /dev/null fortune failures
- -- Joey Hess <joeyh@debian.org> Tue, 28 Nov 2006 04:04:39 -0500
+ -- Joey Hess <joeyh@debian.org> Tue, 28 Nov 2006 12:58:47 -0500
ikiwiki (1.34.1) unstable; urgency=low
- * Add libtime-duraiton-perl to build deps, as it's used by the svn module
+ * Add libtime-duration-perl to build deps, as it's used by the svn module
which is now tested at build.
-- Joey Hess <joeyh@debian.org> Mon, 27 Nov 2006 12:26:12 -0500
Section: web
Priority: optional
Build-Depends: perl, debhelper (>= 5)
-Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libhtml-parser-perl, liburi-perl, perlmagick, libtime-duration-perl
+Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libhtml-parser-perl, liburi-perl, perlmagick
Maintainer: Joey Hess <joeyh@debian.org>
Standards-Version: 3.7.2
XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk