]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Install man page to where Debian wants them
authorAndrew Ruthven <andrew@etc.gen.nz>
Sat, 15 Jul 2023 13:00:27 +0000 (01:00 +1200)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 16 Jul 2023 04:17:12 +0000 (16:17 +1200)
debian/patches/makefile-man-path.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/makefile-man-path.patch b/debian/patches/makefile-man-path.patch
new file mode 100644 (file)
index 0000000..a7891a8
--- /dev/null
@@ -0,0 +1,17 @@
+Description: Install man pages to Debian location
+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
+@@ -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
index 72e4e433cb359c588501eb6ae10ba4849edf6e9c..8365f22ba22cb8d1ecf746edad17b35898198fba 100644 (file)
@@ -1 +1,2 @@
 test-files-search-path.patch
+makefile-man-path.patch