]> sipb.mit.edu Git - ikiwiki.git/commitdiff
* More build deps updates.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 28 Nov 2006 18:16:04 +0000 (18:16 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Tue, 28 Nov 2006 18:16:04 +0000 (18:16 +0000)
* /dev/null fortune failures
* Add libtime-duration-perl to build deps, as it's used by the svn module

IkiWiki/Plugin/fortune.pm
IkiWiki/Rcs/svn.pm
debian/changelog
debian/control

index 43f4526af3a99812ccfad101526b3242aabed088..4ff343e3a0c891f5e7b0fd7019706f946d16be61 100644 (file)
@@ -12,7 +12,7 @@ sub import { #{{{
 
 sub preprocess (@) { #{{{
        $ENV{PATH}="$ENV{PATH}:/usr/games:/usr/local/games";
 
 sub preprocess (@) { #{{{
        $ENV{PATH}="$ENV{PATH}:/usr/games:/usr/local/games";
-       my $f = `fortune`;
+       my $f = `fortune 2>/dev/null`;
 
        if ($?) {
                return "[[fortune failed]]";
 
        if ($?) {
                return "[[fortune failed]]";
index 597295d44c44220a7a66999767d961d854e5cfec..848dfac3a805f16adc65e1f46d7a1c11754cc70a 100644 (file)
@@ -131,7 +131,6 @@ sub rcs_recentchanges ($) { #{{{
 
        eval q{
                use Date::Parse;
 
        eval q{
                use Date::Parse;
-               use Time::Duration;
                use XML::SAX;
                use XML::Simple;
        };
                use XML::SAX;
                use XML::Simple;
        };
index 5f3b4c323e78f92ca32889362b7603ca4aab2d89..bde526b2a9ab42c98364853c12e116d351323a01 100644 (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.
 
   * 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
 
 
 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
     which is now tested at build.
 
  -- Joey Hess <joeyh@debian.org>  Mon, 27 Nov 2006 12:26:12 -0500
index 7b0fc3d5ea5c6257022faac7c631de7b31680464..279f9319997ed97c7f1d5db26a12f1122bff172b 100644 (file)
@@ -2,7 +2,7 @@ Source: ikiwiki
 Section: web
 Priority: optional
 Build-Depends: perl, debhelper (>= 5)
 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
 Maintainer: Joey Hess <joeyh@debian.org>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk