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