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