Koha/debian/control.in
Robin Sheat c9172f49c8 Bug 9802 - add test case to ensure man pages have correct XML
To test:
* run xt/verify-debian-docbook.t and make sure it's all OK
* modify an xml file in debian/docs, try again, make sure it fails

Signed-off-by: Magnus Enger <magnus@enger.priv.no>
- Running "prove -v xt/verify-debian-docbook.t" loops through all the
  XML files in debian/docs and reports them as being ok.
- Removing a "<" from one of the files makes the test report it as
  an error
- I did not verify that the test actually trips up a package build
  if there is invalid XML.
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
2013-03-20 15:11:10 -04:00

94 lines
2.3 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:__AUTODEPENDS__,
debhelper (>= 7.0.50), gettext, python, python-debian, xsltproc, docbook-xsl,
libxml2-utils
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,
perl-doc,
pwgen,
sudo,
tinymce2,
unzip,
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.
Package: koha-deps
Depends: ${misc:Depends},
apache2,
apache2-mpm-itk,
at,
daemon,
debconf,
idzebra-2.0,
libjs-jquery,
libjs-yui,
mysql-client,
mysql-server,
perl-doc,
pwgen,
sudo,
tinymce2,
unzip,
xmlstarlet,
yaz
Architecture: all
Description: Other dep. for koha
Koha is an Integrated Library Managment system for real-world libraries
(the kinds with books).
.
This meta-package contains general dependencies packages for koha (apache2,
daemon, debconf, etc.).
Package: koha-perldeps
Depends:__AUTODEPENDS__
Architecture: all
Description: Perl dep. for koha
Koha is an Integrated Library Managment system for real-world libraries
(the kinds with books).
.
This meta-package contains perl dependencies packages for koha (all
perl lib).