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