From 7bddd1632bfac9da011bef0e7e32d8bf6ecdce68 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Tue, 16 Jul 2019 18:26:13 +0100
Subject: [PATCH] Wrap test dependencies one per line (wrap-and-sort -abst)

If we keep these in a canonical order and formatting, it'll minimize
spurious diffs later. This is the same principle as sorting lists of
files in the build system alphabetically.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 debian/tests/control | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/tests/control b/debian/tests/control
index 56dee8816..c66a66ad8 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,11 +1,15 @@
 Tests: build
 Restrictions: allow-stderr
-Depends: libsteam-runtime-tools-0-dev
+Depends:
+ libsteam-runtime-tools-0-dev,
 
 Tests: run
 Restrictions: allow-stderr
-Depends: libsteam-runtime-tools-0-tests
+Depends:
+ libsteam-runtime-tools-0-tests,
 
 Tests: gnome-desktop-testing
 Restrictions: allow-stderr
-Depends: gnome-desktop-testing, libsteam-runtime-tools-0-tests
+Depends:
+ gnome-desktop-testing,
+ libsteam-runtime-tools-0-tests,
-- 
GitLab