From 94131a6f9e60fb9160ae06acb7967587be6b7a57 Mon Sep 17 00:00:00 2001 From: Robin Sheat Date: Fri, 10 Feb 2012 12:55:09 +1300 Subject: [PATCH] Bug 7238 - make packages deal with SIP config This moves the SIP config to the templates directory (on package building) in anticipation of making it configurable with package tools. Prevents it being installed into /etc. --- debian/rules | 1 + debian/templates/SIPconfig.xml | 84 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+), 0 deletions(-) create mode 100644 debian/templates/SIPconfig.xml diff --git a/debian/rules b/debian/rules index 64a1790..7fed07e 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,7 @@ override_dh_gencontrol: override_dh_auto_install: dh_auto_install rm $(TMP)/etc/koha/README.txt + rm $(TMP)/etc/koha/SIPconfig.xml rm -r $(TMP)/usr/share/koha/doc rm -r $(TMP)/var/run rm -r $(TMP)/var/lock diff --git a/debian/templates/SIPconfig.xml b/debian/templates/SIPconfig.xml new file mode 100644 index 0000000..f229b9a --- /dev/null +++ b/debian/templates/SIPconfig.xml @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.5.4