From 97502c57f0e124175bb43600a3cbe10aa08aeee7 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 12 Jun 2016 09:45:52 -0400 Subject: [PATCH] Build-depend on procps, used to check for leaked processes --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0fabf764..be66d2ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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/tests-Use-strict-mode-by-default-for-C-tests.patch: add patches to make sure the tests fail as soon as something goes wrong + * Build-depend on procps, used to check for leaked processes -- Simon McVittie Sat, 11 Jun 2016 19:52:40 +0100 diff --git a/debian/control b/debian/control index 3b4a657e..860209dc 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,7 @@ Build-Depends: libmount-dev (>= 2.23), libselinux1-dev, libsoup2.4-dev (>= 2.39.1), + procps, zlib1g-dev, Standards-Version: 3.9.8 Homepage: https://wiki.gnome.org/Projects/OSTree