[med-svn] r5859 - trunk/packages/bowtie/trunk/debian
Andreas Tille
tille at alioth.debian.org
Wed Feb 2 15:10:10 UTC 2011
Author: tille
Date: 2011-02-02 15:10:09 +0000 (Wed, 02 Feb 2011)
New Revision: 5859
Modified:
trunk/packages/bowtie/trunk/debian/changelog
trunk/packages/bowtie/trunk/debian/rules
Log:
Do not give a pointer to non existing info pages in manpages
Modified: trunk/packages/bowtie/trunk/debian/changelog
===================================================================
--- trunk/packages/bowtie/trunk/debian/changelog 2011-02-02 14:44:43 UTC (rev 5858)
+++ trunk/packages/bowtie/trunk/debian/changelog 2011-02-02 15:10:09 UTC (rev 5859)
@@ -1,3 +1,9 @@
+bowtie (0.12.7-2) UNRELEASED; urgency=low
+
+ * Do not give a pointer to non existing info pages in manpages
+
+ -- Andreas Tille <tille at debian.org> Wed, 02 Feb 2011 16:08:51 +0100
+
bowtie (0.12.7-1) unstable; urgency=low
* Initial release (Closes: #604940)
Modified: trunk/packages/bowtie/trunk/debian/rules
===================================================================
--- trunk/packages/bowtie/trunk/debian/rules 2011-02-02 14:44:43 UTC (rev 5858)
+++ trunk/packages/bowtie/trunk/debian/rules 2011-02-02 15:10:09 UTC (rev 5859)
@@ -18,11 +18,11 @@
# for bin in bowtie bowtie-build bowtie-inspect ; do \
# help2man $(CURDIR)/$${bin} > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/$${bin}.1 ; \
# done
- help2man --name="ultrafast memory-efficient short read aligner" \
+ help2man --name="ultrafast memory-efficient short read aligner" --no-info \
$(CURDIR)/bowtie > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie.1
- help2man --name="building a colorspace index for bowtie" \
+ help2man --name="building a colorspace index for bowtie" --no-info \
$(CURDIR)/bowtie-build > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-build.1
- help2man --name="extracts information from a bowtie index" \
+ help2man --name="extracts information from a bowtie index" --no-info \
$(CURDIR)/bowtie-inspect > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-inspect.1
override_dh_auto_clean:
More information about the debian-med-commit
mailing list