9d3a8d9865
This uses the docbook source files to generate the man pages, and installs them to their correct location when the packages are being built. This will make it easier for people to write man pages, thereby ensuring that people join in keeping documentation up to date. Note: adds docbook-xsl and xsltproc to the dependencies. Note2: applies on top of Magnus' other patch on this ticket. Signed-off-by: Magnus Enger <magnus@enger.priv.no> Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
54 lines
1.6 KiB
Text
54 lines
1.6 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
|
|
|
|
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.
|