+2023-07-27 Andrew Ruthven
+ Install the systemd files into the UsrMerge location so we'll work with
+ more distributions, thanks to Göran Uddeborgfor pointing this out.
+
2023-07-27 Göran Uddebor
Install update-update-motd
SBINDIR=$(DESTDIR)/usr/sbin
LIBEXECDIR=$(DESTDIR)/usr/libexec/mythtv-status
MANDIR=$(DESTDIR)/usr/man
-SYSTEMDDIR=$(DESTDIR)/lib/systemd/system
+SYSTEMDDIR=$(DESTDIR)/usr/lib/systemd/system
package=mythtv-status
releases=sid
+mythtv-status (1.1.1-1) UNRELEASED; urgency=medium
+
+ * New upstream release.
+ * Refresh patch makefile-man-path.patch for Debian specific paths and
+ rename to makefile-debian-paths.patch.
+
+ -- Andrew Ruthven <andrew@etc.gen.nz> Thu, 27 Jul 2023 00:14:18 +1200
+
mythtv-status (1.1.0-1) unstable; urgency=medium
* New upstream release.
-Description: Install man pages to Debian location
+Description: Use Debian paths
Author: Andrew Ruthven <andrew@etc.gen.nz>
Forwarded: not-needed
Last-Update: 2023-07-16
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Makefile
+++ b/Makefile
-@@ -2,7 +2,7 @@
-
+@@ -3,8 +3,8 @@
BINDIR=$(DESTDIR)/usr/bin
+ SBINDIR=$(DESTDIR)/usr/sbin
LIBEXECDIR=$(DESTDIR)/usr/libexec/mythtv-status
-MANDIR=$(DESTDIR)/usr/man
+-SYSTEMDDIR=$(DESTDIR)/usr/lib/systemd/system
+MANDIR=$(DESTDIR)/usr/share/man
- SYSTEMDDIR=$(DESTDIR)/lib/systemd/system
++SYSTEMDDIR=$(DESTDIR)/lib/systemd/system
package=mythtv-status
+ releases=sid
-makefile-man-path.patch
+makefile-debian-paths.patch