From 60dfdcbfa1a896ef62a9003c57500a643100ba13 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 22 May 2019 15:28:41 +0200 Subject: [PATCH] buildsys: use dpkg-dev makefile helpers for pkg info Signed-off-by: Thomas Lamprecht --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6cbcd84..1ec659f 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -FW_VER=2.0 -FW_REL=6 -FW_DEB=pve-firmware_${FW_VER}-${FW_REL}_all.deb +include /usr/share/dpkg/pkg-info.mk + +FW_DEB=pve-firmware_${DEB_VERSION_UPSTREAM}_all.deb GITVERSION:=$(shell git rev-parse HEAD) -- 2.39.2