diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 06:15:54 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-09-04 06:15:54 +0000 |
commit | 99d52a1794f25ee2efc7a580e8e9bc8819811bd9 (patch) | |
tree | 24ebb1b465bca20923cf908790c7d4a14d2726a1 /debian | |
parent | 44c8d863398565860b2f94bbaa28f057a5199565 (diff) | |
download | ikiwiki-99d52a1794f25ee2efc7a580e8e9bc8819811bd9.tar ikiwiki-99d52a1794f25ee2efc7a580e8e9bc8819811bd9.tar.gz |
* Add support for tla, contributed by Clint Adama. Closes: #385936
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index a01f6c6f6..491f73508 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ ikiwiki (1.25) UNRELEASED; urgency=low zombies; this hit htmltidy especially badly. * Drop real uid/gid in the suid wrapper, thus allowing commits to remote subversion repos and fixing some other issues. + * Add support for tla, contributed by Clint Adama. Closes: #385936 - -- Joey Hess <joeyh@debian.org> Mon, 4 Sep 2006 00:19:50 -0400 + -- Joey Hess <joeyh@debian.org> Mon, 4 Sep 2006 01:33:17 -0400 ikiwiki (1.24) unstable; urgency=low diff --git a/debian/control b/debian/control index 98d57d560..5c284e0a5 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ 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, libmail-sendmail-perl, gcc | c-compiler, libc6-dev | libc-dev, libhtml-parser-perl Recommends: subversion | git-core, hyperestraier -Suggests: viewcvs, librpc-xml-perl, libtext-wikiformat-perl, python-docutils, polygen, tidy, libxml-feed-perl +Suggests: viewcvs, librpc-xml-perl, libtext-wikiformat-perl, python-docutils, polygen, tidy, libxml-feed-perl, libmailtools-perl 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 |