[med-svn] r14461 - trunk/packages/python-biom-format/trunk/debian
Andreas Tille
tille at alioth.debian.org
Sat Aug 17 12:42:30 UTC 2013
Author: tille
Date: 2013-08-17 12:42:29 +0000 (Sat, 17 Aug 2013)
New Revision: 14461
Modified:
trunk/packages/python-biom-format/trunk/debian/rules
Log:
Add other manpages if script provides sensible help output
Modified: trunk/packages/python-biom-format/trunk/debian/rules
===================================================================
--- trunk/packages/python-biom-format/trunk/debian/rules 2013-08-16 23:32:01 UTC (rev 14460)
+++ trunk/packages/python-biom-format/trunk/debian/rules 2013-08-17 12:42:29 UTC (rev 14461)
@@ -39,7 +39,13 @@
--name='Test a biom file for adherence to the format specification' \
$(bindir)/biom_validator > $(mandir)/biom_validator.1 ; \
help2man --no-info --name='Script to convert biom formatted files' \
- $(bindir)/convert_biom > $(mandir)/convert_biom.1
+ $(bindir)/convert_biom > $(mandir)/convert_biom.1 ; \
+ help2man --no-info --version-string="$(version)" \
+ --name='summarize sample or observation data in BIOM-formatted files' \
+ $(bindir)/print_biom_table_summary > $(mandir)/print_biom_table_summary.1 ; \
+ help2man --no-info --version-string="$(version)" \
+ --name='subset a BIOM file, over either the observations or samples' \
+ $(bindir)/subset_biom > $(mandir)/subset_biom.1
get-orig-source:
. debian/get-orig-source
More information about the debian-med-commit
mailing list