]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Ensure that the systemd service file is installed
authorAndrew Ruthven <andrew@etc.gen.nz>
Sat, 10 Apr 2021 03:13:10 +0000 (15:13 +1200)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sat, 10 Apr 2021 03:13:10 +0000 (15:13 +1200)
No longer installed with the newe compat level.

debian/changelog
debian/rules

index 46cb37a4e48f34826ea9b1f6e5af7e30811d47c3..cb600d7a5c03e66f2e961a5bbeae3dca3c8a0e51 100644 (file)
@@ -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 <andrew@etc.gen.nz>  Sat, 10 Apr 2021 15:00:41 +1200
 
index a374e0e4cec7589073f5dc63d297b03f363e88ae..3fc3fb08f86796dec6178b2e290a24aa40b01155 100755 (executable)
@@ -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