]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blob - debian/control
05908cf23dba568394dd704c37806db6eff00a25
[git.ikiwiki.info.git] / debian / control
1 Source: ikiwiki
2 Section: web
3 Priority: optional
4 Build-Depends: perl, debhelper (>= 9)
5 Build-Depends-Indep: dpkg-dev (>= 1.9.0), libxml-simple-perl,
6   git (>= 1:1.7),
7   libtext-markdown-discount-perl,
8   libtimedate-perl, libhtml-template-perl,
9   libhtml-scrubber-perl, wdg-html-validator,
10   libhtml-parser-perl, liburi-perl (>= 1.36), perlmagick, po4a (>= 0.34),
11   libfile-chdir-perl, libyaml-libyaml-perl, librpc-xml-perl,
12   libcgi-pm-perl, libcgi-session-perl, ghostscript,
13   libmagickcore-extra,
14   libcgi-formbuilder-perl,
15   libfile-mimeinfo-perl,
16   libipc-run-perl,
17   libnet-openid-consumer-perl,
18   libxml-feed-perl,
19   libxml-parser-perl,
20   libxml-twig-perl
21 Maintainer: Simon McVittie <smcv@debian.org>
22 Uploaders: Josh Triplett <josh@freedesktop.org>
23 Standards-Version: 3.9.3
24 Homepage: http://ikiwiki.info/
25 Vcs-Git: git://git.ikiwiki.info/
27 Package: ikiwiki
28 Architecture: all
29 Depends: ${misc:Depends}, ${perl:Depends}, ${python:Depends}, 
30   libtext-markdown-discount-perl,
31   libhtml-scrubber-perl, libhtml-template-perl,
32   libhtml-parser-perl, liburi-perl (>= 1.36), libyaml-libyaml-perl, libjson-perl
33 Recommends: gcc | c-compiler, 
34   libc6-dev | libc-dev,
35   git (>= 1:1.7) | git-core (>= 1:1.5.0) | subversion | tla | bzr (>= 0.91) | mercurial | monotone (>= 0.38) | darcs,
36   libxml-simple-perl, libnet-openid-consumer-perl, libcrypt-ssleay-perl,
37   liblwpx-paranoidagent-perl, libtimedate-perl,
38   libcgi-formbuilder-perl (>= 3.05), libcgi-session-perl (>= 4.14-1),
39   libmail-sendmail-perl, libauthen-passphrase-perl, libterm-readline-gnu-perl,
40   libgravatar-url-perl, librpc-xml-perl,
41 Suggests: viewvc | gitweb | viewcvs, libsearch-xapian-perl,
42   xapian-omega (>= 1.0.5), libtext-wikiformat-perl,
43   python, python-docutils, polygen, tidy, libhtml-tree-perl,
44   libxml-feed-perl, libmailtools-perl, perlmagick,
45   libfile-mimeinfo-perl, file,
46   liblocale-gettext-perl (>= 1.05-1), libtext-typography-perl,
47   libtext-csv-perl, graphviz, libnet-amazon-s3-perl,
48   libsparkline-php, texlive, dvipng, libtext-wikicreole-perl,
49   libsort-naturally-perl, libtext-textile-perl, libhighlight-perl,
50   po4a (>= 0.35-1), gettext, libnet-inet6glue-perl,
51   libtext-multimarkdown-perl, libxml-writer-perl
52 Conflicts: ikiwiki-plugin-table
53 Replaces: ikiwiki-plugin-table
54 Provides: ikiwiki-plugin-table
55 Description: a wiki compiler
56  Ikiwiki converts a directory full of wiki pages into HTML pages suitable
57  for publishing on a website. Unlike many wikis, ikiwiki does not have its
58  own ad-hoc means of storing page history, and instead uses a revision control
59  system such as Subversion or Git.
60  .
61  Ikiwiki implements all of the other standard features of a wiki, including
62  web-based page editing, user registration and logins, a RecentChanges
63  page, BackLinks, search, Discussion pages, tags, smart merging and conflict
64  resolution, and page locking.
65  .
66  Ikiwiki also supports generating news feeds (RSS and Atom) and blogging.
67  Ikiwiki provides a plugin system which allows many other features to be
68  added. Some of the plugins have additional dependencies, found among the
69  Recommends and Suggests of this package.