Apply 'wrap-and-sort' on the debian directory

Contains only whitespace changes
This commit is contained in:
Roland Clobus 2025-01-10 11:55:11 +01:00
parent d5bd2259be
commit 3fb606fa75
No known key found for this signature in database
GPG Key ID: 62C57C6AA61495BD
2 changed files with 30 additions and 34 deletions

25
debian/control vendored
View File

@ -3,12 +3,8 @@ Section: misc
Priority: optional
Maintainer: Debian Live <debian-live@lists.debian.org>
Uploaders: Raphaël Hertzog <raphael@offensive-security.com>,
Luca Boccassi <bluca@debian.org>,
Build-Depends:
debhelper-compat (= 13),
po4a,
gettext,
devscripts,
Luca Boccassi <bluca@debian.org>
Build-Depends: debhelper-compat (= 13), devscripts, gettext, po4a
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://wiki.debian.org/DebianLive
@ -17,12 +13,8 @@ Vcs-Git: https://salsa.debian.org/live-team/live-build.git
Package: live-build
Architecture: all
Depends:
cpio,
debootstrap,
${misc:Depends},
Recommends:
apt-utils,
Depends: cpio, debootstrap, ${misc:Depends}
Recommends: apt-utils,
bzip2,
cryptsetup,
file,
@ -32,13 +24,8 @@ Recommends:
rsync,
systemd-container,
wget,
xz-utils,
Suggests:
e2fsprogs,
eatmydata,
git,
parted,
mtd-utils,
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.

21
debian/tests/control vendored
View File

@ -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