Build-depend on procps, used to check for leaked processes
This commit is contained in:
parent
b75cc5f54a
commit
97502c57f0
|
|
@ -3,6 +3,7 @@ ostree (2016.5-4) UNRELEASED; urgency=medium
|
||||||
* d/p/test-sysroot.js-set-strict-mode-when-sourcing-libtest.sh.patch,
|
* d/p/test-sysroot.js-set-strict-mode-when-sourcing-libtest.sh.patch,
|
||||||
d/p/tests-Use-strict-mode-by-default-for-C-tests.patch: add patches
|
d/p/tests-Use-strict-mode-by-default-for-C-tests.patch: add patches
|
||||||
to make sure the tests fail as soon as something goes wrong
|
to make sure the tests fail as soon as something goes wrong
|
||||||
|
* Build-depend on procps, used to check for leaked processes
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Sat, 11 Jun 2016 19:52:40 +0100
|
-- Simon McVittie <smcv@debian.org> Sat, 11 Jun 2016 19:52:40 +0100
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@ Build-Depends:
|
||||||
libmount-dev (>= 2.23),
|
libmount-dev (>= 2.23),
|
||||||
libselinux1-dev,
|
libselinux1-dev,
|
||||||
libsoup2.4-dev (>= 2.39.1),
|
libsoup2.4-dev (>= 2.39.1),
|
||||||
|
procps,
|
||||||
zlib1g-dev,
|
zlib1g-dev,
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Homepage: https://wiki.gnome.org/Projects/OSTree
|
Homepage: https://wiki.gnome.org/Projects/OSTree
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue