From: Darrick J. Wong Date: Tue, 27 Feb 2018 01:43:58 +0000 (-0600) Subject: debian: add build-depends on pkg-config X-Git-Tag: v4.15.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=638c642d509e7fcfc2f5ead699b080a48280575e;p=thirdparty%2Fxfsprogs-dev.git debian: add build-depends on pkg-config Since the configure scripts now depend on pkg-config to autodetect where systemd service files go, we need to list pkg-config as a build dependency. Signed-off-by: Darrick J. Wong Reviewed-by: Dave Chinner Signed-off-by: Eric Sandeen --- diff --git a/debian/control b/debian/control index 9a7c569f0..2937c9919 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: XFS Development Team Uploaders: Nathan Scott , Anibal Monsalve Salazar -Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libunistring-dev, dh-python +Build-Depends: uuid-dev, dh-autoreconf, debhelper (>= 5), gettext, libtool, libreadline-gplv2-dev, libblkid-dev (>= 2.17), linux-libc-dev, libdevmapper-dev, libattr1-dev, libunistring-dev, dh-python, pkg-config Standards-Version: 4.0.0 Homepage: https://xfs.wiki.kernel.org/