Build sbctl-booster-extra (#1)

This flips on the right bits to build `sbctl-booster-extra`

Reviewed-on: https://git.pika-os.com/boot-packages/sbctl-booster-extra/pulls/1
Co-authored-by: Renaud Lepage <root@cybikbase.com>
Co-committed-by: Renaud Lepage <root@cybikbase.com>
This commit is contained in:
2024-11-13 19:03:41 +01:00
committed by ferreo
parent 4396ce1326
commit 859808f09c
7 changed files with 15 additions and 12 deletions

2
debian/changelog vendored
View File

@@ -1,4 +1,4 @@
sbctl-booster-extra (0.0.1-101pika1) pika; urgency=low
sbctl-booster-extra (0.15.4-101pika1) pika; urgency=low
* Initial release.

9
debian/control vendored
View File

@@ -12,19 +12,16 @@ Architecture: linux-any
Depends:
${misc:Depends}, ${shlibs:Depends}, util-linux, binutils, sbctl, booster, pciutils, systemd-boot-efi, jq, systemd-ukify
Provides: sbctl-extra
Homepage: https://sauce.cybik.moe/pikaos/sbctl-booster-extra
Vcs-Browser: https://sauce.cybik.moe/pikaos/sbctl-booster-extra
Vcs-Git: https://sauce.cybik.moe/pikaos/sbctl-booster-extra.git
Homepage: https://git.pika-os.com/boot-packages/sbctl-booster-extra/
Vcs-Browser: https://git.pika-os.com/boot-packages/sbctl-booster-extra/
Vcs-Git: https://git.pika-os.com/boot-packages/sbctl-booster-extra/
Description: SecureBoot + Booster - Integration files
The sbctl tool allows one to create keys for secure boot,
securely enroll them, and keep track of files to sign
and/or that have been signed.
The booster package is a fast initramfs builder used by
PikaOS.
This package contains extra files for sbctl and booster
integration into PikaOS systems, namely for:
* Automatic SecureBoot signing and cleanup when installing
or updating kernels

4
debian/rules vendored
View File

@@ -51,8 +51,8 @@ export PIKA_BUILD_ARCH = $(shell cat ../pika-build-arch)
#override_dh_clean:
# echo "disabled"
#override_dh_auto_install:
# dh_auto_install
override_dh_auto_install:
dh_auto_install
override_dh_usrlocal:
echo "disabled"