From: colintu Date: Sun, 2 Aug 2009 12:43:30 +0000 (+0000) Subject: Fix debian/preinst not to ignore errors. X-Git-Url: https://git.hcoop.net/clinton/abcde.git/commitdiff_plain/e1a692f7a841676c8577f3d3d8f2a435ca4fe9f0 Fix debian/preinst not to ignore errors. Bump standards version to 3.8.2. git-svn-id: http://abcde.googlecode.com/svn/trunk@264 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- diff --git a/debian/changelog b/debian/changelog index bb7eb16..d7a789a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,8 +13,10 @@ abcde (2.3.99.8-1) unstable; urgency=low (Closes: #411579). * Update Vcs-Svn: tag in debian/control. * Add a recommends for vorbis-tools (Closes: #392843). + * Update standards version to 3.8.2 (no changes required). + * Fix debian/preinst not to ignore errors. - -- Colin Tuckley Tue, 28 Jul 2009 15:33:20 +0100 + -- Colin Tuckley Sun, 02 Aug 2009 13:32:30 +0100 abcde (2.3.99.7-1) unstable; urgency=low diff --git a/debian/control b/debian/control index b5f649f..bd3dd3c 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jesus Climent Uploaders: Colin Tuckley Homepage: http://code.google.com/p/abcde/ -Standards-Version: 3.8.0 +Standards-Version: 3.8.2 Build-Depends: debhelper (>= 5) Vcs-Svn: http://abcde.googlecode.com/svn/trunk/ diff --git a/debian/preinst b/debian/preinst index c6d5477..791e48e 100644 --- a/debian/preinst +++ b/debian/preinst @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e # If: # * this isn't an upgrade (a fresh install) # * and /etc/cdgrab.conf exists