summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorŁukasz Stelmach <l.stelmach@samsung.com>2018-03-21 11:42:00 +0100
committerŁukasz Stelmach <l.stelmach@samsung.com>2018-03-21 11:48:12 +0100
commitf05058b411041075d49ca57254d4a963fb660e05 (patch)
tree767909ac027ab6e5e770032920c9b998322384ea /debian
parented6ff2bd86bb9342d688f537267386aca5e3b931 (diff)
downloadsd-mux-f05058b411041075d49ca57254d4a963fb660e05.tar.gz
sd-mux-f05058b411041075d49ca57254d4a963fb660e05.tar.bz2
sd-mux-f05058b411041075d49ca57254d4a963fb660e05.zip
Require libftdi1 version 1.4 or newer
Version 1.4 is the first to support ftdi_eeprom_get_strings() function. Change-Id: I67d8ac4a3601d7a13c6c0a67035cb78cb650d9d9 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f69f762..a5d1962 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: sd-mux-ctrl
Maintainer: Adam Malinowski <a.malinowsk2@partner.samsung.com>
Section: utils
Priority: optional
-Build-Depends: libftdi1-dev (>= 1.2),
+Build-Depends: libftdi1-dev (>= 1.4),
libpopt-dev,
debhelper (>=9),
bash-completion,
@@ -10,7 +10,7 @@ Standards-Version: 3.9.5
Package: sd-mux-ctrl
Architecture: any
-Depends: libftdi1-2 (>=1.2),
+Depends: libftdi1-2 (>=1.4),
libpopt0,
${misc:Depends},
${shlibs:Depends},