RT#870 fix sendmail encoding
[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  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-server-perl,
49  libnet-z3950-zoom-perl,
50  libnumber-format-perl,
51  libpdf-api2-perl,
52  libpdf-api2-simple-perl,
53  libpdf-reuse-barcode-perl,
54  libpdf-reuse-perl,
55  libpdf-table-perl,
56  libpoe-perl,
57  libscalar-list-utils-perl,
58  libschedule-at-perl,
59  libsms-send-perl,
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  libuniversal-require-perl,
66  liburi-perl,
67  libwww-perl,
68  libxml-dumper-perl,
69  libxml-libxml-perl,
70  libxml-libxslt-perl,
71  libxml-rss-perl,
72  libxml-sax-perl,
73  libxml-sax-writer-perl,
74  libxml-simple-perl,
75  libyaml-perl,
76  libyaml-syck-perl,
77  perl,
78  perl-modules, 
79  debhelper (>= 7.0.50), gettext, python, python-debian
80
81 Package: koha-common
82 Architecture: all
83 Depends: ${misc:Depends}, ${koha:Depends},
84  apache2,
85  apache2-mpm-itk,
86  at,
87  daemon,
88  idzebra-2.0,
89  libjs-jquery,
90  libjs-yui,
91  mysql-client,
92  pwgen,
93  tinymce2, 
94  xmlstarlet,
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.