From 45cecfcfca5c63fb47bfadab781ea6df9f8f4964 Mon Sep 17 00:00:00 2001 Message-Id: <45cecfcfca5c63fb47bfadab781ea6df9f8f4964.1746495463.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 7 Jul 2024 23:25:14 +0100 Subject: [PATCH] debian/control: Improve `Build-Depends' layout. Organization: Straylight/Edgeware From: Mark Wooding --- debian/control | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index c1d877b..45971a2 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,10 @@ Source: checkpath Section: admin Priority: extra -Build-Depends: mlib-dev (>= 2.0.4), debhelper (>= 8), pkg-config +Build-Depends: + debhelper (>= 8), + pkg-config, + mlib-dev (>= 2.0.4) Maintainer: Mark Wooding Standards-Version: 3.1.1 -- [mdw]