[med-svn] [salmon] 04/04: add zlib builddep & fix manpage generation
Michael Crusoe
misterc-guest at moszumanska.debian.org
Thu Oct 1 07:26:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to branch master
in repository salmon.
commit 676f3c61eee71d7e1a2ba6efc4b8c5202045e188
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date: Thu Oct 1 00:05:54 2015 -0700
add zlib builddep & fix manpage generation
---
debian/control | 3 ++-
debian/rules | 4 ++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 3391795..5f7fcf4 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,8 @@ Build-Depends: debhelper (>= 9),
libspdlog-dev,
help2man,
sphinx-doc,
- python-sphinx | python3-sphinx
+ python-sphinx | python3-sphinx,
+ zlib1g-dev
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/<pkg>/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/<pkg>/trunk/
diff --git a/debian/rules b/debian/rules
index d219d22..1b26476 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,9 +25,9 @@ override_dh_auto_build:
mv doc/license.rst doc/source/
cd obj*/src && \
help2man --no-discard-stderr --no-info --name="highly-accurate, transcript-level quantification estimates from RNA-seq data"\
- salmon > ../../debian/salmon.1 && \
+ ./salmon > ../../debian/salmon.1 && \
for option in index quant swim; do help2man --no-discard-stderr \
- --version-string="${VERSION}" --no-info "salmon --no-version-check $${option}" \
+ --version-string="${VERSION}" --no-info "./salmon --no-version-check $${option}" \
--include=../../debian/salmon-$${option}-man-include \
> ../../debian/salmon-$${option}.1; done
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/salmon.git
More information about the debian-med-commit
mailing list