[med-svn] [dcmtk] 10/10: add rule to provide manpage for msgserv
Gert Wollny
gewo at moszumanska.debian.org
Sun Aug 6 14:31:17 UTC 2017
This is an automated email from the git hooks/post-receive script.
gewo pushed a commit to branch master
in repository dcmtk.
commit 10369246a7400d4d902c38800097e334b270bd1c
Author: Gert Wollny <gewo at debian.org>
Date: Sun Aug 6 09:26:46 2017 +0000
add rule to provide manpage for msgserv
---
debian/changelog | 1 +
debian/control | 1 +
debian/rules | 3 ++-
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index a96a375..17adc46 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ dcmtk (3.6.2-1~exp1) experimental; urgency=medium
* d/copyright: add new files to copyright
* d/rules: drop more test programs and add manpage for msgserv
* d/rules enable use of C++11 features
+ * d/control: Add build dependency on help2man
-- Gert Wollny <gewo at debian.org> Wed, 02 Aug 2017 13:48:47 +0000
diff --git a/debian/control b/debian/control
index de3cda4..c8fc610 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Section: science
Priority: optional
Build-Depends: cmake,
debhelper (>= 9),
+ help2man,
libcharls-dev,
libpng-dev,
libsndfile1-dev,
diff --git a/debian/rules b/debian/rules
index 531490d..3b027d5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,8 @@ override_dh_auto_build-arch:
dh_auto_build
override_dh_installman:
- help2man --version-string 3.6.2 --no-info debian/dcmtk/usr/bin/msgserv > msgserv.1
+ LD_LIBRARY_PATH=debian/libdcmtk12/usr/lib/ \
+ help2man --version-string 3.6.2 -n "msgserv: Sample message server for class DVPSIPCClient" --no-info debian/dcmtk/usr/bin/msgserv > msgserv.1
dh_installman msgserv.1
# Let's be smart with building doc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/dcmtk.git
More information about the debian-med-commit
mailing list