[med-svn] [ffindex] 05/08: Generate manpages for ffindex_apply_mpi and ffindex_from_tsv
Graham Inggs
ginggs at moszumanska.debian.org
Thu Jun 29 14:51:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
ginggs pushed a commit to branch master
in repository ffindex.
commit bfd980c6be7248876dee7a0395cd5b732943bd5b
Author: Graham Inggs <ginggs at debian.org>
Date: Thu Jun 29 14:39:46 2017 +0200
Generate manpages for ffindex_apply_mpi and ffindex_from_tsv
---
debian/changelog | 1 +
debian/rules | 8 ++++----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9be6e11..4a08093 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ ffindex (0.9.9.7-4) UNRELEASED; urgency=medium
* Update debian/copyright
* Drop debian/libffindex0.lintian-overrides and
debian/README.source, no longer required
+ * Generate manpages for ffindex_apply_mpi and ffindex_from_tsv
-- Graham Inggs <ginggs at debian.org> Thu, 29 Jun 2017 14:11:49 +0200
diff --git a/debian/rules b/debian/rules
index 8295866..acec4bc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,8 +17,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
-FFMANPAGES = ffindex_apply.1 ffindex_build.1 ffindex_from_fasta.1 ffindex_get.1 ffindex_modify.1 ffindex_unpack.1
-# ffindex_apply_mpi.1
+FFMANPAGES = ffindex_apply.1 ffindex_build.1 ffindex_from_fasta.1 ffindex_get.1 ffindex_modify.1 ffindex_unpack.1 ffindex_apply_mpi.1 ffindex_from_tsv.1
ffmanpages: $(FFMANPAGES)
BINNAMES = \
ffindex_apply="apply a program to each FFindex entry";\
@@ -26,8 +25,9 @@ BINNAMES = \
ffindex_from_fasta="populate index from FASTA file";\
ffindex_get="retrieve entries from file index";\
ffindex_modify="modify file index entries";\
- ffindex_unpack="unpack file index entries";
-# ffindex_apply_mpi="apply a program to each FFindex entry (mpi enhanced)";\
+ ffindex_unpack="unpack file index entries";\
+ ffindex_apply_mpi="apply a program to each FFindex entry (mpi enhanced)";\
+ ffindex_from_tsv="populate index from TSV file";
override_dh_installman: $(FFMANPAGES)
dh_installman
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ffindex.git
More information about the debian-med-commit
mailing list