From: joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Date: Tue, 4 Apr 2006 18:34:04 +0000 (+0000)
Subject: fix package name
X-Git-Tag: 1.0~79
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2ac1e80db3dbfa1e651bfeac4c13d0db1c3e12bc;p=ikiwiki.git

fix package name
---

diff --git a/debian/control b/debian/control
index 257b2277c..2ecfa219b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Standards-Version: 3.6.2
 
 Package: ikiwiki
 Architecture: all
-Depends: ${perl:Depends}, markdown, libtime-date-perl, libhtml-template-perl, libcgi-formbuilder-perl, libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler
+Depends: ${perl:Depends}, markdown, libtimedate-perl, libhtml-template-perl, libcgi-formbuilder-perl, libtime-duration-perl, libcgi-session-perl, libmail-sendmail-perl, gcc | c-compiler
 Recommends: subversion, hyperestraier
 Suggests: viewcvs
 Description: a wiki compiler
diff --git a/doc/bugs.mdwn b/doc/bugs.mdwn
index 22490300a..5ef78b25a 100644
--- a/doc/bugs.mdwn
+++ b/doc/bugs.mdwn
@@ -38,4 +38,3 @@
   breaks things unexpectedly and requires escaping.
 * ikiwiki will generate html formatted error messages to the command
   line if --cgi is set, even if it's not yet running as a cgi
-* ikiwiki package depends on "libtime-date-perl".  Do you mean "libtimedate-perl"?