deb: provide wireguard-modules

This commit is contained in:
hrdl 2025-04-08 09:31:29 +02:00 committed by Antoine Martin
parent ba9ff2442e
commit 9a1f15ed98

View file

@ -56,7 +56,7 @@ define binary
$(Q)dh_installchangelogs $(DH_OPTIONS)
$(Q)dh_compress $(DH_OPTIONS)
$(Q)dh_fixperms $(DH_OPTIONS)
$(Q)dh_gencontrol $(DH_OPTIONS) -- -f$(call mk-files,$@)
$(Q)dh_gencontrol $(DH_OPTIONS) -- -DProvides=wireguard-modules -f$(call mk-files,$@)
$(Q)dh_md5sums $(DH_OPTIONS)
$(Q)dh_builddeb $(DH_OPTIONS) -- $(addprefix -Z,$(KDEB_COMPRESS))
endef