Remove dependencies on perl-base.
[koha-equinox.git] / debian / control
1 Source: koha
2 Maintainer: Lars Wirzenius <lars@catalyst.net.nz>
3 Section: web
4 Priority: optional
5 Standards-Version: 3.8.4
6 # NOTA BENE: Build dependencies end up as runtime dependencies as well.
7 # See debian/rules, the override_dh_gencontrol rules. 
8 # There are some exceptions.
9 Build-Depends: libalgorithm-checkdigits-perl,
10  libauthen-cas-client-perl,
11  libbiblio-endnotestyle-perl,
12  libcgi-pm-perl | perl-modules,
13  libcgi-session-perl,
14  libcgi-session-serialize-yaml-perl,
15  libclass-accessor-perl,
16  libclass-factory-util-perl,
17  libdata-ical-perl,
18  libdate-calc-perl,
19  libdate-ical-perl,
20  libdate-manip-perl,
21  libdatetime-perl,
22  libdbd-mysql-perl,
23  libdbd-sqlite2-perl,
24  libdbi-perl,
25  libdigest-sha-perl | perl,
26  libemail-date-perl,
27  libfile-temp-perl | perl-modules,
28  libgd-barcode-perl,
29  libgd-gd2-noxpm-perl | libgd-gd2-perl,
30  libgraphics-magick-perl,
31  libhtml-scrubber-perl,
32  libhtml-template-pro-perl,
33  libhttp-oai-perl,
34  libjson-perl,
35  liblingua-stem-perl,
36  liblingua-stem-snowball-perl,
37  liblist-moreutils-perl,
38  liblocale-currency-format-perl,
39  liblocale-po-perl,
40  libmail-sendmail-perl,
41  libmarc-charset-perl,
42  libmarc-crosswalk-dublincore-perl,
43  libmarc-record-perl,
44  libmarc-xml-perl,
45  libmemoize-memcached-perl,
46  libmime-lite-perl,
47  libnet-ldap-perl,
48  libnet-z3950-zoom-perl,
49  libnumber-format-perl,
50  libpdf-api2-perl,
51  libpdf-api2-simple-perl,
52  libpdf-reuse-barcode-perl,
53  libpdf-reuse-perl,
54  libpdf-table-perl,
55  libpoe-perl,
56  libscalar-list-utils-perl,
57  libschedule-at-perl,
58  libsms-send-perl,
59  libtest-harness-perl | perl-modules,
60  libtest-simple-perl | perl-modules,
61  libtext-csv-encoded-perl,
62  libtext-csv-perl,
63  libtext-csv-xs-perl,
64  libtext-iconv-perl,
65  liburi-perl,
66  libwww-perl,
67  libxml-dumper-perl,
68  libxml-libxml-perl,
69  libxml-libxslt-perl,
70  libxml-rss-perl,
71  libxml-sax-perl,
72  libxml-sax-writer-perl,
73  libxml-simple-perl,
74  libyaml-perl,
75  libyaml-syck-perl,
76  perl,
77  perl-modules, 
78  debhelper (>= 7.0.50), gettext, python, python-debian
79
80 Package: koha-common
81 Architecture: all
82 Depends: ${misc:Depends}, ${koha:Depends},
83  apache2,
84  apache2-mpm-itk,
85  at,
86  daemon,
87  idzebra-2.0,
88  libjs-jquery,
89  libjs-yui,
90  mysql-client,
91  tinymce2, 
92  yaz
93 Suggests: mysql-server
94 Homepage: http://koha-community.org/
95 Description: integrated (physical) library management system
96  Koha is an Integrated Library Managment system for real-world libraries
97  (the kinds with books).
98  .
99  This package contains everything needed to run Koha, except the site
100  specific configuration files. See the package koha for the rest.
101
102 Package: koha
103 Architecture: all
104 Depends: ${shlib:Depends}, ${misc:Depends},
105  koha-common,
106  dbconfig-common,
107  mysql-server
108 Homepage: http://koha-community.org/
109 Description: integrated (physical) library management system
110  Koha is an Integrated Library Managment system for real-world libraries
111  (the kinds with books).
112  .
113  This package contains site-specific configuration files and sets up
114  the MySQL database for Koha. For simplicity, the database server is
115  assumed to run on the same host as Koha.
116  .
117  Please see /usr/share/doc/koha/README.Debian for instructions on how to
118  configure things after installing this package.