#1050201 seabios: Consider using the standard dh sequence in d/rules

Package:
src:seabios
Source:
src:seabios
Submitter:
Gioele Barabucci
Date:
2023-11-28 08:39:06 UTC
Severity:
normal
Tags:
#1050201#5
Date:
2023-08-21 22:20:07 UTC
From:
To:
Dear seabios maintainers,

this package currently uses debhelper with an ad-hoc sequence of steps
in d/rules. This long list of steps can be shortened and greatly
simplified by using the standard dh sequence.

You can find a MR that changes `d/rules` to use the standard dh sequence at:

https://salsa.debian.org/qemu-team/seabios/-/merge_requests/4

According to diffoscope, the generated binary package is identical to
the current one.