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.
This commit is contained in:
parent
6350e9ba20
commit
1ab54d1de7
|
|
@ -8,6 +8,9 @@ ostree (2017.1-1) UNRELEASED; urgency=medium
|
||||||
downloader is ported to libcurl.
|
downloader is ported to libcurl.
|
||||||
- d/copyright: update
|
- d/copyright: update
|
||||||
- d/patches: drop all patches, applied upstream
|
- 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 <smcv@debian.org> Thu, 19 Jan 2017 16:45:47 +0000
|
-- Simon McVittie <smcv@debian.org> Thu, 19 Jan 2017 16:45:47 +0000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,8 @@ Uploaders:
|
||||||
Sjoerd Simons <sjoerd@debian.org>
|
Sjoerd Simons <sjoerd@debian.org>
|
||||||
Build-Depends:
|
Build-Depends:
|
||||||
attr,
|
attr,
|
||||||
|
autoconf,
|
||||||
|
automake,
|
||||||
bison,
|
bison,
|
||||||
ca-certificates,
|
ca-certificates,
|
||||||
cpio,
|
cpio,
|
||||||
|
|
@ -32,6 +34,7 @@ Build-Depends:
|
||||||
libselinux1-dev,
|
libselinux1-dev,
|
||||||
libsoup2.4-dev (>= 2.39.1),
|
libsoup2.4-dev (>= 2.39.1),
|
||||||
libsystemd-dev,
|
libsystemd-dev,
|
||||||
|
libtool,
|
||||||
procps,
|
procps,
|
||||||
xsltproc,
|
xsltproc,
|
||||||
zlib1g-dev,
|
zlib1g-dev,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue