diff options
author | Julian Andres Klode <jak@debian.org> | 2016-01-09 01:38:05 +0100 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-01-09 01:38:05 +0100 |
commit | 1dbd5b4609346e1f8b42bdd1385e361fa196621b (patch) | |
tree | 46a5be31f0d2d980a84e49cf8ea98b3e9bc6b8b1 | |
parent | 68b57083e6f245e5a3059556093a752adc6ea2ef (diff) |
Version the build-depends on liblz4-dev to >= 0.0~r126
We need r126 of lz4, as this introduces the lz4frame.h
header.
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f00ed5ea3..9139c347f 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Michael Vogt <mvo@debian.org>, Standards-Version: 3.9.6 Build-Depends: dpkg-dev (>= 1.17.14), debhelper (>= 9.20141010), libdb-dev, gettext (>= 0.12), libcurl4-gnutls-dev (>= 7.19.4~), - zlib1g-dev, libbz2-dev, liblzma-dev, liblz4-dev, + zlib1g-dev, libbz2-dev, liblzma-dev, liblz4-dev (>= 0.0~r126), xsltproc, docbook-xsl, docbook-xml, po4a (>= 0.34-2), autotools-dev, autoconf, automake, libgtest-dev <!nocheck>, g++ (>= 4:5.2) |