Add gnupg to build-time test dependencies (and ostree-tests dependencies) as it is no longer transitively build-essential
This commit is contained in:
parent
cb895c26be
commit
20066fe7a4
|
|
@ -4,6 +4,8 @@ ostree (2018.2-1) UNRELEASED; urgency=medium
|
||||||
- d/copyright: Update
|
- d/copyright: Update
|
||||||
- d/libostree-1-1.symbols: Update
|
- d/libostree-1-1.symbols: Update
|
||||||
* Mark patches as forwarded
|
* Mark patches as forwarded
|
||||||
|
* Add gnupg to build-time test dependencies (and ostree-tests
|
||||||
|
dependencies) as it is no longer transitively build-essential
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Mon, 19 Feb 2018 08:29:00 +0000
|
-- Simon McVittie <smcv@debian.org> Mon, 19 Feb 2018 08:29:00 +0000
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,7 @@ Build-Depends:
|
||||||
e2fslibs-dev,
|
e2fslibs-dev,
|
||||||
elfutils,
|
elfutils,
|
||||||
fuse,
|
fuse,
|
||||||
|
gnupg <!nocheck>,
|
||||||
gobject-introspection,
|
gobject-introspection,
|
||||||
gtk-doc-tools <!nodoc>,
|
gtk-doc-tools <!nodoc>,
|
||||||
libarchive-dev,
|
libarchive-dev,
|
||||||
|
|
@ -154,6 +155,7 @@ Depends:
|
||||||
fuse,
|
fuse,
|
||||||
gir1.2-ostree-1.0,
|
gir1.2-ostree-1.0,
|
||||||
gjs [!sparc64],
|
gjs [!sparc64],
|
||||||
|
gnupg,
|
||||||
ostree,
|
ostree,
|
||||||
python3,
|
python3,
|
||||||
python3-yaml,
|
python3-yaml,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue