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