From: Andrew Ruthven Date: Sat, 15 Jul 2023 13:00:27 +0000 (+1200) Subject: Install man page to where Debian wants them X-Git-Tag: 1.1.0~20 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c94c39f8e19343c157c5f8b7fc57e5746778688;p=mythtv-status.git Install man page to where Debian wants them --- 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