]> git.deb.at Git - pkg/t-prot.git/commitdiff
Imported Debian patch 2.15-1 debian/2.15-1
authorGerfried Fuchs <rhonda@debian.at>
Wed, 17 Feb 2010 18:27:06 +0000 (19:27 +0100)
committerGerfried Fuchs <rhonda@debian.at>
Tue, 18 May 2010 18:04:52 +0000 (20:04 +0200)
debian/changelog
debian/config
debian/postinst
debian/postrm

index 7d6e6a55de7f24989aa612af4908d5b64b93f0ad..d0ac7bb08f2aa757016c1f9ade0a7a49a0a63bd0 100644 (file)
@@ -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 <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.
index 987f31165a20d0d1742fafb9367b2328e2516756..4e713d8ffc02324efc536146a12a52f8ac033e72 100644 (file)
@@ -1,8 +1,10 @@
-#!/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
 
index 428c11f89efd460997e58d1e02054802a06cc2fa..7c54816d9411ef0d998bdccf9d3293a9ee30e7fd 100644 (file)
@@ -1,8 +1,10 @@
-#!/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
index 1428af4c4d69e783e0e72aadd00ed48088950fe9..b0cbfbd05d00a324d7447d8c5addbcb2ab1d4f15 100644 (file)
@@ -1,8 +1,10 @@
-#!/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