[med-svn] r21258 - trunk/packages/cd-hit/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Fri Jan 22 14:56:54 UTC 2016
Author: tille
Date: 2016-01-22 14:56:53 +0000 (Fri, 22 Jan 2016)
New Revision: 21258
Modified:
trunk/packages/cd-hit/trunk/debian/changelog
trunk/packages/cd-hit/trunk/debian/rules
Log:
Some tools do not generate a help2man output any more
Modified: trunk/packages/cd-hit/trunk/debian/changelog
===================================================================
--- trunk/packages/cd-hit/trunk/debian/changelog 2016-01-22 14:30:41 UTC (rev 21257)
+++ trunk/packages/cd-hit/trunk/debian/changelog 2016-01-22 14:56:53 UTC (rev 21258)
@@ -1,12 +1,13 @@
-cd-hit (4.6.4-1) UNRELEASED; urgency=medium
+cd-hit (4.6.4-1) unstable; urgency=medium
* New upstream version
* Adapted d/watch to move from google code to Github
* Remove redundant remark from author about LaTeX source of doc
* cme fix dpkg-control
* Update debian/copyright
+ * Some tools do not generate a help2man output any more
- -- Andreas Tille <tille at debian.org> Fri, 22 Jan 2016 15:20:40 +0100
+ -- Andreas Tille <tille at debian.org> Fri, 22 Jan 2016 15:31:20 +0100
cd-hit (4.6.1-2012-08-27-2) unstable; urgency=low
Modified: trunk/packages/cd-hit/trunk/debian/rules
===================================================================
--- trunk/packages/cd-hit/trunk/debian/rules 2016-01-22 14:30:41 UTC (rev 21257)
+++ trunk/packages/cd-hit/trunk/debian/rules 2016-01-22 14:56:53 UTC (rev 21258)
@@ -60,20 +60,23 @@
$(CURDIR)/cd-hit-para.pl > $(mandir)/cd-hit-para.1
# psi-cd-hit.pl is throwing some errors which are fixed using sed
- help2man --no-info --no-discard-stderr --version-string='$(ver)' \
- --name='runs similar algorithm like CD-HIT but using BLAST to calculate similarities' \
- $(CURDIR)/psi-cd-hit.pl | \
- sed -e '/^Name "main::.*" used only once:/d' \
- > $(mandir)/psi-cd-hit.1
+ # ... at least in versions <= 4.6.4 - now help2man does not work at all
+ #help2man --no-info --no-discard-stderr --version-string='$(ver)' \
+ # --name='runs similar algorithm like CD-HIT but using BLAST to calculate similarities' \
+ # $(CURDIR)/psi-cd-hit.pl | \
+ # sed -e '/^Name "main::.*" used only once:/d' \
+ # > $(mandir)/psi-cd-hit.1
- help2man --no-info --no-discard-stderr --version-string='$(ver)' \
- --name='runs similar algorithm like CD-HIT but using BLAST to calculate similarities in db1 or db2 format' \
- $(CURDIR)/psi-cd-hit-2d.pl > $(mandir)/psi-cd-hit-2d.1
+ # help2man does not work at all since version 4.6.4
+ #help2man --no-info --no-discard-stderr --version-string='$(ver)' \
+ # --name='runs similar algorithm like CD-HIT but using BLAST to calculate similarities in db1 or db2 format' \
+ # $(CURDIR)/psi-cd-hit-2d.pl > $(mandir)/psi-cd-hit-2d.1
# FIXME: what is the difference between psi-cd-hit-2d.pl and psi-cd-hit-2d-g1.pl ?
- help2man --no-info --no-discard-stderr --version-string='$(ver)' \
- --name='runs similar algorithm like CD-HIT but using BLAST to calculate similarities in db1 or db2 format' \
- $(CURDIR)/psi-cd-hit-2d-g1.pl > $(mandir)/psi-cd-hit-2d-g1.1
+ # help2man does not work at all since version 4.6.4
+ #help2man --no-info --no-discard-stderr --version-string='$(ver)' \
+ # --name='runs similar algorithm like CD-HIT but using BLAST to calculate similarities in db1 or db2 format' \
+ # $(CURDIR)/psi-cd-hit-2d-g1.pl > $(mandir)/psi-cd-hit-2d-g1.1
# No help output from
# cd-hit-div.pl
More information about the debian-med-commit
mailing list