Bug 23148: Fix bridge image paths in de-DE installer files
[koha.git] / debian / control.in
blobb373abea1c88b3d0bd400535a492c3bf444ec8d6
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, ttf-dejavu,
14  libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302073)
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  starman,
31  sudo,
32  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.
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.
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  starman,
78  sudo,
79  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.).
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).