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