+t-prot (2.15-1) unstable; urgency=low
+
+ * New upstream release with new --reply and --sane switches (not enabled by
+ default).
+ * Explicitly set -e in maintainer scripts instead of #!/bin/sh -e.
+
+ -- Gerfried Fuchs <rhonda@debian.at> Wed, 17 Feb 2010 19:27:06 +0100
+
t-prot (2.14-1) unstable; urgency=low
* New upstream release improving --pgp-short performance.
-#!/bin/sh -e
+#!/bin/sh
# debconf config file for t-prot
-# Copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
+# Copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
# Licenced BSD style
+set -e
+
# Source debconf library.
. /usr/share/debconf/confmodule
-#!/bin/sh -e
+#!/bin/sh
# postinst for t-prot
-# Copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
+# Copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
# Licenced BSD style
+set -e
+
# Source debconf library.
if [ -e /usr/share/debconf/confmodule ]; then
. /usr/share/debconf/confmodule
-#!/bin/sh -e
+#!/bin/sh
# postrm for t-prot
-# Copyright 2002-2009 by Gerfried Fuchs <rhonda@debian.at>
+# Copyright 2002-2010 by Gerfried Fuchs <rhonda@debian.at>
# Licenced BSD style
+set -e
+
action=$1
case "$action" in