* Add missing dependency on the URI perl module.
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 27 Oct 2006 17:11:30 +0000 (17:11 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 27 Oct 2006 17:11:30 +0000 (17:11 +0000)
debian/changelog
debian/control
doc/install.mdwn

index 12779e221851ea1476800e0aa57eebbfb5c76122..3ba6d15edc364508434ac6b14fb514bcbdd46ee3 100644 (file)
@@ -11,8 +11,9 @@ ikiwiki (1.31) UNRELEASED; urgency=low
   * Sanitize possibly problimatic characters out of the polygen grammar names,
     just in case. Should not be exploitable anyway, since it only tries to run
     polygen after finding the specified grammar file.
+  * Add missing dependency on the URI perl module.
 
- -- Joey Hess <joeyh@debian.org>  Sun, 22 Oct 2006 15:47:08 -0400
+ -- Joey Hess <joeyh@debian.org>  Fri, 27 Oct 2006 13:10:49 -0400
 
 ikiwiki (1.30) unstable; urgency=low
 
index e16e27252ec3ea6f636269a28dff9c1b7d9fd050..328310e42d6f7495d325de45b54a8052975abea2 100644 (file)
@@ -2,14 +2,14 @@ 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, libtext-wikiformat-perl, libhtml-parser-perl
+Build-Depends-Indep: dpkg-dev (>= 1.9.0), markdown, libhtml-template-perl, libhtml-scrubber-perl, wdg-html-validator, libtext-wikiformat-perl, libhtml-parser-perl, liburi-perl
 Maintainer: Joey Hess <joeyh@debian.org>
 Standards-Version: 3.7.2
 XS-Vcs-Svn: svn://svn.kitenet.net/ikiwiki/trunk
 
 Package: ikiwiki
 Architecture: all
-Depends: ${perl:Depends}, libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev, libhtml-parser-perl
+Depends: ${perl:Depends}, libxml-simple-perl, markdown, libtimedate-perl, libhtml-template-perl, libhtml-scrubber-perl, libcgi-formbuilder-perl (>= 3.02.02), libtime-duration-perl, libcgi-session-perl (>= 4.14-1), libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev, libhtml-parser-perl, liburi-perl
 Recommends: subversion | git-core | tla | mercurial, hyperestraier
 Suggests: viewcvs, librpc-xml-perl, libtext-wikiformat-perl, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick
 Description: a wiki compiler
index 4c3c8bbe95203c32e36f5d05ffc1d89f14ae1532..bc10677376e00551b4e277adfc47dd0a8da578d8 100644 (file)
@@ -5,8 +5,9 @@ most unix-like systems.
 Ikiwiki is a perl program, and needs a recent version of perl such as
 5.8.8. (5.8.0 has been reported not to work).
 
-Ikiwiki requires [[MarkDown]] and the `HTML::Parser` perl module be
-installed, and also uses the following perl modules if available: 
+Ikiwiki requires [[MarkDown]] and the `URI` and `HTML::Parser` perl
+modules be installed, and also uses the following perl modules if
+available: 
 `CGI::Session` `CGI::FormBuilder` (version 3.02.02 or newer)
 `HTML::Template` `Mail::Sendmail` `Time::Duration` `Date::Parse`,
 `HTML::Scrubber`, `RPC::XML`, `XML::Simple`, `XML::Feed`.