aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-04 00:40:57 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-04-04 00:40:57 +0000
commitaee4621bae3c3596cc4fb97c84920b7e619b2f3d (patch)
tree0a25e68de0cb158f1779bb2378af9f846b8660da /debian
parent66c63328bc590414d23eabc2201208690fba151b (diff)
downloadikiwiki-aee4621bae3c3596cc4fb97c84920b7e619b2f3d.tar
ikiwiki-aee4621bae3c3596cc4fb97c84920b7e619b2f3d.tar.gz
* Fix a bug in the img plugin that caused thumbnailed files to not be
* Make the OpenID library a reccommendation of the Debian package, rather than just a suggests, since OpenID is enabled by default.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index a19295619..ee7af7399 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,10 +17,12 @@ ikiwiki (1.49) UNRELEASED; urgency=low
on and supported creating it (especially Tumov). This adds a "usedirs"
option that makes ikiwiki use foo/index.html instead of foo.html as
output page names. It is not yet enabled by default.
- * Fix a big in the img plugin that caused thumbnailed files to not be
+ * Fix a bug in the img plugin that caused thumbnailed files to not be
tracked properly.
+ * Make the OpenID library a reccommendation of the Debian package, rather
+ than just a suggests, since OpenID is enabled by default.
- -- Joey Hess <joeyh@debian.org> Sun, 01 Apr 2007 15:37:17 -0400
+ -- Joey Hess <joeyh@debian.org> Tue, 03 Apr 2007 20:40:27 -0400
ikiwiki (1.48) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 4406963d3..8130977d0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,8 +10,8 @@ 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, liburi-perl
-Recommends: subversion | git-core | tla | mercurial, hyperestraier
-Suggests: viewvc | viewcvs, librpc-xml-perl, libtext-wikiformat-perl, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libnet-openid-consumer-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1)
+Recommends: subversion | git-core | tla | mercurial, hyperestraier, libnet-openid-consumer-perl
+Suggests: viewvc | viewcvs, librpc-xml-perl, libtext-wikiformat-perl, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl, perlmagick, libfile-mimeinfo-perl, libcrypt-ssleay-perl, liblocale-gettext-perl (>= 1.05-1)
Description: a wiki compiler
ikiwiki converts a directory full of wiki pages into html pages suitable
for publishing on a website. Unlike many wikis, ikiwiki does not have its