diff options
author | أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | 2010-10-25 16:56:53 +0200 |
---|---|---|
committer | أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> | 2010-10-25 16:56:53 +0200 |
commit | 5258d364a0aae0336b9a225d69498260bebe7b54 (patch) | |
tree | 5674fc7a791575c883bcced62d2353b38f46f9c5 | |
parent | 9c66db07fd781e905eef03415dab1044bcf911c3 (diff) |
* debian/*.config: use set -e in the body of maintainer scripts.
-rw-r--r-- | debian/bitlbee-common.config | 4 | ||||
-rw-r--r-- | debian/changelog | 8 |
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/bitlbee-common.config b/debian/bitlbee-common.config index 9bb78237..c2437b54 100644 --- a/debian/bitlbee-common.config +++ b/debian/bitlbee-common.config @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e . /usr/share/debconf/confmodule [ -f /etc/default/bitlbee ] && . /etc/default/bitlbee diff --git a/debian/changelog b/debian/changelog index 21a76241..a2711f84 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ bitlbee (3.0-2) UNRELEASED; urgency=low - * debian/bitlbee-common.postinst: Replace 'type' with 'which' to avoid + * debian/bitlbee-common.postinst: Replace 'type' with 'which' to avoid bashism. - * debian/{*.prerm, *.postinst, *.postrm}: use set -e in the body of the - script. + * debian/{*.prerm, *.postinst, *.postrm, *.config}: use set -e in the body + of maintainer scripts. * debian/control: + Corrected short description of bitlbee-plugin-otr + Bumped Standards-Version to 3.9.1 @@ -17,7 +17,7 @@ bitlbee (3.0-2) UNRELEASED; urgency=low + Add Short-Description header. + Also stop at runlevels 0 and 6. - -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Mon, 25 Oct 2010 16:49:00 +0200 + -- أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org> Mon, 25 Oct 2010 16:56:24 +0200 bitlbee (3.0-1) unstable; urgency=low |