From 5c94c39f8e19343c157c5f8b7fc57e5746778688 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 16 Jul 2023 01:00:27 +1200 Subject: [PATCH] Install man page to where Debian wants them --- debian/patches/makefile-man-path.patch | 17 +++++++++++++++++ debian/patches/series | 1 + 2 files changed, 18 insertions(+) create mode 100644 debian/patches/makefile-man-path.patch diff --git a/debian/patches/makefile-man-path.patch b/debian/patches/makefile-man-path.patch new file mode 100644 index 0000000..a7891a8 --- /dev/null +++ b/debian/patches/makefile-man-path.patch @@ -0,0 +1,17 @@ +Description: Install man pages to Debian location +Author: Andrew Ruthven +Forwarded: not-needed +Last-Update: 2023-07-16 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + #!/usr/bin/make -f + + BINDIR=$(DESTDIR)/usr/bin +-MANDIR=$(DESTDIR)/usr/man ++MANDIR=$(DESTDIR)/usr/share/man + + package=mythtv-status + releases=sid diff --git a/debian/patches/series b/debian/patches/series index 72e4e43..8365f22 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ test-files-search-path.patch +makefile-man-path.patch -- 2.30.2