diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 18:34:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-04-04 18:34:04 +0000 |
commit | 2ac1e80db3dbfa1e651bfeac4c13d0db1c3e12bc (patch) | |
tree | d9715c28b629aa324248d048dbe3f685984ca15e | |
parent | 84720383a50d4493bd5c59be613c90537fee290c (diff) |
fix package name
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | doc/bugs.mdwn | 1 |
2 files changed, 1 insertions, 2 deletions
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"? |