Koha/debian/control
Chris Cormack c1ee7a750f Bug 6836: Adding dependency on Modern::Perl
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
2012-01-27 11:33:16 +01:00

127 lines
3.2 KiB
Text

Source: koha
Maintainer: Robin Sheat <robin@catalyst.net.nz>
Section: web
Priority: optional
Standards-Version: 3.8.4
# NOTA BENE: Build dependencies end up as runtime dependencies as well.
# See debian/rules, the override_dh_gencontrol rules.
# There are some exceptions.
Build-Depends: libcgi-session-driver-memcached-perl,
libalgorithm-checkdigits-perl,
libauthen-cas-client-perl,
libbiblio-endnotestyle-perl,
libbusiness-isbn-perl,
libcgi-pm-perl | perl-modules,
libcgi-session-perl,
libcgi-session-serialize-yaml-perl,
libclass-accessor-perl,
libclass-factory-util-perl,
libdata-ical-perl,
libdate-calc-perl,
libdate-ical-perl,
libdate-manip-perl,
libdatetime-perl,
libdbd-mysql-perl,
libdbd-sqlite2-perl,
libdbi-perl,
libdigest-sha-perl | perl,
libemail-date-perl,
libgd-barcode-perl,
libgd-gd2-noxpm-perl | libgd-gd2-perl,
libgraphics-magick-perl,
libgravatar-url-perl,
libhtml-scrubber-perl,
libhtml-template-pro-perl,
libhttp-oai-perl,
libjson-perl,
liblingua-stem-perl,
liblingua-stem-snowball-perl,
liblist-moreutils-perl,
liblocale-currency-format-perl,
liblocale-po-perl,
libmail-sendmail-perl,
libmarc-charset-perl,
libmarc-crosswalk-dublincore-perl,
libmarc-record-perl,
libmarc-xml-perl,
libmemoize-memcached-perl,
libmime-lite-perl,
libmodern-perl-perl,
libnet-ldap-perl,
libnet-server-perl,
libnet-z3950-zoom-perl,
libnumber-format-perl,
libpdf-api2-perl,
libpdf-api2-simple-perl,
libpdf-reuse-barcode-perl,
libpdf-reuse-perl,
libpdf-table-perl,
libpoe-perl,
libscalar-list-utils-perl,
libschedule-at-perl,
libsms-send-perl,
libtemplate-perl,
libtest-simple-perl | perl-modules,
libtext-csv-encoded-perl,
libtext-csv-perl,
libtext-csv-xs-perl,
libtext-iconv-perl,
libuniversal-require-perl,
liburi-perl,
libwww-perl,
libxml-dumper-perl,
libxml-libxml-perl,
libxml-libxslt-perl,
libxml-rss-perl,
libxml-sax-perl,
libxml-sax-writer-perl,
libxml-simple-perl,
libyaml-perl,
libyaml-syck-perl,
perl,
perl-modules,
debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl
Package: koha-common
Architecture: all
Depends: ${misc:Depends}, ${koha:Depends},
apache2,
apache2-mpm-itk,
at,
daemon,
debconf,
idzebra-2.0,
libjs-jquery,
libjs-yui,
mysql-client,
pwgen,
sudo,
tinymce2,
xmlstarlet,
yaz
Suggests: mysql-server
Homepage: http://koha-community.org/
Description: integrated (physical) library management system
Koha is an Integrated Library Managment system for real-world libraries
(the kinds with books).
.
This package contains everything needed to run Koha, except the site
specific configuration files. See the package koha for the rest.
Package: koha
Architecture: all
Depends: ${shlib:Depends}, ${misc:Depends},
koha-common,
dbconfig-common,
mysql-server
Homepage: http://koha-community.org/
Description: integrated (physical) library management system
Koha is an Integrated Library Managment system for real-world libraries
(the kinds with books).
.
This package contains site-specific configuration files and sets up
the MySQL database for Koha. For simplicity, the database server is
assumed to run on the same host as Koha.
.
Please see /usr/share/doc/koha/README.Debian for instructions on how to
configure things after installing this package.