From 03e3104d00262379ec16d191e118714eb54209c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Fri, 1 May 2026 12:09:59 +0200 Subject: [PATCH] Fix deb revision bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previous place was for CLI plugins... Signed-off-by: Paweł Gronowski --- deb/build-deb | 2 +- deb/common/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deb/build-deb b/deb/build-deb index 7db2053aff..641e58d7c7 100755 --- a/deb/build-deb +++ b/deb/build-deb @@ -45,7 +45,7 @@ debDate="$(date --rfc-2822)" # Include an extra `1` in the version, in case we ever would have to re-build an # already published release with a packaging-only change. -pkgRevision=1 +pkgRevision=2 # Generate changelog. The version/name of the generated packages are based on this. # diff --git a/deb/common/rules b/deb/common/rules index b351a6206a..14ec3fedc1 100755 --- a/deb/common/rules +++ b/deb/common/rules @@ -2,7 +2,7 @@ VERSION ?= $(shell cat engine/VERSION) # TODO(thaJeztah): allow passing this version when building. -PKG_REVISION ?= 2 +PKG_REVISION ?= 1 export PKG_REVISION # force packages to be built with xz compression, as Ubuntu 21.10 and up use