From e5c4eae640be852fd0477d14750892bea2b4eeb1 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 27 Oct 2006 17:11:30 +0000 Subject: * Add missing dependency on the URI perl module. --- debian/changelog | 3 ++- debian/control | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 12779e221..3ba6d15ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Sun, 22 Oct 2006 15:47:08 -0400 + -- Joey Hess Fri, 27 Oct 2006 13:10:49 -0400 ikiwiki (1.30) unstable; urgency=low diff --git a/debian/control b/debian/control index e16e27252..328310e42 100644 --- a/debian/control +++ b/debian/control @@ -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 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 -- cgit v1.2.3