[med-svn] [bowtie] 01/02: Revert changes in d/rules, keep debug files, do not install not-needed man pages
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Thu Oct 19 16:54:16 UTC 2017
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository bowtie.
commit 920750fd25336539668de3b811284d14906b33fb
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Thu Oct 19 18:48:40 2017 +0200
Revert changes in d/rules, keep debug files, do not install not-needed man pages
---
debian/rules | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/debian/rules b/debian/rules
index 7f0079b..b86329b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,27 +20,14 @@ override_dh_auto_install-arch:
# remove strange byte-compyled Python code bowtie-buildc (no idea how and why it was created)
find . -name bowtie-buildc -delete
find . -name .cvsignore -delete
- find . -name "bowtie-*-debug" -delete
override_dh_installman-arch:
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" --no-info \
$(CURDIR)/bowtie-build > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-build.1
- help2man --name="building a colorspace index for bowtie" --no-info \
- $(CURDIR)/bowtie-build > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-build-l.1
- help2man --name="building a colorspace index for bowtie" --no-info \
- $(CURDIR)/bowtie-build > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-build-s.1
help2man --name="extracts information from a bowtie index" --no-info \
$(CURDIR)/bowtie-inspect > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-inspect.1
- help2man --name="extracts information from a bowtie index" --no-info \
- $(CURDIR)/bowtie-inspect > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-inspect-l.1
- help2man --name="extracts information from a bowtie index" --no-info \
- $(CURDIR)/bowtie-inspect > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-inspect-s.1
- help2man --name="ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences" --no-info \
- $(CURDIR)/bowtie-align-l > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-align-l.1
- help2man --name="ultrafast and memory-efficient tool for aligning sequencing reads to long reference sequences" --no-info \
- $(CURDIR)/bowtie-align-s > $(CURDIR)/debian/$(pkg)/usr/share/man/man1/bowtie-align-s.1
override_dh_compress:
dh_compress -X.ebwt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/bowtie.git
More information about the debian-med-commit
mailing list