aboutsummaryrefslogtreecommitdiffstats
path: root/deb/debian.control.in
diff options
context:
space:
mode:
authorRonan Le Martret <ronan.lemartret@iot.bzh>2017-06-28 17:30:44 +0200
committerRonan Le Martret <ronan.lemartret@iot.bzh>2017-06-28 17:30:59 +0200
commit38327460f48ad492893ea33a2f82bb67d02aa5d8 (patch)
tree81808fdbc5917e87e72bcede2dcfad31ae97bc5c /deb/debian.control.in
parentfe3c86e6407ae45d7b5ab72df7911daa426caba8 (diff)
Add pkg-config for deb packaging
Change-Id: Idb5c754fb456c877274c06646b515cb9f7963a21 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'deb/debian.control.in')
-rw-r--r--deb/debian.control.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/deb/debian.control.in b/deb/debian.control.in
index 6956a24..ea4ad8a 100644
--- a/deb/debian.control.in
+++ b/deb/debian.control.in
@@ -1,7 +1,8 @@
Priority: optional
Maintainer: @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@>
Source: @NPKG_PROJECT_NAME@
-Build-Depends: debhelper (>= 5),
+Build-Depends: debhelper (>= 5),
+ pkg-config,
cmake,
gcc,
g++,