[med-svn] [axe-demultiplexer] 03/06: Build-dep on GSL and libqes

Kevin Murray daube-guest at moszumanska.debian.org
Wed Nov 11 12:36:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository axe-demultiplexer.

commit 040036f8ba3c1c19b164b9163e6d512ca0ebbea5
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Wed Nov 11 14:13:21 2015 +1100

    Build-dep on GSL and libqes
---
 debian/control | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 167c6b7..7eb0efe 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,17 @@ Standards-Version: 3.9.6
 Build-Depends: debhelper (>= 9),
                cmake,
                zlib1g-dev,
-               python-sphinx
+               libqes-dev,
+               libgsl0-dev,
+               python-sphinx,
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/axe-demultiplexer.git
 Vcs-Git: git://anonscm.debian.org/debian-med/axe-demultiplexer.git
 Homepage: https://github.com/kdmurray91/axe
 
 Package: axe-demultiplexer
 Architecture: amd64 i386
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Trie-based DNA sequencing read demultiplexer
  Axe very rapidly selects the optimal barcode present in a sequence read, even
  in the presence of sequencing errors. The algorithm is able to handle

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/axe-demultiplexer.git



More information about the debian-med-commit mailing list