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