Commit graph

7 commits

Author SHA1 Message Date
Dorian Stoll 23e15cea65
pkg: debian: Fix meta package dependencies after adjusting LOCALVERSION 2023-10-29 11:48:14 +01:00
Dorian Stoll 03b1eb13c3
pkg: debian: Add the package revision to LOCALVERSION
Right now two builds of the same kernel version will install into the
same directory, e.g. /lib/modules/6.5.6-surface.

This doesn't really ultimately cause any issues, but having the build
number in uname -r and unique installation targets is good practice.
2023-10-28 09:35:41 +02:00
Dorian Stoll b9155febc2
pkg: debian: Sort patches before applying them 2023-08-01 21:33:34 +02:00
Dorian Stoll 01f7028bcf
pkg: Switch from find -exec to find | xargs
This ensures that the script fails early if one of the subcommands fails
2023-08-01 21:25:36 +02:00
Dorian Stoll bc46d59137
fixup! pkg: debian: Fix setting LOCALVERSION 2023-07-28 22:31:21 +02:00
Dorian Stoll a39ec0f6e6
pkg: debian: Fix setting LOCALVERSION 2023-07-28 19:31:26 +02:00
Dorian Stoll ffa8b7c606
pkg: debian: Move to script based workflow
For the future we should consider adapting the Fedora python scripts
for Debian and move the logic out of the CI script into a dedicated
packaging script.
2023-07-25 09:36:22 +02:00