From: Russ Allbery Date: Thu, 12 Feb 2009 20:32:57 +0000 (-0800) Subject: Use set -e instead of #!/bin/sh -e in maintainer scripts X-Git-Tag: debian/1.4.8.dfsg1-1~18 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3ba95d80bafe3e0fdec103568a3cbbf07ea0160b;p=packages%2Fo%2Fopenafs.git Use set -e instead of #!/bin/sh -e in maintainer scripts --- diff --git a/debian/changelog b/debian/changelog index 88d94c8d5..15f29d964 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,7 @@ openafs (1.4.8.dfsg1-1) UNRELEASED; urgency=low addition to ntp, allowing for openntpd. (Closes: #508258) * Add ${misc:Depends} to all dependencies. * Add explanations for the Lintian overrides. + * Use set -e instead of #!/bin/sh -e in maintainer scripts. * Translation updates: - Spanish, thanks Francisco Javier Cuadrado. (Closes: #514452) diff --git a/debian/openafs-client.config b/debian/openafs-client.config index 0781a7eb8..8c100163a 100644 --- a/debian/openafs-client.config +++ b/debian/openafs-client.config @@ -1,4 +1,5 @@ -#!/bin/sh -e +#!/bin/sh +set -e . /usr/share/debconf/confmodule || exit diff --git a/debian/openafs-fileserver.config b/debian/openafs-fileserver.config index 524c4c37a..ed7300727 100644 --- a/debian/openafs-fileserver.config +++ b/debian/openafs-fileserver.config @@ -1,4 +1,5 @@ -#!/bin/sh -e +#!/bin/sh +set -e . /usr/share/debconf/confmodule || exit