From: Andrew Ruthven Date: Sat, 10 Apr 2021 03:13:10 +0000 (+1200) Subject: Ensure that the systemd service file is installed X-Git-Tag: debian-sid-1.0.1-5~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41847facc81168bcd7dcb2cf3ceb572975a2921f;p=mythtv-status.git Ensure that the systemd service file is installed No longer installed with the newe compat level. --- diff --git a/debian/changelog b/debian/changelog index 46cb37a..cb600d7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ mythtv-status (1.0.1-5) unstable; urgency=medium may not be a MythTV backend reachable at installation time. * Add Pre-Depends: ${misc:Pre-Depends} to d/control to ensure that init-system-helpers is available. + * Install the systemd service file is installed and enabled. -- Andrew Ruthven Sat, 10 Apr 2021 15:00:41 +1200 diff --git a/debian/rules b/debian/rules index a374e0e..3fc3fb0 100755 --- a/debian/rules +++ b/debian/rules @@ -42,6 +42,7 @@ binary-indep: install # 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_installsystemd dh_installcron dh_installman debian/mythtv-status.1 man/* dh_compress