From 5357df21d0c981cebecd183c528ddaa9c99d95bc Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Mon, 30 Apr 2018 13:29:38 +0100 Subject: [PATCH] debian: Don't hard-require autoconf-archive If we are building from a tarball then we don't need it, because autogen.sh copies all required macros into m4/. Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2f00efa5c..bf121c1f3 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Vivek Das Mohapatra <vivek@collabora.com> Standards-Version: 3.9.8 Build-Depends: autoconf, - autoconf-archive, + autoconf-archive <pkg.libcapsule.from-git>, automake, bubblewrap, debhelper, -- GitLab