From d1c70e774d61a229ba90205631994a0a85e29a63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D8=A3=D8=AD=D9=85=D8=AF=20=D8=A7=D9=84=D9=85=D8=AD=D9=85?= =?UTF-8?q?=D9=88=D8=AF=D9=8A=20=28Ahmed=20El-Mahmoudy=29?= Date: Mon, 25 Oct 2010 14:29:39 +0200 Subject: * debian/*.prerm: use set -e in the body of the script. --- debian/bitlbee-common.prerm | 4 +++- debian/bitlbee.prerm | 4 +++- debian/changelog | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/debian/bitlbee-common.prerm b/debian/bitlbee-common.prerm index 50a49bee..768ddc15 100644 --- a/debian/bitlbee-common.prerm +++ b/debian/bitlbee-common.prerm @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e if [ "$1" = "upgrade" ]; then ## To prevent the help function from breaking in currently running diff --git a/debian/bitlbee.prerm b/debian/bitlbee.prerm index c61db24b..eeba2862 100644 --- a/debian/bitlbee.prerm +++ b/debian/bitlbee.prerm @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e if [ "$1" != "upgrade" ]; then invoke-rc.d bitlbee stop || exit 0 diff --git a/debian/changelog b/debian/changelog index 1b017514..bfa76127 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ bitlbee (3.0-2) UNRELEASED; urgency=low - * debian/bitlbee-common.postinst: Replace 'type' with 'which' to avoid bashism + * debian/bitlbee-common.postinst: Replace 'type' with 'which' to avoid bashism. + * debian/*.prerm: use set -e in the body of the script. * debian/control: + Corrected short description of bitlbee-plugin-otr + Bumped Standards-Version to 3.9.1 + Added ${misc:Depends} for bitlbee & bitlbee-libpurple - -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 25 Oct 2010 14:20:45 +0200 + -- أحمد المحمودي (Ahmed El-Mahmoudy) Mon, 25 Oct 2010 14:29:22 +0200 bitlbee (3.0-1) unstable; urgency=low -- cgit v1.2.3