Koha/debian/control.in
Andreas Roussos 43ecb3c86c
Bug 27315: use the namespace-aware docbook stylesheet
When viewing the man page for the `koha-list` command, the output does
not appear correctly: there appears to be a "staircase"-like effect on
the text. The same is true for all other man pages.

The source XML files for our man pages have the following namespace
declaration at the top: xmlns='http://docbook.org/ns/docbook', which
means they are DocBook V5.0 documents and should be processed by
namespace-aware DocBook XSL stylesheets.

This patch fixes that by using the DocBook-to-man-page transformation
stylesheet from the docbook-xsl-ns package (note the "-ns" suffix).

Test plan:
1) Apply the patch
2) Build and install new package
3) Confirm the man pages display correctly

Signed-off-by: David Nind <david@davidnind.com>

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-10-17 21:10:06 -03:00

143 lines
4 KiB
Text

Source: koha
Maintainer: Mason James <mtj@kohaaloha.com>
Section: web
Priority: optional
Standards-Version: 3.8.4
# WARNING: The "control" file is automatically generated from the "control.in" file.
# Do not manually edit "control" or your changes will be clobbered when you
# run update-control
# 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, xsltproc, docbook-xsl, docbook-xsl-ns, fonts-dejavu | ttf-dejavu,
libxml2-utils, bash-completion, perl-modules-5.26 | libtest-simple-perl (>= 1.302073)
Package: koha-common
Architecture: all
Depends: ${misc:Depends}, ${koha:Depends},
apache2,
apache2-mpm-itk | libapache2-mpm-itk,
at,
cron-daemon,
daemon,
debconf,
idzebra-2.0,
memcached,
mysql-client | virtual-mysql-client,
perl-doc,
pwgen,
rabbitmq-server,
sudo,
fonts-dejavu | ttf-dejavu,
unzip,
xmlstarlet,
yaz
Suggests: mysql-server | virtual-mysql-server,
letsencrypt,
Homepage: http://koha-community.org/
Description: integrated (physical) library management system
Koha is an Integrated Library Management 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 | virtual-mysql-server
Homepage: http://koha-community.org/
Description: integrated (physical) library management system
Koha is an Integrated Library Management 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 | libapache2-mpm-itk,
at,
cron-daemon,
daemon,
debconf,
idzebra-2.0,
mysql-client | virtual-mysql-client,
mysql-server | virtual-mysql-server,
perl-doc,
pwgen,
rabbitmq-server,
sudo,
fonts-dejavu | ttf-dejavu,
unzip,
xmlstarlet,
yaz
Architecture: all
Description: Other dep. for koha
Koha is an Integrated Library Management 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 Management system for real-world libraries
(the kinds with books).
.
This meta-package contains perl dependencies packages for koha (all
perl lib).
Package: koha-core
Architecture: all
Description: integrated (physical) library management system
Koha is an Integrated Library Management system for real-world libraries
(the kinds with books).
.
This package provides a version of Koha identical to that of koha-full,
but without third-party systems such as MariaDB, RabbitMQ, et cetera.
.
This package is EXPERIMENTAL and not recommended for production use.
Depends: ${misc:Depends}, ${koha:Depends},
at,
cron-daemon,
daemon,
debconf,
mysql-client | virtual-mysql-client,
perl-doc,
pwgen,
starman,
sudo,
fonts-dejavu | ttf-dejavu,
unzip,
xmlstarlet,
yaz
Package: koha-full
Depends:
koha-core,
apache2,
apache2-mpm-itk | libapache2-mpm-itk,
idzebra-2.0,
memcached,
mysql-server | virtual-mysql-server,
rabbitmq-server,
Architecture: all
Description: integrated (physical) library management system
Koha is an Integrated Library Management system for real-world libraries
(the kinds with books).
.
This metapackage provides a version of Koha with the complete set of third-party
systems such as MariaDB, RabbitMQ, et cetera.
.
This package is EXPERIMENTAL and not recommended for production use.