[gmt] 12/23: Fix gmt_shell_functions.sh man page installation.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jun 13 22:40:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository gmt.
commit 61957ce32406e79e0aa53f75ec19e63e6e6ce9a6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jun 12 20:15:33 2015 +0200
Fix gmt_shell_functions.sh man page installation.
---
debian/rules | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 2075141..5cedbbb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -142,6 +142,14 @@ override_dh_auto_install:
override_dh_install:
dh_install --list-missing
+override_dh_installman:
+ dh_installman
+
+ # Fix gmt_shell_functions.sh man page installation
+ mv debian/gmt/usr/share/man/sh/man1/gmt_shell_functions.1 \
+ debian/gmt/usr/share/man/man1/gmt_shell_functions.sh.1
+ rm -rf debian/gmt/usr/share/man/sh/
+
override_dh_compress:
# Don't compress the pdf files needed for the gmt-doc-pdf package
dh_compress -X.pdf
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/gmt.git
More information about the Pkg-grass-devel
mailing list