From: Gerfried Fuchs Date: Mon, 5 Sep 2005 07:43:36 +0000 (+0200) Subject: Imported Debian patch 2.0.1-1 X-Git-Tag: debian/2.0.1-1^0 X-Git-Url: https://git.deb.at/?p=pkg%2Ft-prot.git;a=commitdiff_plain;h=2da9156d7897a13e1546fbbf6dd28daf3dd158bf Imported Debian patch 2.0.1-1 --- 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