-mythtv-status (1.0.1-5) UNRELEASED; urgency=medium
+mythtv-status (1.0.1-5) unstable; urgency=medium
- * Upstream is now generating GPG signatures of release tarballs.
+ * Upstream is now generating GPG signatures of release tarballs.
+ * Allow the init script/service to fail on install/upgrade as there
+ may not be a MythTV backend reachable at installation time.
- -- Andrew Ruthven <andrew@etc.gen.nz> Sat, 10 Apr 2021 01:53:14 +1200
+ -- Andrew Ruthven <andrew@etc.gen.nz> Sat, 10 Apr 2021 15:00:41 +1200
mythtv-status (1.0.1-4) unstable; urgency=medium
dh_install
dh_installdebconf
# Make sure we start after mythtv-backend
- dh_installinit -- defaults 51
+# Set --error-handler so that a failing init script (for example, no MythTV
+# backend reachable) won't cause the installation to abort.
+ DH_OPTIONS="--error-handler=true" dh_installinit -- defaults 51
dh_installcron
dh_installman debian/mythtv-status.1 man/*
dh_compress