[med-svn] [bcftools] 09/10: Add manpage stubs for other scripts included in the package
Afif Elghraoui
afif-guest at moszumanska.debian.org
Tue Nov 10 07:45:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository bcftools.
commit 9e81fdb3b1420dbb258c07c287264860e87f0bdb
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Mon Nov 9 23:42:10 2015 -0800
Add manpage stubs for other scripts included in the package
---
debian/man/plot-vcfstats.1 | 9 +++++++++
debian/man/vcfutils.pl.1 | 7 +++++++
debian/manpages | 1 +
debian/rules | 3 +++
4 files changed, 20 insertions(+)
diff --git a/debian/man/plot-vcfstats.1 b/debian/man/plot-vcfstats.1
new file mode 100644
index 0000000..0367e03
--- /dev/null
+++ b/debian/man/plot-vcfstats.1
@@ -0,0 +1,9 @@
+.TH PLOT-VCFSTATS 1 "November 2015"
+.SH NAME
+plot-vcfstats \- plot statistics for genomic variants in a VCF file
+.SH DESCRIPTION
+Call the program without any arguments for usage information.
+This program requires bcftools' suggested packages in order to function.
+See `apt-cache show bcftools` to see what the suggested packages are.
+.SH SEE ALSO
+.BR bcftools (1)
diff --git a/debian/man/vcfutils.pl.1 b/debian/man/vcfutils.pl.1
new file mode 100644
index 0000000..3eed22e
--- /dev/null
+++ b/debian/man/vcfutils.pl.1
@@ -0,0 +1,7 @@
+.TH VCFUTILS.PL 1 "November 2015"
+.SH NAME
+vcfutils.pl \- utilities to manipulate files in the Variant Call Format (VCF)
+.SH DESCRIPTION
+Call the program with no arguments in order to see usage information.
+.SH SEE ALSO
+.BR bcftools (1)
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..19f429f
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/man/*
diff --git a/debian/rules b/debian/rules
index 1194300..139548f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,6 @@ override_dh_auto_install:
mv plugins/*.so \
debian/bcftools/$(pluginpath)
dh_auto_install
+
+override_dh_installman:
+ dh_installman --language=C
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bcftools.git
More information about the debian-med-commit
mailing list