From 1ab54d1de7cca7bea5e9f348e7557f906c96c4bf Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 27 Jan 2017 10:23:38 +0000 Subject: [PATCH] Explicitly depend on autoconf, automake, libtool This avoids builds for experimental non-deterministically pulling in an older version of automake, in my case automake1.11 which is far too old. --- debian/changelog | 3 +++ debian/control | 3 +++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index ee743e1a..7fdd7fba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ ostree (2017.1-1) UNRELEASED; urgency=medium downloader is ported to libcurl. - d/copyright: update - d/patches: drop all patches, applied upstream + * Explicitly depend on autoconf, automake, libtool. This avoids + builds for experimental non-deterministically pulling in an older + version of automake, in my case automake1.11 which is far too old. -- Simon McVittie Thu, 19 Jan 2017 16:45:47 +0000 diff --git a/debian/control b/debian/control index e8843fa5..b2f1f925 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,8 @@ Uploaders: Sjoerd Simons Build-Depends: attr, + autoconf, + automake, bison, ca-certificates, cpio, @@ -32,6 +34,7 @@ Build-Depends: libselinux1-dev, libsoup2.4-dev (>= 2.39.1), libsystemd-dev, + libtool, procps, xsltproc, zlib1g-dev,