]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Add patch to set man page directory
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 14 Feb 2021 00:36:54 +0000 (13:36 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 14 Feb 2021 00:48:46 +0000 (13:48 +1300)
.gitignore
debian/.gitignore
debian/patches/man_page_dir.patch [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

index b38dbbcad077c4f82ea19ab0838397270362586a..e2e2998a7389d291f4b408aa1a4985d5151e1c39 100644 (file)
@@ -1,3 +1,4 @@
 build-stamp
 build
 debian/mythtv-status.debhelper.log
+.pc
index f45710b526e9597e8801cc1895e01945caba1a9c..441369f3ec47315fac316db17508432bf555ad59 100644 (file)
@@ -1,7 +1,6 @@
 files
-mythtv-status.1
-mythtv-status.postinst.debhelper
-mythtv-status.postrm.debhelper
-mythtv-status.prerm.debhelper
-mythtv-status.substvars
+*.debhelper
+*.substvars
 mythtv-status
+*.log
+*stamp
diff --git a/debian/patches/man_page_dir.patch b/debian/patches/man_page_dir.patch
new file mode 100644 (file)
index 0000000..24df578
--- /dev/null
@@ -0,0 +1,17 @@
+Description: Set manpage directory for Debian
+Author: Andrew Ruthven
+Forwarded: not-needed
+Last-Update: 2021-02-14
+---
+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
new file mode 100644 (file)
index 0000000..e07f850
--- /dev/null
@@ -0,0 +1 @@
+man_page_dir.patch