[Koha-patches] [PATCH] Bug 4817: Point to README.Debian in koha package description, postinst output.

Lars Wirzenius lars at catalyst.net.nz
Thu May 27 06:42:41 CEST 2010


---
 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 5b8fcd0..1bc3ffa 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 <lars at catalyst.net.nz>  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 f3832d2..779e90e 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 3a67cc9..84df34a 100644
--- a/debian/koha.postinst
+++ b/debian/koha.postinst
@@ -13,3 +13,10 @@ dbc_generate_include_args="
 dbc_go koha $@
 
 #DEBHELPER#
+
+cat <<eof
+
+Please see /usr/share/doc/koha/README.Debian for instructions on how to
+configure things after installing the koha package.
+
+eof
-- 
1.7.1



More information about the Koha-patches mailing list