* More build deps updates.

* /dev/null fortune failures
* Add libtime-duration-perl to build deps, as it's used by the svn module
master
joey 2006-11-28 18:16:04 +00:00
parent abd262cf58
commit 951522ebc3
4 changed files with 7 additions and 6 deletions

View File

@ -12,7 +12,7 @@ sub import { #{{{
sub preprocess (@) { #{{{
$ENV{PATH}="$ENV{PATH}:/usr/games:/usr/local/games";
my $f = `fortune`;
my $f = `fortune 2>/dev/null`;
if ($?) {
return "[[fortune failed]]";

View File

@ -131,7 +131,6 @@ sub rcs_recentchanges ($) { #{{{
eval q{
use Date::Parse;
use Time::Duration;
use XML::SAX;
use XML::Simple;
};

8
debian/changelog vendored
View File

@ -1,15 +1,17 @@
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

2
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: ikiwiki
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