5
0
mirror of git://git.proxmox.com/git/pve-cluster.git synced 2024-12-21 09:34:12 +03:00

buildsys: add libpve-notify-perl package to $(LIB_DEB) variable

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
[w.bumiller@proxmox.com: add missing '_all' suffix
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Lukas Wagner 2023-07-24 15:29:52 +02:00 committed by Wolfgang Bumiller
parent 26064fcae9
commit 317a212f69

View File

@ -9,6 +9,7 @@ GITVERSION:=$(shell git rev-parse HEAD)
DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
LIB_DEB = libpve-cluster-perl_$(DEB_VERSION)_all.deb
LIB_DEB += libpve-cluster-api-perl_$(DEB_VERSION)_all.deb
LIB_DEB += libpve-notify-perl_$(DEB_VERSION)_all.deb
DBG_DEB=$(PACKAGE)-dbgsym_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
DEBS = $(DEB) $(DBG_DEB) $(LIB_DEB)