Author: plessy Date: 2014-08-16 06:15:19 +0000 (Sat, 16 Aug 2014) New Revision: 17752
Modified: trunk/packages/last-align/trunk/debian/changelog trunk/packages/last-align/trunk/debian/rules Log: Removed manual page of last-merge-batches.py. This was giving errors with help2man, and does not contain useful information. Modified: trunk/packages/last-align/trunk/debian/changelog =================================================================== --- trunk/packages/last-align/trunk/debian/changelog 2014-08-16 06:05:25 UTC (rev 17751) +++ trunk/packages/last-align/trunk/debian/changelog 2014-08-16 06:15:19 UTC (rev 17752) @@ -1,7 +1,9 @@ last-align (475-1) UNRELEASED; urgency=medium * New upstream release. - * debian/rules: removed compression command, as it is now the default. + * debian/rules: + - removed compression command, as it is now the default. + - removed manual page of last-merge-batches.py. * debian/control: suggest GNU parallel. -- Charles Plessy <[email protected]> Sat, 16 Aug 2014 14:26:23 +0900 Modified: trunk/packages/last-align/trunk/debian/rules =================================================================== --- trunk/packages/last-align/trunk/debian/rules 2014-08-16 06:05:25 UTC (rev 17751) +++ trunk/packages/last-align/trunk/debian/rules 2014-08-16 06:15:19 UTC (rev 17752) @@ -54,9 +54,10 @@ $(HELP2MAN) \ --name="Add extra column with mapping probabilities" \ $(CURDIR)/scripts/last-map-probs.py > $(mandir)/last-map-probs.1 - $(HELP2MAN) \ - --name="Read files of lastal output, merge corresponding batches, and write them." \ - $(CURDIR)/scripts/last-merge-batches.py > $(mandir)/last-merge-batches.1 + # This script has not enough to put in a manual page. + #$(HELP2MAN) \ + # --name="Read files of lastal output, merge corresponding batches, and write them." \ + # $(CURDIR)/scripts/last-merge-batches.py > $(mandir)/last-merge-batches.1 # These scripts were droped #$(HELP2MAN) \ # --name="Clean up MAF-format alignments" \ _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
