Bug 20256: DBIC schema
[koha.git] / debian / control.in
1 Source: koha
2 Maintainer: Mason James <mtj@kohaaloha.com>
3 Section: web
4 Priority: optional
5 Standards-Version: 3.8.4
6 # WARNING: The "control" file is automatically generated from the "control.in" file.
7 # Do not manually edit "control" or your changes will be clobbered when you
8 # run update-control
9 # NOTA BENE: Build dependencies end up as runtime dependencies as well.
10 # See debian/rules, the override_dh_gencontrol rules. 
11 # There are some exceptions.
12 Build-Depends:__AUTODEPENDS__,
13  debhelper (>= 7.0.50), gettext, xsltproc, docbook-xsl, docbook-xsl-ns, fonts-dejavu | ttf-dejavu,
14  libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302073)
15
16 Package: koha-common
17 Architecture: all
18 Depends: ${misc:Depends}, ${koha:Depends},
19  apache2,
20  apache2-mpm-itk | libapache2-mpm-itk,
21  at,
22  cron-daemon,
23  daemon,
24  debconf,
25  idzebra-2.0,
26  memcached,
27  mysql-client | virtual-mysql-client,
28  perl-doc,
29  pwgen,
30  rabbitmq-server,
31  sudo,
32  fonts-dejavu | ttf-dejavu,
33  unzip,
34  xmlstarlet,
35  yaz
36 Suggests: mysql-server | virtual-mysql-server,
37  letsencrypt,
38 Homepage: http://koha-community.org/
39 Description: integrated (physical) library management system
40  Koha is an Integrated Library Management system for real-world libraries
41  (the kinds with books).
42  .
43  This package contains everything needed to run Koha, except the site
44  specific configuration files. See the package koha for the rest.
45
46 Package: koha
47 Architecture: all
48 Depends: ${shlib:Depends}, ${misc:Depends},
49  koha-common,
50  dbconfig-common,
51  mysql-server | virtual-mysql-server
52 Homepage: http://koha-community.org/
53 Description: integrated (physical) library management system
54  Koha is an Integrated Library Management system for real-world libraries
55  (the kinds with books).
56  .
57  This package contains site-specific configuration files and sets up
58  the MySQL database for Koha. For simplicity, the database server is
59  assumed to run on the same host as Koha.
60  .
61  Please see /usr/share/doc/koha/README.Debian for instructions on how to
62  configure things after installing this package.
63
64 Package: koha-deps
65 Depends: ${misc:Depends},
66  apache2,
67  apache2-mpm-itk | libapache2-mpm-itk,
68  at,
69  cron-daemon,
70  daemon,
71  debconf,
72  idzebra-2.0,
73  mysql-client | virtual-mysql-client,
74  mysql-server | virtual-mysql-server,
75  perl-doc,
76  pwgen,
77  rabbitmq-server,
78  sudo,
79  fonts-dejavu | ttf-dejavu,
80  unzip,
81  xmlstarlet,
82  yaz
83 Architecture: all
84 Description: Other dep. for koha
85  Koha is an Integrated Library Management system for real-world libraries
86  (the kinds with books).
87  .
88  This meta-package contains general dependencies packages for koha (apache2,
89  daemon, debconf, etc.).
90
91 Package: koha-perldeps
92 Depends:__AUTODEPENDS__
93 Architecture: all
94 Description: Perl dep. for koha
95  Koha is an Integrated Library Management system for real-world libraries
96  (the kinds with books).
97  .
98  This meta-package contains perl dependencies packages for koha (all
99  perl lib).
100
101 Package: koha-core
102 Architecture: all
103 Description: integrated (physical) library management system
104  Koha is an Integrated Library Management system for real-world libraries
105  (the kinds with books).
106  .
107  This package provides a version of Koha identical to that of koha-full,
108  but without third-party systems such as MariaDB, RabbitMQ, et cetera.
109  .
110  This package is EXPERIMENTAL and not recommended for production use.
111 Depends: ${misc:Depends}, ${koha:Depends},
112  at,
113  cron-daemon,
114  daemon,
115  debconf,
116  mysql-client | virtual-mysql-client,
117  perl-doc,
118  pwgen,
119  starman,
120  sudo,
121  fonts-dejavu | ttf-dejavu,
122  unzip,
123  xmlstarlet,
124  yaz
125
126 Package: koha-full
127 Depends:
128  koha-core,
129  apache2,
130  apache2-mpm-itk | libapache2-mpm-itk,
131  idzebra-2.0,
132  memcached,
133  mysql-server | virtual-mysql-server,
134  rabbitmq-server,
135 Architecture: all
136 Description: integrated (physical) library management system
137  Koha is an Integrated Library Management system for real-world libraries
138  (the kinds with books).
139  .
140  This metapackage provides a version of Koha with the complete set of third-party
141  systems such as MariaDB, RabbitMQ, et cetera.
142  .
143  This package is EXPERIMENTAL and not recommended for production use.