From 6bdbd5a4b62b7bb2f4a05195375f30c7c998f4dc Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Sun, 10 Aug 2008 11:35:58 +1200 Subject: [PATCH] Working on preconfiguring for the package Signed-off-by: Galen Charlton --- debian/changelog | 6 ++++++ debian/libkoha-perl.config | 9 +++++++++ 2 files changed, 15 insertions(+) create mode 100644 debian/libkoha-perl.config diff --git a/debian/changelog b/debian/changelog index a69ccbbe51..31b50d61ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libkoha-perl (3.0.0-04) testing; urgency=low + + * More bugfixing, close to stable release soon + + -- Chris Cormack Sun, 10 Aug 2008 11:13:16 +1200 + libkoha-perl (3.0.0-03) unstable; urgency=low * Fixes 2743, 2451, 2411 diff --git a/debian/libkoha-perl.config b/debian/libkoha-perl.config new file mode 100644 index 0000000000..fc41aa71a4 --- /dev/null +++ b/debian/libkoha-perl.config @@ -0,0 +1,9 @@ +#!/bin/sh + +set -e + +alias stripwhitespace="sed -e 's/^[[:blank:]]*//' -e 's/[[:blank:]]*$//'" +installeddebconfversion=dpkg -s debconf | sed -ne '/^Version/s/^Version: //p' + +. /usr/share/debconf/confmodule + -- 2.20.1