Re: [PATCH] debian: add build-depends on pkg-config
From: Eric Sandeen <hidden>
Date: 2018-02-15 17:02:14
On 2/15/18 12:51 AM, Darrick J. Wong wrote:
From: Darrick J. Wong <redacted> 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 <redacted>
I'd love to have a Debian-savvy person look over these things. Nathan maybe? :) Thanks, -Eric
quoted hunk ↗ jump to hunk
--- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/debian/control b/debian/control index 60fcc46..78720bd 100644 --- a/debian/control +++ b/debian/control@@ -3,7 +3,7 @@ Section: admin Priority: optional Maintainer: XFS Development Team <linux-xfs@vger.kernel.org> Uploaders: Nathan Scott <nathans@debian.org>, Anibal Monsalve Salazar <anibal@debian.org> -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: 3.9.1 Homepage: https://xfs.wiki.kernel.org/ --To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html