From: Andrew Ruthven Date: Sun, 27 Oct 2013 10:30:24 +0000 (+1300) Subject: Remove an extraneous hypen. X-Git-Tag: 0.10.4~7 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e720c0147dcf50ae3eb94ad366534843cb0d08f6;p=mythtv-status.git Remove an extraneous hypen. --- diff --git a/debian/changelog b/debian/changelog index ed394b9..08fbe47 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ mythtv-status (0.10.4) unstable; urgency=low - * New upstream release (Closes: #724166). + * New upstream release (Closes: #724166, #709377). + * Remove an extraneous hypen in our postinst (Cloases: #704436) + Thank you Francois Marier for the patch. -- Andrew Ruthven Sun, 27 Oct 2013 23:23:08 +1300 diff --git a/debian/postinst b/debian/postinst index 54aee1e..59c324c 100644 --- a/debian/postinst +++ b/debian/postinst @@ -14,7 +14,7 @@ case "$1" in DEBIANCONFIG=/etc/default/$PACKAGE # Default to --email-only-on-alert but allow it be unset in the config file. - EMAIL_ARGS="---email-only-on-alert" + EMAIL_ARGS="--email-only-on-alert" # load current settings, most of which will be overwritten. [ -f $DEBIANCONFIG ] && . $DEBIANCONFIG