From e270671da85bccfeef8875c9f263e48990878819 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 12 Jan 2023 00:06:43 +0100 Subject: [PATCH 1/2] deb: buildx: fix hyphen instead of tilde Signed-off-by: Sebastiaan van Stijn --- deb/common/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/common/rules b/deb/common/rules index 2933c7bf63..36b48c525b 100755 --- a/deb/common/rules +++ b/deb/common/rules @@ -114,7 +114,7 @@ override_dh_install: override_dh_gencontrol: # Use separate version for the buildx-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to buildx, as it doesn't match the package name) - dh_gencontrol -pdocker-buildx-plugin -- -v$${BUILDX_DEB_VERSION#v}-$${PKG_REVISION}~$${DISTRO}.$${VERSION_ID}-$${SUITE} + dh_gencontrol -pdocker-buildx-plugin -- -v$${BUILDX_DEB_VERSION#v}-$${PKG_REVISION}~$${DISTRO}.$${VERSION_ID}~$${SUITE} # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) From 9e92e212433224880f0dbdd79867e12f076d52ed Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Thu, 12 Jan 2023 00:07:35 +0100 Subject: [PATCH 2/2] deb: compose: fix hyphen instead of tilde Signed-off-by: Sebastiaan van Stijn --- deb/common/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deb/common/rules b/deb/common/rules index 36b48c525b..cc4bec141a 100755 --- a/deb/common/rules +++ b/deb/common/rules @@ -118,7 +118,7 @@ override_dh_gencontrol: # Use separate version for the compose-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to compose, as it doesn't match the package name) - dh_gencontrol -pdocker-compose-plugin -- -v$${COMPOSE_DEB_VERSION#v}-$${PKG_REVISION}~$${DISTRO}.$${VERSION_ID}-$${SUITE} + dh_gencontrol -pdocker-compose-plugin -- -v$${COMPOSE_DEB_VERSION#v}-$${PKG_REVISION}~$${DISTRO}.$${VERSION_ID}~$${SUITE} # Use separate version for the scan-plugin package, then generate the other control files as usual # TODO override "Source" field in control as well (to point to scan-cli-plugin, as it doesn't match the package name)