forgejo: enable build.yml

This commit is contained in:
Antoine Martin 2024-10-06 17:31:03 -04:00
parent ce4cfd4d02
commit cb20b06d49
Signed by: forge
GPG key ID: D62A472A4AA7D541
6 changed files with 58 additions and 197 deletions

3
debian/rules vendored
View file

@ -82,6 +82,9 @@ override_dh_auto_clean: debian/control
rm -f ${PVE_KERNEL_TEMPLATES} ${PVE_HEADER_TEMPLATES}
rm -f debian/SOURCE debian/*.tmp .*_mark
override_dh_strip_nondeterminism:
# Disables dh_strip_nondeterminism to speed up the debian package creation
## Kernel
PVE_KERNEL_TEMPLATES := $(patsubst debian/templates/pve-kernel.%.in, debian/${PVE_KERNEL_PKG}.%, $(wildcard debian/templates/pve-kernel.*.in))