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