From 3fb606fa75fb829577de9dd40a8956e5c292a2f3 Mon Sep 17 00:00:00 2001 From: Roland Clobus Date: Fri, 10 Jan 2025 11:55:11 +0100 Subject: [PATCH] Apply 'wrap-and-sort' on the debian directory Contains only whitespace changes --- debian/control | 43 +++++++++++++++---------------------------- debian/tests/control | 21 +++++++++++++++------ 2 files changed, 30 insertions(+), 34 deletions(-) diff --git a/debian/control b/debian/control index 74bbebe80..299665c5e 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,8 @@ Section: misc Priority: optional Maintainer: Debian Live Uploaders: Raphaƫl Hertzog , - Luca Boccassi , -Build-Depends: - debhelper-compat (= 13), - po4a, - gettext, - devscripts, + Luca Boccassi +Build-Depends: debhelper-compat (= 13), devscripts, gettext, po4a Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://wiki.debian.org/DebianLive @@ -17,28 +13,19 @@ Vcs-Git: https://salsa.debian.org/live-team/live-build.git Package: live-build Architecture: all -Depends: - cpio, - debootstrap, - ${misc:Depends}, -Recommends: - apt-utils, - bzip2, - cryptsetup, - file, - live-boot-doc, - live-config-doc, - live-manual-html | live-manual, - rsync, - systemd-container, - wget, - xz-utils, -Suggests: - e2fsprogs, - eatmydata, - git, - parted, - mtd-utils, +Depends: cpio, debootstrap, ${misc:Depends} +Recommends: apt-utils, + bzip2, + cryptsetup, + file, + live-boot-doc, + live-config-doc, + live-manual-html | live-manual, + rsync, + systemd-container, + wget, + xz-utils +Suggests: e2fsprogs, eatmydata, git, mtd-utils, parted Description: Live System Build Components The Debian Live project maintains the components to build Debian based Live systems and the official Debian Live images themselves. diff --git a/debian/tests/control b/debian/tests/control index ecc978497..729cd2837 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,11 +1,20 @@ Tests: build-default-image -Depends: live-build, -Restrictions: needs-root, allow-stderr, needs-internet +Depends: live-build +Restrictions: allow-stderr, needs-internet, needs-root Tests: build-stable-image -Depends: live-build, -Restrictions: needs-root, allow-stderr, needs-internet +Depends: live-build +Restrictions: allow-stderr, needs-internet, needs-root Tests: build-kali-image -Depends: live-build, git, ca-certificates, curl, apt-utils, bzip2, cpio, file, wget, xz-utils -Restrictions: needs-root, allow-stderr, flaky, needs-internet +Depends: apt-utils, + bzip2, + ca-certificates, + cpio, + curl, + file, + git, + live-build, + wget, + xz-utils +Restrictions: allow-stderr, flaky, needs-internet, needs-root