Split off koha-common.
authorLars Wirzenius <lars@catalyst.net.nz>
Tue, 25 May 2010 01:44:07 +0000 (13:44 +1200)
committerChris Cormack <chrisc@catalyst.net.nz>
Wed, 26 May 2010 04:30:21 +0000 (16:30 +1200)
commit2f4d57168d45e70404620f38f5f86544b519ca90
treec3eab74b6dc05a2002becbbe21968d15d4fe5441
parent5d6857b8a61066845b1414564b453ac856544fc7
Split off koha-common.

koha-common will be suitable for hosts with multiple Koha instances,
or those that otherwise need to do thing differently from the main
koha package.

Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
16 files changed:
debian/control
debian/koha-common.README.Debian [new file with mode: 0644]
debian/koha-common.dirs [new file with mode: 0644]
debian/koha-common.install [new file with mode: 0644]
debian/koha-common.logrotate [new file with mode: 0644]
debian/koha.install
debian/rules
debian/templates/apache-shared-disable.conf [new file with mode: 0644]
debian/templates/apache-shared-intranet.conf [new file with mode: 0644]
debian/templates/apache-shared-opac.conf [new file with mode: 0644]
debian/templates/apache-shared.conf [new file with mode: 0644]
debian/templates/apache-site.conf.in [new file with mode: 0644]
debian/templates/koha-conf-site.xml.in [new file with mode: 0644]
debian/templates/zebra-authorities-dom-site.cfg.in [new file with mode: 0644]
debian/templates/zebra-authorities-site.cfg.in [new file with mode: 0644]
debian/templates/zebra-biblios-site.cfg.in [new file with mode: 0644]