Bug 23846: Add a check to the data inconsistencies script
[koha.git] / debian / control.in
1 Source: koha
2 Maintainer: Mirko Tietgen <mirko@abunchofthings.net>
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, 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  libjs-jquery,
27  memcached,
28  mysql-client | virtual-mysql-client,
29  perl-doc,
30  pwgen,
31  starman,
32  sudo,
33  tinymce, 
34  ttf-dejavu,
35  unzip,
36  xmlstarlet,
37  yaz
38 Suggests: mysql-server | virtual-mysql-server,
39  letsencrypt,
40  libwww-youtube-download-perl
41 Homepage: http://koha-community.org/
42 Description: integrated (physical) library management system
43  Koha is an Integrated Library Management system for real-world libraries
44  (the kinds with books).
45  .
46  This package contains everything needed to run Koha, except the site
47  specific configuration files. See the package koha for the rest.
48
49 Package: koha
50 Architecture: all
51 Depends: ${shlib:Depends}, ${misc:Depends},
52  koha-common,
53  dbconfig-common,
54  mysql-server | virtual-mysql-server
55 Homepage: http://koha-community.org/
56 Description: integrated (physical) library management system
57  Koha is an Integrated Library Management system for real-world libraries
58  (the kinds with books).
59  .
60  This package contains site-specific configuration files and sets up
61  the MySQL database for Koha. For simplicity, the database server is
62  assumed to run on the same host as Koha.
63  .
64  Please see /usr/share/doc/koha/README.Debian for instructions on how to
65  configure things after installing this package.
66
67 Package: koha-deps
68 Depends: ${misc:Depends},
69  apache2,
70  apache2-mpm-itk | libapache2-mpm-itk,
71  at,
72  cron-daemon,
73  daemon,
74  debconf,
75  idzebra-2.0,
76  libjs-jquery,
77  mysql-client | virtual-mysql-client,
78  mysql-server | virtual-mysql-server,
79  perl-doc,
80  pwgen,
81  starman,
82  sudo,
83  tinymce,
84  ttf-dejavu,
85  unzip,
86  xmlstarlet,
87  yaz
88 Architecture: all
89 Description: Other dep. for koha
90  Koha is an Integrated Library Management system for real-world libraries
91  (the kinds with books).
92  .
93  This meta-package contains general dependencies packages for koha (apache2,
94  daemon, debconf, etc.).
95
96 Package: koha-perldeps
97 Depends:__AUTODEPENDS__
98 Architecture: all
99 Description: Perl dep. for koha
100  Koha is an Integrated Library Management system for real-world libraries
101  (the kinds with books).
102  .
103  This meta-package contains perl dependencies packages for koha (all
104  perl lib).