From 75adc8055aab19a8c56bd0dc2445d7a4fe487d2c Mon Sep 17 00:00:00 2001 From: Gerfried Fuchs Date: Wed, 17 Feb 2010 19:27:06 +0100 Subject: [PATCH] Imported Debian patch 2.15-1 --- debian/changelog | 8 ++++++++ debian/config | 6 ++++-- debian/postinst | 6 ++++-- debian/postrm | 6 ++++-- 4 files changed, 20 insertions(+), 6 deletions(-) diff --git a/debian/changelog b/debian/changelog index 7d6e6a5..d0ac7bb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +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 Wed, 17 Feb 2010 19:27:06 +0100 + t-prot (2.14-1) unstable; urgency=low * New upstream release improving --pgp-short performance. diff --git a/debian/config b/debian/config index 987f311..4e713d8 100644 --- a/debian/config +++ b/debian/config @@ -1,8 +1,10 @@ -#!/bin/sh -e +#!/bin/sh # debconf config file for t-prot -# Copyright 2002-2009 by Gerfried Fuchs +# Copyright 2002-2010 by Gerfried Fuchs # Licenced BSD style +set -e + # Source debconf library. . /usr/share/debconf/confmodule diff --git a/debian/postinst b/debian/postinst index 428c11f..7c54816 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,8 +1,10 @@ -#!/bin/sh -e +#!/bin/sh # postinst for t-prot -# Copyright 2002-2009 by Gerfried Fuchs +# Copyright 2002-2010 by Gerfried Fuchs # Licenced BSD style +set -e + # Source debconf library. if [ -e /usr/share/debconf/confmodule ]; then . /usr/share/debconf/confmodule diff --git a/debian/postrm b/debian/postrm index 1428af4..b0cbfbd 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,8 +1,10 @@ -#!/bin/sh -e +#!/bin/sh # postrm for t-prot -# Copyright 2002-2009 by Gerfried Fuchs +# Copyright 2002-2010 by Gerfried Fuchs # Licenced BSD style +set -e + action=$1 case "$action" in -- 2.39.2