[med-svn] r14798 - trunk/packages/last-align/trunk/debian

Charles Plessy plessy at alioth.debian.org
Sun Oct 6 03:14:49 UTC 2013


Author: plessy
Date: 2013-10-06 03:14:49 +0000 (Sun, 06 Oct 2013)
New Revision: 14798

Modified:
   trunk/packages/last-align/trunk/debian/changelog
   trunk/packages/last-align/trunk/debian/rules
Log:
Produce a manual page for ?\226?\128?\152last-split?\226?\128?\153.

Modified: trunk/packages/last-align/trunk/debian/changelog
===================================================================
--- trunk/packages/last-align/trunk/debian/changelog	2013-10-06 03:07:35 UTC (rev 14797)
+++ trunk/packages/last-align/trunk/debian/changelog	2013-10-06 03:14:49 UTC (rev 14798)
@@ -8,6 +8,7 @@
   * Normalised debian/control with config-model-edit.
   * Removed version constraint on help2man, satisfied in oldstable.
   * Updated Debian watch file. 
+  * Produce a manual page for ‘last-split’.
 
  -- Charles Plessy <plessy at debian.org>  Tue, 08 May 2012 08:45:18 +0900
 

Modified: trunk/packages/last-align/trunk/debian/rules
===================================================================
--- trunk/packages/last-align/trunk/debian/rules	2013-10-06 03:07:35 UTC (rev 14797)
+++ trunk/packages/last-align/trunk/debian/rules	2013-10-06 03:14:49 UTC (rev 14798)
@@ -59,6 +59,9 @@
                  --name='Remove MAF-format alignments which are "dominated" by others' \
                  $(CURDIR)/scripts/last-remove-dominated.py > $(mandir)/last-remove-dominated.1
 	help2man --no-info --version-string="$(version)" \
+                 --name='Estimates "split" or "spliced" alignments.' \
+                 $(CURDIR)/src/last-split > $(mandir)/last-split.1
+	help2man --no-info --version-string="$(version)" \
                  --name="Join two or more sets of MAF-format multiple alignments" \
                  $(CURDIR)/scripts/maf-join.py > $(mandir)/maf-join.1
 	help2man --no-info --version-string="$(version)" \




More information about the debian-med-commit mailing list