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/libostree-1-1.symbols: Update
|
||||
* 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
|
||||
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ Build-Depends:
|
|||
e2fslibs-dev,
|
||||
elfutils,
|
||||
fuse,
|
||||
gnupg <!nocheck>,
|
||||
gobject-introspection,
|
||||
gtk-doc-tools <!nodoc>,
|
||||
libarchive-dev,
|
||||
|
|
@ -154,6 +155,7 @@ Depends:
|
|||
fuse,
|
||||
gir1.2-ostree-1.0,
|
||||
gjs [!sparc64],
|
||||
gnupg,
|
||||
ostree,
|
||||
python3,
|
||||
python3-yaml,
|
||||
|
|
|
|||
Loading…
Reference in New Issue