]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Remove an extraneous hypen.
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 27 Oct 2013 10:30:24 +0000 (23:30 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 27 Oct 2013 10:30:24 +0000 (23:30 +1300)
debian/changelog
debian/postinst

index ed394b9f54d8582af6b705410ab417ac5b5ca734..08fbe479a950e200453ba953861834fc7529ba5a 100644 (file)
@@ -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 <andrew@etc.gen.nz>  Sun, 27 Oct 2013 23:23:08 +1300
 
index 54aee1e020ef682cec981285a828d5eb2e344ee3..59c324c3105e49c337612fb630ed4d88ce59e4c2 100644 (file)
@@ -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