Merge "Add pkg-config for deb packaging"
authorRomain Forlot <romain.forlot@iot.bzh>
Wed, 28 Jun 2017 16:19:53 +0000 (16:19 +0000)
committerGerrit Code Review <gerrit@automotivelinux.org>
Wed, 28 Jun 2017 16:19:53 +0000 (16:19 +0000)
deb/deb-config.dsc.in
deb/debian.control.in

index be9c0f2..28a4835 100644 (file)
@@ -7,6 +7,7 @@ Maintainer: @PROJECT_AUTHOR@ <@PROJECT_AUTHOR_MAIL@>
 Standards-Version: 3.8.2
 Homepage: @PROJECT_URL@
 Build-Depends: debhelper (>= 5),
+ pkg-config,
  cmake,
  gcc,
  g++,
index 6956a24..ea4ad8a 100644 (file)
@@ -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++,