From 79a0c93ddd26d48db64621012f122d87849d8251 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 27 May 2010 16:42:41 +1200 Subject: [PATCH] Bug 4817: Point to README.Debian in koha package description, postinst output. Signed-off-by: Galen Charlton --- debian/changelog | 6 ++++++ debian/control | 6 ++++-- debian/koha.postinst | 7 +++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5b8fcd01f2..1bc3ffa9bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +koha (3.2~0.2) experimental; urgency=low + + * Add notes about README.Debian to package description and postinst output. + + -- Lars Wirzenius Thu, 27 May 2010 16:37:31 +1200 + koha (3.2~0.1) experimental; urgency=low * Initial release. diff --git a/debian/control b/debian/control index f3832d2f7f..779e90e724 100644 --- a/debian/control +++ b/debian/control @@ -100,5 +100,7 @@ Description: integrated (physical) library management system . 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. This package also does some - Apache reconfiguration. + 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. diff --git a/debian/koha.postinst b/debian/koha.postinst index 3a67cc9aff..84df34a72e 100644 --- a/debian/koha.postinst +++ b/debian/koha.postinst @@ -13,3 +13,10 @@ dbc_generate_include_args=" dbc_go koha $@ #DEBHELPER# + +cat <