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