From 2da9156d7897a13e1546fbbf6dd28daf3dd158bf Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Mon, 5 Sep 2005 09:43:36 +0200 Subject: [PATCH] Imported Debian patch 2.0.1-1 --- debian/changelog | 9 +++++++++ debian/control | 4 ++-- debian/postinst | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 55992cc..254c6e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +t-prot (2.0.1-1) unstable; urgency=low + + * New upstream release: doku update only. + * Bumped standards version, no changes required. + * Changed priority to optional, there is no need for it to be in extra. + * Fixed bashism in postinst. + + -- Gerfried Fuchs Mon, 05 Sep 2005 09:43:36 +0200 + t-prot (2.0-1) unstable; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index db0c8aa..5ac0457 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: t-prot Section: mail -Priority: extra +Priority: optional Maintainer: Gerfried Fuchs Build-Depends-Indep: patch -Standards-Version: 3.6.1 +Standards-Version: 3.6.2 Package: t-prot Architecture: all diff --git a/debian/postinst b/debian/postinst index 4a6c108..afa0fef 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,7 @@ #!/bin/sh -e # postinst for t-prot -if [ "$1" = 'configure' -a -e /usr/share/debconf/confmodule ]; then +if [ "$1" = 'configure' ] && [ -e /usr/share/debconf/confmodule ]; then if dpkg --compare-versions "$2" lt "1.47-2" ; then . /usr/share/debconf/confmodule db_purge -- 2.39.2