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