* [pve-devel] [PATCH cluster] buildsys: add libpve-notify-perl package to $(LIB_DEB) variable
@ 2023-07-24 13:29 Lukas Wagner
2023-07-25 7:22 ` [pve-devel] applied: " Wolfgang Bumiller
0 siblings, 1 reply; 2+ messages in thread
From: Lukas Wagner @ 2023-07-24 13:29 UTC (permalink / raw)
To: pve-devel
Signed-off-by: Lukas Wagner <l.wagner@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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH cluster] buildsys: add libpve-notify-perl package to $(LIB_DEB) variable
2023-07-24 13:29 [pve-devel] [PATCH cluster] buildsys: add libpve-notify-perl package to $(LIB_DEB) variable Lukas Wagner
@ 2023-07-25 7:22 ` Wolfgang Bumiller
0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Bumiller @ 2023-07-25 7:22 UTC (permalink / raw)
To: Lukas Wagner; +Cc: pve-devel
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@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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-25 7:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24 13:29 [pve-devel] [PATCH cluster] buildsys: add libpve-notify-perl package to $(LIB_DEB) variable Lukas Wagner
2023-07-25 7:22 ` [pve-devel] applied: " Wolfgang Bumiller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox