[gmt] 16/23: Move manpages to common package.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Sat Jun 13 22:40:23 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 4ca060f90aa20225adfe8e687daf3f59184790ff
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sat Jun 13 00:08:41 2015 +0200
Move manpages to common package.
---
debian/gmt-common.lintian-overrides | 3 +++
debian/{gmt.manpages => gmt-common.manpages} | 0
debian/gmt.lintian-overrides | 3 ---
debian/rules | 6 +++---
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/debian/gmt-common.lintian-overrides b/debian/gmt-common.lintian-overrides
new file mode 100644
index 0000000..bda3b97
--- /dev/null
+++ b/debian/gmt-common.lintian-overrides
@@ -0,0 +1,3 @@
+# Man pages are automatically generated with sphinx
+gmt-common: manpage-has-errors-from-man *
+
diff --git a/debian/gmt.manpages b/debian/gmt-common.manpages
similarity index 100%
rename from debian/gmt.manpages
rename to debian/gmt-common.manpages
diff --git a/debian/gmt.lintian-overrides b/debian/gmt.lintian-overrides
index 316c260..0e4841a 100644
--- a/debian/gmt.lintian-overrides
+++ b/debian/gmt.lintian-overrides
@@ -1,6 +1,3 @@
-# Man pages are automatically generated with sphinx
-gmt: manpage-has-errors-from-man *
-
# User scripts rely on the extension
gmt: script-with-language-extension usr/bin/gmt_shell_functions.sh
diff --git a/debian/rules b/debian/rules
index 57c9ecf..38d66ca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -109,9 +109,9 @@ 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/
+ mv debian/gmt-common/usr/share/man/sh/man1/gmt_shell_functions.1 \
+ debian/gmt-common/usr/share/man/man1/gmt_shell_functions.sh.1
+ rm -rf debian/gmt-common/usr/share/man/sh/
override_dh_compress:
# Don't compress the pdf files needed for the gmt-doc-pdf package
--
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