summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-03-02 07:32:50 +0100
committerAdam Malinowski <a.malinowsk2@partner.samsung.com>2019-05-20 11:52:56 +0200
commitab98a7de88226349472d7d3721ee33707b9bd810 (patch)
tree2c91df9a7dadf412b9ff5594c6673dbaed36b5e8
parentedbc2c8e7b8cf87284393a97e482d8eb9288c1aa (diff)
downloadsd-mux-ab98a7de88226349472d7d3721ee33707b9bd810.tar.gz
sd-mux-ab98a7de88226349472d7d3721ee33707b9bd810.tar.bz2
sd-mux-ab98a7de88226349472d7d3721ee33707b9bd810.zip
debian/control: missing build dependencies
Building with pbuilder highlights the following missing build dependencies: - cmake - pkg-config Add the missing build dependencies. Reformat dependencies. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r--debian/control20
1 files changed, 12 insertions, 8 deletions
diff --git a/debian/control b/debian/control
index a5d1962..a4c6106 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,22 @@ Source: sd-mux-ctrl
Maintainer: Adam Malinowski <a.malinowsk2@partner.samsung.com>
Section: utils
Priority: optional
-Build-Depends: libftdi1-dev (>= 1.4),
- libpopt-dev,
- debhelper (>=9),
- bash-completion,
+Build-Depends:
+ bash-completion,
+ cmake,
+ debhelper (>=9),
+ libftdi1-dev (>= 1.4),
+ libpopt-dev,
+ pkg-config
Standards-Version: 3.9.5
Package: sd-mux-ctrl
Architecture: any
-Depends: libftdi1-2 (>=1.4),
- libpopt0,
- ${misc:Depends},
- ${shlibs:Depends},
+Depends:
+ libftdi1-2 (>=1.4),
+ libpopt0,
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: Tool for controlling multiple sd-mux devices.
This tool allows:
to connect SD card to DUT (Device Under Test) or to TS (Test Server)