[Pkg-wmaker-commits] [wmacpi] 71/105: install manpages to /usr/share/man/man1

Doug Torrance dtorrance-guest at moszumanska.debian.org
Tue Aug 18 01:13:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmacpi.

commit 99fd681893e5b0ad94819697df42f781875afbe8
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Mon Jul 21 03:14:10 2014 -0500

    install manpages to /usr/share/man/man1
---
 debian/patches/install_manpages_to_usr_share.patch | 20 ++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/install_manpages_to_usr_share.patch b/debian/patches/install_manpages_to_usr_share.patch
new file mode 100644
index 0000000..0f30b05
--- /dev/null
+++ b/debian/patches/install_manpages_to_usr_share.patch
@@ -0,0 +1,20 @@
+Description: Install manpages to /usr/share/man/man1.
+ By default, the manpages are installed in /usr/man/man1, which does not
+ conform to the Filesystem Hierarchy Standard.  This patch installs them
+ correctly to /usr/share/man/man1.
+Author: Doug Torrance <dtorrance at monmouthcollege.edu>
+Last-Update: <2014-07-21>
+
+--- wmacpi-2.2~rc5.orig/Makefile
++++ wmacpi-2.2~rc5/Makefile
+@@ -64,8 +64,8 @@ clean-all: clean
+ install: $(targets)
+ 	install -d $(PREFIX)/bin/
+ 	install -pc $(targets) $(PREFIX)/bin/
+-	install -d $(PREFIX)/man/man1/
+-	install -pc $(doc_targets) $(PREFIX)/man/man1/
++	install -d $(PREFIX)/share/man/man1/
++	install -pc $(doc_targets) $(PREFIX)/share/man/man1/
+ 
+ tags:
+ 	etags $(WMSRC) $(CLSRC) $(HEADERS)
diff --git a/debian/patches/series b/debian/patches/series
index 39b433e..05bcb96 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 fix_compiler_flags.patch
 rename_acpi_to_acpi-ng.patch
+install_manpages_to_usr_share.patch
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmacpi.git



More information about the Pkg-wmaker-commits mailing list