Skip to content
Commits on Source (5)
freebayes (1.1.0-2) unstable; urgency=medium
* Versioned Build-Depends: libseqlib-dev (>= 1.1.1+dfsg-4) to include all
headers needed by seqlib
* Standards-Version: 4.1.3
* debhelper 11
-- Andreas Tille <tille@debian.org> Mon, 05 Mar 2018 16:48:22 +0100
freebayes (1.1.0-1) unstable; urgency=low
[ Andreas Tille ]
......
10
\ No newline at end of file
11
\ No newline at end of file
......@@ -4,7 +4,7 @@ Uploaders: Brad Chapman <chapmanb@50mail.com>,
Andreas Tille <tille@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper (>= 10),
Build-Depends: debhelper (>= 11~),
cmake,
pkg-config,
python,
......@@ -12,12 +12,12 @@ Build-Depends: debhelper (>= 10),
libbamtools-dev,
libvcflib-dev (>= 1.0.0~rc1+dfsg1-4),
libtabixpp-dev,
libseqlib-dev,
libseqlib-dev (>= 1.1.1+dfsg-4),
bc,
samtools,
parallel,
libvcflib-tools (>= 1.0.0~rc1+dfsg1-6)
Standards-Version: 4.1.0
Standards-Version: 4.1.3
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/freebayes.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/freebayes.git
Homepage: https://github.com/ekg/freebayes
......
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 28 May 2014 21:23:38 +0200
Description: Use Debian packaged htslib and seqlib
seqlib carries another copy of htslib - we replace both
carries another copy of htslib - we replace both
--- a/src/Makefile
+++ b/src/Makefile
......