From e720c0147dcf50ae3eb94ad366534843cb0d08f6 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 27 Oct 2013 23:30:24 +1300 Subject: [PATCH] Remove an extraneous hypen. --- debian/changelog | 4 +++- debian/postinst | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.30.2