[med-svn] [castxml] 04/06: Create manpage using help2man.

Steven Michael Robbins smr at moszumanska.debian.org
Sat Jul 18 16:43:05 UTC 2015


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

smr pushed a commit to branch master
in repository castxml.

commit e99bb6fb41de3ac635f1cb671268316e25046831
Author: Steve M. Robbins <smr at sumost.ca>
Date:   Sat Jul 18 11:20:30 2015 -0500

    Create manpage using help2man.
---
 debian/control | 2 +-
 debian/rules   | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index ca37a96..b35fffe 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Vcs-Git: git://anonscm.debian.org/debian-med/castxml.git
 Homepage: https://github.com/CastXML/CastXML
 Section: devel
 Priority: optional
-Build-Depends: debhelper (>= 9), cmake, libclang-3.6-dev, llvm-3.6-dev, libedit-dev, zlib1g-dev
+Build-Depends: debhelper (>= 9), cmake, help2man, libclang-3.6-dev, llvm-3.6-dev, libedit-dev, zlib1g-dev
 Standards-Version: 3.9.6
 
 Package: castxml
diff --git a/debian/rules b/debian/rules
index dda014e..ccbb69c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,5 +19,9 @@ endif
 override_dh_auto_configure:
 	dh_auto_configure -- $(CMAKE_FLAGS)
 
+override_dh_installman:
+	help2man --no-info debian/castxml/usr/bin/castxml  > castxml.1
+	dh_installman castxml.1
+
 bug_785931_workaround:
 	sed -e 's,/usr/lib/llvm-3.6/share/llvm/cmake,/usr/share/llvm-3.6/cmake,' $(bogus_llvmconfig) > LLVMConfig.cmake

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/castxml.git



More information about the debian-med-commit mailing list