[pve-devel] applied: [PATCH cluster] buildsys: add libpve-notify-perl package to $(LIB_DEB) variable
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Jul 25 09:22:24 CEST 2023
applied, with the missing `_all` suffix after the version ;-)
On Mon, Jul 24, 2023 at 03:29:52PM +0200, Lukas Wagner wrote:
> Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
> ---
> Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Makefile b/Makefile
> index 3c4ecec..8b2259c 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -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).deb
> DBG_DEB=$(PACKAGE)-dbgsym_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
>
> DEBS = $(DEB) $(DBG_DEB) $(LIB_DEB)
> --
> 2.39.2
More information about the pve-devel
mailing list